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
*
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Alexis Hunt
2011-01-08
1
-6
/
+6
*
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
1
-6
/
+6
*
Block API patch to do copy ctor of copied-in cxx objects in
Fariborz Jahanian
2010-11-13
1
-0
/
+58
*
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
1
-7
/
+9
*
Factor out the code for emitting code to load vtable pointer members
Dan Gohman
2010-10-26
1
-4
/
+7
*
Death to blocks, or at least the word "block" in one particular obnoxiously
John McCall
2010-10-15
1
-1
/
+1
*
Currently we're initializing the vtable pointers of a class only after
John McCall
2010-09-17
1
-0
/
+30
*
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-09-15
1
-5
/
+7
*
IRgen: Switch a bunch of trivial MakeAddr calls to use MakeAddrLValue.
Daniel Dunbar
2010-08-21
1
-1
/
+1
*
Emit a stop point for delegate constructor call. This gives user a chance to ...
Devang Patel
2010-08-11
1
-0
/
+3
*
Store inheritance paths after CastExprs instead of inside them.
John McCall
2010-08-07
1
-15
/
+18
*
Rename LazyCleanup -> Cleanup. No functionality change for these last three
John McCall
2010-07-21
1
-20
/
+20
*
Switch the destructor for a temporary arising from a reference binding over to
John McCall
2010-07-21
1
-2
/
+6
*
Implement proper base/member destructor EH chaining.
John McCall
2010-07-21
1
-151
/
+170
*
Change PushDestructorCleanup to use lazy cleanups.
John McCall
2010-07-21
1
-8
/
+16
*
Convert the EH cleanups for base and member destructors in a constructor into
John McCall
2010-07-21
1
-18
/
+42
*
Implement zero-initialization for array new when there is an
Douglas Gregor
2010-07-21
1
-6
/
+17
*
Teach IR generation how to lazily emit cleanups. This has a lot of advantages,
John McCall
2010-07-13
1
-2
/
+2
*
Teach function-try-blocks on constructors and destructors to implicitly
John McCall
2010-07-07
1
-7
/
+4
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-34
/
+49
*
Remove unnecessary ASTContext parameter from
Douglas Gregor
2010-07-01
1
-6
/
+6
*
Change EmitReferenceBindingToExpr to take a decl instead of a boolean.
Anders Carlsson
2010-06-26
1
-2
/
+1
*
Move GenerateCXXAggrDestructorHelper to CGDeclCXX.cpp where it belongs.
Anders Carlsson
2010-06-08
1
-38
/
+0
*
Simplify GenerateCXXAggrDestructorHelper.
Anders Carlsson
2010-06-08
1
-20
/
+13
*
Don't intentionally try to ignore the value of a scalar expression when we
Eli Friedman
2010-06-03
1
-1
/
+1
*
Correctly pass aggregates by reference when emitting thunks.
John McCall
2010-05-26
1
-26
/
+1
*
Re-land the fix for PR7139.
Anders Carlsson
2010-05-22
1
-1
/
+1
*
Unbreak self-host.
Anders Carlsson
2010-05-21
1
-1
/
+1
*
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-21
1
-1
/
+1
*
When emitting an lvalue for an anonymous struct or union member during
John McCall
2010-05-21
1
-2
/
+4
*
simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode,
Chris Lattner
2010-05-06
1
-3
/
+2
*
Reimplement code generation for copying fields in the
Douglas Gregor
2010-05-05
1
-215
/
+145
*
When inheriting a default argument expression, inherit the full expression,
John McCall
2010-05-04
1
-1
/
+3
*
Remove OldGetAddressOfBaseClass - bye bye ambiguities.
Anders Carlsson
2010-05-03
1
-91
/
+0
*
Get rid of the last caller of OldGetAddressOfBaseClass.
Anders Carlsson
2010-05-03
1
-8
/
+16
*
More work towards getting rid of OldGetAddressOfBaseClass.
Anders Carlsson
2010-05-03
1
-1
/
+10
*
Get rid of a call to GetAddressOfDirectBaseInCompleteClass.
Anders Carlsson
2010-05-02
1
-4
/
+7
*
Have getSubVTTIndex take a BaseSubobject instead of just a base.
Anders Carlsson
2010-05-02
1
-1
/
+7
*
Pass ForVirtualBase all the way to GetVTTParameter.
Anders Carlsson
2010-05-02
1
-4
/
+8
*
Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.
Anders Carlsson
2010-05-02
1
-8
/
+13
*
Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstruc...
Anders Carlsson
2010-05-02
1
-5
/
+2
*
Pass the construction kind down to EmitCXXConstructorCall.
Anders Carlsson
2010-05-02
1
-2
/
+6
*
Remove another unused function.
Anders Carlsson
2010-05-02
1
-36
/
+0
*
Remove an unused function.
Anders Carlsson
2010-05-02
1
-83
/
+0
*
Complete reimplementation of the synthesis for implicitly-defined copy
Douglas Gregor
2010-05-01
1
-92
/
+0
*
Simplify EmitCopyCtorCall.
Anders Carlsson
2010-05-01
1
-12
/
+5
*
Simplify EmitClassAggrMemberwiseCopy.
Anders Carlsson
2010-05-01
1
-18
/
+7
*
Clean up EmitClassMemberwiseCopy further.
Anders Carlsson
2010-05-01
1
-20
/
+9
*
Get rid of a parameter from EmitClassMemberwiseCopy.
Anders Carlsson
2010-05-01
1
-3
/
+3
*
When defining implicit copy constructors, use SetBaseOrMemberInitializers to ...
Anders Carlsson
2010-05-01
1
-12
/
+0
[next]