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
/
CGClass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix an incorrect assert condition added in r216410.
Alexey Samsonov
2014-08-26
1
-1
/
+1
*
Pass actual CXXConstructExpr instead of argument iterators
Alexey Samsonov
2014-08-25
1
-5
/
+4
*
Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
Alexey Samsonov
2014-08-21
1
-31
/
+22
*
[modules] Remove IRGen special case for emitting implicit special members if
Richard Smith
2014-08-01
1
-1
/
+3
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
1
-1
/
+1
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-2
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-49
/
+49
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-5
/
+2
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-8
/
+3
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-14
/
+8
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-6
/
+6
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-15
/
+5
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-5
/
+3
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-2
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
CodeGen: Handle PGO counters for constructors and destructors
Justin Bogner
2014-01-23
1
-0
/
+6
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-3
/
+3
*
[ms-abi] Always generate complete constructors in the Microsoft C++ ABI
Reid Kleckner
2014-01-13
1
-0
/
+4
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix comment-code function name mismatch
Hans Wennborg
2013-12-18
1
-2
/
+2
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-3
/
+26
*
Move C++ destructor emission into CGCXXABI
Reid Kleckner
2013-12-13
1
-17
/
+2
*
[ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
2013-12-04
1
-20
/
+5
*
Remove some unused locals
Alp Toker
2013-11-26
1
-1
/
+0
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-1
/
+1
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
[-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...
Timur Iskhodzhanov
2013-10-16
1
-3
/
+6
*
Initialize vtorDisp in class constructors and destructors
Timur Iskhodzhanov
2013-10-09
1
-0
/
+3
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-5
/
+7
*
Implement conversion to function pointer for generic lambdas without captures.
Faisal Vali
2013-09-29
1
-12
/
+21
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-27
/
+7
*
Disable the bool and enum sanitizers when emitting the implicitly-defined copy
Nick Lewycky
2013-09-11
1
-8
/
+33
*
CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall.
Benjamin Kramer
2013-08-25
1
-44
/
+18
*
[CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::...
Timur Iskhodzhanov
2013-08-21
1
-9
/
+4
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-1
/
+1
*
Eliminate CXXConstructorDecl::IsImplicitlyDefined.
Jordan Rose
2013-08-07
1
-3
/
+3
*
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
2013-07-22
1
-3
/
+8
*
PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...
David Blaikie
2013-07-13
1
-11
/
+0
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-11
/
+2
*
[ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Peter Collingbourne
2013-06-28
1
-7
/
+8
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-2
/
+11
*
Corrections to r184205 ('this'-return optimization) due to the wrong version ...
Stephen Lin
2013-06-19
1
-3
/
+2
*
[ms-cxxabi] Emit and install appropriately mangled vbtables
Reid Kleckner
2013-06-19
1
-1
/
+2
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-11
/
+3
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-52
/
+41
*
[ms-cxxabi] Implement MSVC virtual base adjustment
Reid Kleckner
2013-05-29
1
-25
/
+6
*
Weaken an assertion in memcpyization to account for
John McCall
2013-05-07
1
-2
/
+6
[prev]
[next]