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
*
[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
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-22
/
+28
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-8
/
+8
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-6
/
+6
*
CodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachable
Justin Bogner
2014-01-13
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-0
/
+1
*
Implement the MSABI and SysVABI calling conventions for Objective-C method de...
Aaron Ballman
2013-12-18
1
-2
/
+9
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-4
/
+5
*
[ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
2013-12-04
1
-9
/
+57
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Make CodeGenTypes data members private.
Mark Lacey
2013-10-10
1
-4
/
+6
*
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
[next]