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
...
*
Refactor ABIArgInfo::Expand implementation (NFC).
Alexey Samsonov
2014-09-29
1
-120
/
+155
*
Support the assume_aligned function attribute
Hal Finkel
2014-09-26
1
-54
/
+71
*
Report source location of returns_nonnull attribute in UBSan reports.
Alexey Samsonov
2014-09-08
1
-9
/
+11
*
Implement nonnull-attribute sanitizer
Alexey Samsonov
2014-09-08
1
-11
/
+46
*
Handle constructors and destructors a bit more uniformly in CodeGen.
Rafael Espindola
2014-09-08
1
-38
/
+20
*
Don't emit prologues or epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
2014-09-04
1
-0
/
+10
*
Make all virtual member pointers use variadic musttail calls
Reid Kleckner
2014-08-29
1
-0
/
+14
*
Use store size instead of alloc size when coercing.
James Molloy
2014-08-29
1
-3
/
+5
*
Properly handle multiple nonnull attributes in CodeGen
Alexey Samsonov
2014-08-28
1
-15
/
+25
*
Fix regression in r216520: don't apply nonnull to non-pointer function
Richard Smith
2014-08-27
1
-2
/
+11
*
Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Oliver Stannard
2014-08-27
1
-36
/
+11
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-6
/
+5
*
CGCall: Factor out the logic mapping call arguments to LLVM IR arguments.
Alexey Samsonov
2014-08-22
1
-223
/
+314
*
Simplify some CodeGenTypes::arrangeXXX functions. No functionality change
Alexey Samsonov
2014-08-13
1
-28
/
+10
*
Simplify a few loops over CallArgList/FunctionArgList. NFC
Alexey Samsonov
2014-08-13
1
-14
/
+10
*
[UBSan] Add returns-nonnull sanitizer.
Alexey Samsonov
2014-08-13
1
-1
/
+18
*
MS ABI: Use musttail for vtable thunks that pass arguments by value
Reid Kleckner
2014-07-26
1
-13
/
+2
*
Cleanup comparisons to VariableArrayType::Static for non-VLAs
Hal Finkel
2014-07-19
1
-1
/
+1
*
Use the dereferenceable attribute on C99 array parameters with static
Hal Finkel
2014-07-19
1
-1
/
+37
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-4
/
+16
*
Add nonnull in CodeGen for __attribute__((returns_nonnull))
Hal Finkel
2014-07-12
1
-0
/
+2
*
Add nonnull in CodeGen for __attribute__((nonnull))
Hal Finkel
2014-07-11
1
-0
/
+11
*
MS ABI: "Fix" passing non-POD structs by value to variadic functions
Reid Kleckner
2014-07-08
1
-20
/
+25
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-0
/
+6
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-35
/
+35
*
Implement the flatten attribute.
Peter Collingbourne
2014-05-20
1
-0
/
+6
*
Implement the no_split_stack attribute.
Peter Collingbourne
2014-05-19
1
-1
/
+2
*
MS ABI: Use musttail for thunk IR generation
Reid Kleckner
2014-05-15
1
-1
/
+1
*
MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
2014-05-09
1
-13
/
+52
*
Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'...
James Molloy
2014-05-09
1
-8
/
+34
*
Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...
James Molloy
2014-05-09
1
-34
/
+8
*
ARM: HFAs must be passed in consecutive registers
Oliver Stannard
2014-05-09
1
-8
/
+34
*
When doing int<->ptr coercion for big-endian, calculate the shift amount corr...
James Molloy
2014-05-07
1
-2
/
+3
*
MS ABI x64: Pass small objects with dtors but no copy ctors directly
Reid Kleckner
2014-05-03
1
-5
/
+10
*
MS ABI x64: Don't destroy arguments twice on x64
Reid Kleckner
2014-05-01
1
-4
/
+11
*
Update Clang for LLVM split stack API changes in r205997
Reid Kleckner
2014-04-10
1
-0
/
+2
*
Avoid crashing when failing to emit a thunk
Reid Kleckner
2014-04-10
1
-2
/
+8
*
MS ABI: Use the proper type for inalloca args
David Majnemer
2014-03-31
1
-0
/
+7
*
ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
2014-03-29
1
-0
/
+5
*
[C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(...
Aaron Ballman
2014-03-17
1
-8
/
+6
*
[C++11] Replacing CallArgList writeback iterators with iterator_range writeba...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-20
/
+8
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
MS ABI: Return sret parameters when using inalloca
Reid Kleckner
2014-02-25
1
-2
/
+20
*
Exposing the noduplicate attribute within Clang, which marks functions so tha...
Aaron Ballman
2014-02-22
1
-0
/
+2
*
Remove local type use in template.
Reid Kleckner
2014-02-01
1
-1
/
+1
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-44
/
+306
[prev]
[next]