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
*
Use the CGCXXABI member on CodeGenTypes.
Mark Lacey
2013-10-02
1
-2
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-13
/
+17
*
No functionality change. Reflow lines that could fit on one line. Break lines
Nick Lewycky
2013-10-01
1
-3
/
+5
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-1
/
+1
*
Add ms_abi and sysv_abi attribute handling.
Charles Davis
2013-08-30
1
-0
/
+2
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-15
/
+0
*
Only add this attribute when it's set. If it's not there, the assumption is t...
Bill Wendling
2013-08-22
1
-15
/
+2
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-2
/
+14
*
Use function attributes to indicate if we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-0
/
+3
*
Use the new boolean to StringRef function to generate the proper StringRefs.
Bill Wendling
2013-07-26
1
-6
/
+6
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-0
/
+12
*
Use the updated name for the attribute.
Bill Wendling
2013-07-22
1
-1
/
+1
*
Use function attributes to pass along the stack protector buffer size instead...
Bill Wendling
2013-07-12
1
-0
/
+2
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-1
/
+1
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-27
/
+8
*
[ms-cxxabi] Destroy temporary record arguments in the callee
Reid Kleckner
2013-06-21
1
-2
/
+41
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-8
/
+27
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-27
/
+8
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-2
/
+1
*
Fix a FIXME in a testcase about packed structs and calls I left around
Eli Friedman
2013-06-11
1
-1
/
+10
*
Fix CoerceIntOrPtrToIntOrPtr on big-endian targets.
Jakob Stoklund Olesen
2013-06-05
1
-2
/
+23
*
Heed ABIArgInfo::getInReg() for return values.
Jakob Stoklund Olesen
2013-06-05
1
-1
/
+4
*
Do not reuse the debug location of the return value's store if there is autor...
Adrian Prantl
2013-05-30
1
-2
/
+4
*
Fix bad indentation.
Jakob Stoklund Olesen
2013-05-29
1
-4
/
+4
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-8
/
+4
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-1
/
+1
*
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
1
-2
/
+5
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-5
/
+4
*
Fix uninitialized read of CalleeWithThisReturn.
Manman Ren
2013-03-26
1
-1
/
+1
*
Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
2013-03-26
1
-1
/
+1
*
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-23
1
-10
/
+81
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
1
-0
/
+25
*
revert r177211 due to its potential issues
Manman Ren
2013-03-16
1
-12
/
+0
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
1
-0
/
+12
*
Have these attriubtes set to 'true' or 'false'.
Bill Wendling
2013-03-13
1
-52
/
+16
*
Fix indirect byval passing of records in address spaced memory. Allocate memo...
Guy Benyei
2013-03-10
1
-2
/
+8
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-69
/
+55
*
Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a
Richard Smith
2013-03-05
1
-1
/
+4
*
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-28
1
-0
/
+60
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-6
/
+79
*
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-27
1
-13
/
+0
*
Temporarily revert r176133 until testcases are modified.
Bill Wendling
2013-02-26
1
-0
/
+13
*
Don't set the -target-cpu and -target-features attributes just now.
Bill Wendling
2013-02-26
1
-13
/
+0
*
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
1
-59
/
+1
*
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
1
-1
/
+59
*
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-23
1
-4
/
+0
*
Make sure we apply attributes to correct places.
Bill Wendling
2013-02-22
1
-13
/
+17
*
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
1
-0
/
+4
*
Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...
Bill Wendling
2013-02-22
1
-3
/
+8
*
Temporarily revert r175471 for more review.
Bill Wendling
2013-02-19
1
-3
/
+0
[next]