index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGCall.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[CGCall] Fix potential invalid iterator decrement in findDominatingStoreToRet...
Alexey Samsonov
2015-06-12
1
-5
/
+4
*
Handle fpmath= in the target attribute.
Eric Christopher
2015-06-12
1
-0
/
+5
*
Handle -mno-<feature> in target attribute strings by replacing the
Eric Christopher
2015-06-12
1
-2
/
+4
*
Add support for tune= to the target attribute support by ignoring it.
Eric Christopher
2015-06-12
1
-0
/
+3
*
Add support for the the target attribute.
Eric Christopher
2015-06-12
1
-11
/
+39
*
Attach attribute "disable-tail-calls" to the functions in the IR.
Akira Hatanaka
2015-06-09
1
-0
/
+2
*
[CodeGen] Reuse stack space from unused function results (with more accurate ...
Leny Kholodov
2015-06-08
1
-3
/
+20
*
ubsan: Check for null pointers given to certain builtins, such
Nuno Lopes
2015-05-30
1
-12
/
+13
*
[MIPS] Re-land the change r238200 to fix extension of integer types
Petar Jovanovic
2015-05-26
1
-2
/
+6
*
Revert r238200: "[MIPS] fix extension of integer types (function calls)"
Hans Wennborg
2015-05-26
1
-6
/
+2
*
[MIPS] fix extension of integer types (function calls)
Petar Jovanovic
2015-05-26
1
-2
/
+6
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
Revert r237385, "[CodeGen] Reuse stack space from unused function results"
NAKAMURA Takumi
2015-05-15
1
-20
/
+3
*
[CodeGen] Reuse stack space from unused function results
Sergey Dmitrouk
2015-05-14
1
-3
/
+20
*
InstrProf: This call does nothing, remove it
Justin Bogner
2015-05-01
1
-1
/
+0
*
Always add the target-cpu and target-features sets if they're non-null.
Eric Christopher
2015-04-27
1
-9
/
+9
*
[MS ABI] Fix the preferred alignment of member pointers
David Majnemer
2015-04-24
1
-2
/
+1
*
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
David Majnemer
2015-04-22
1
-2
/
+26
*
Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
2015-04-11
1
-26
/
+2
*
Don't rely on implicit CallSite construction.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
2015-04-10
1
-2
/
+26
*
clang-format my last commit
David Blaikie
2015-04-05
1
-8
/
+13
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-9
/
+10
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-04
1
-7
/
+9
*
[opaque pointer type] Explicitly specify some types for GEP
David Blaikie
2015-04-03
1
-4
/
+5
*
DebugInfo: Use new LLVM API for DebugLoc
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+1
*
Reapply r232888 after applying a fix for -msse4 code generation.
Eric Christopher
2015-03-25
1
-0
/
+21
*
Revert "Add CodeGen support for adding cpu attributes on functions based on"
Daniel Jasper
2015-03-23
1
-21
/
+0
*
Add CodeGen support for adding cpu attributes on functions based on
Eric Christopher
2015-03-21
1
-0
/
+21
*
MS ABI: Generate default constructor closures
David Majnemer
2015-03-13
1
-2
/
+6
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-0
/
+16
*
Update for LLVM API change: getOrEnforceKnownAlignment() requires a DataLayout
Mehdi Amini
2015-03-10
1
-2
/
+2
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-4
/
+2
*
SEH: Use the SEHTryEpilogueStack instead of a separate bool
Reid Kleckner
2015-02-12
1
-1
/
+1
*
Add the 'noinline' attribute to call sites within __try bodies
Reid Kleckner
2015-02-11
1
-0
/
+6
*
Emit landing pads for SEH even if nounwind is present
Reid Kleckner
2015-02-11
1
-1
/
+2
*
DebugInfo: Refactor default arg handling into a common place (instead of hand...
David Blaikie
2015-02-09
1
-0
/
+14
*
CodeGen: Move DebugLocs.
Benjamin Kramer
2015-02-07
1
-1
/
+1
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-1
/
+1
*
Remove support for pnaclcall attribute
Derek Schuff
2015-01-28
1
-3
/
+0
*
DebugInfo: Remove forced column-info workaround for inlined calls
David Blaikie
2015-01-21
1
-2
/
+1
*
Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.
Alexander Kornienko
2015-01-20
1
-0
/
+2
*
Reverting r226548 as one of the tests fails in some configurations.
Alexander Kornienko
2015-01-20
1
-2
/
+0
*
Introduce SPIR calling conventions.
Sameer Sahasrabuddhe
2015-01-20
1
-0
/
+2
*
Recommit r225083 (reverted in r225361) now that calls to aggregate initialize...
David Blaikie
2015-01-18
1
-8
/
+0
*
Revert r225085, it caused PR22096.
Nico Weber
2015-01-07
1
-0
/
+8
*
DebugInfo: Remove some now-unnecessary location handling around function argu...
David Blaikie
2015-01-02
1
-8
/
+0
[prev]
[next]