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
/
CGCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir-gen related patch for type conversion
Fariborz Jahanian
2009-08-28
1
-11
/
+12
*
Fixup codegen for static dispatch to a virtual function that was
Mike Stump
2009-08-26
1
-1
/
+1
*
ir-gen for type convesion of class objects. WIP.
Fariborz Jahanian
2009-08-26
1
-0
/
+21
*
When a member reference expression includes a qualifier on the member
Douglas Gregor
2009-08-26
1
-3
/
+5
*
Implement virtual dispatch. :-) This is self-consistent with clang,
Mike Stump
2009-08-26
1
-33
/
+90
*
Revert r80064 since it broke the build.
Anders Carlsson
2009-08-26
1
-92
/
+26
*
Implement virtual dispatch. :-) This is self-consistent with clang, but not...
Mike Stump
2009-08-26
1
-26
/
+92
*
Simplified default construction of array data members
Fariborz Jahanian
2009-08-26
1
-17
/
+5
*
Add a -fno-elide-constructors option to clang-cc.
Anders Carlsson
2009-08-22
1
-1
/
+1
*
Calculate the address point for a vtable better, and start fleshing out the v...
Mike Stump
2009-08-21
1
-16
/
+48
*
Patch to ir-gen copy assigning array members when synthesizing
Fariborz Jahanian
2009-08-21
1
-7
/
+103
*
Patch to provide ir-gen support in copying array members
Fariborz Jahanian
2009-08-21
1
-10
/
+96
*
Array member construction in prologue of user-declared
Fariborz Jahanian
2009-08-21
1
-6
/
+17
*
Introduce getConstantArrayElementCount API and use it in
Fariborz Jahanian
2009-08-21
1
-16
/
+6
*
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-21
1
-17
/
+69
*
Patch to ir-gen destruction of array member elements in revers order
Fariborz Jahanian
2009-08-20
1
-0
/
+60
*
ir-gen patch to destruct array members. WIP.
Fariborz Jahanian
2009-08-20
1
-13
/
+40
*
Refine vbase offsets for the inductive case. Things are now starting
Mike Stump
2009-08-20
1
-7
/
+7
*
Ensure we don't output repeated vbase offsets. I have a testcase for
Mike Stump
2009-08-20
1
-22
/
+23
*
Test case for my last patch plus a minor clean up.
Fariborz Jahanian
2009-08-20
1
-4
/
+2
*
ir-gen for multi-dimensional array construction. WIP.
Fariborz Jahanian
2009-08-20
1
-6
/
+18
*
Removed unneeded code for break/continue statements in
Fariborz Jahanian
2009-08-19
1
-7
/
+0
*
ir-gen for constructing arrays as non-static data members. WIP.
Fariborz Jahanian
2009-08-19
1
-1
/
+95
*
Switch to SmallString::str from SmallString::c_str.
Daniel Dunbar
2009-08-19
1
-5
/
+3
*
One second thought, I think I want to limit this class to just vtable
Mike Stump
2009-08-19
1
-5
/
+5
*
Cleanup: fold IndirectPrimary into builder.
Mike Stump
2009-08-19
1
-12
/
+9
*
We don't want to confuse this layout with the BLayout from the builder.
Mike Stump
2009-08-19
1
-3
/
+3
*
Restore vbase offsets for classes without a primary.
Mike Stump
2009-08-19
1
-1
/
+1
*
Refine vcalls a little.
Mike Stump
2009-08-19
1
-20
/
+32
*
Cleanup.
Mike Stump
2009-08-18
1
-4
/
+4
*
Cleanups. Move GenerateRtti to CodeGenModule.
Mike Stump
2009-08-18
1
-14
/
+15
*
Move the rest of the vtable building code into the new builder.
Mike Stump
2009-08-18
1
-106
/
+102
*
Suck up method generation.
Mike Stump
2009-08-18
1
-19
/
+19
*
Split out vtable bulding code into a builder.
Mike Stump
2009-08-18
1
-19
/
+25
*
Patch to 1) synthesizing non-trivial default destructor when
Fariborz Jahanian
2009-08-17
1
-13
/
+102
*
Remove an ErrorUnsupported call.
Anders Carlsson
2009-08-17
1
-1
/
+1
*
Improve handling of delete expressions.
Anders Carlsson
2009-08-16
1
-0
/
+57
*
Cleanups and fixups for calculating the virtual base offsets. WIP.
Mike Stump
2009-08-16
1
-76
/
+83
*
Improved on ir-gen for synthesis of non-trivial default
Fariborz Jahanian
2009-08-15
1
-0
/
+23
*
ir-gen for generation of trvial copy constructor
Fariborz Jahanian
2009-08-14
1
-0
/
+13
*
Deconflate virtual base offsets from non-virtual base offsets.
Mike Stump
2009-08-14
1
-3
/
+10
*
Fixed a bug in ir-gen for copy assignment synthesis.
Fariborz Jahanian
2009-08-14
1
-1
/
+4
*
Refine vtable layout for virtual bases and keep better track of
Mike Stump
2009-08-13
1
-11
/
+23
*
Update for LLVM API change.
Owen Anderson
2009-08-13
1
-16
/
+16
*
Patch to force synthesis of copy assignment operator
Fariborz Jahanian
2009-08-13
1
-0
/
+12
*
Minor cleanups.
Mike Stump
2009-08-13
1
-3
/
+2
*
Prep for vbase layout refinements. WIP.
Mike Stump
2009-08-13
1
-1
/
+1
*
Minor refactoring of copy assign operator ir-gen. SWIP.
Fariborz Jahanian
2009-08-13
1
-18
/
+21
*
More toward synthesizing copy assignments. SWIP.
Fariborz Jahanian
2009-08-12
1
-4
/
+96
*
Cleanup.
Mike Stump
2009-08-12
1
-8
/
+8
[next]