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
...
*
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
*
Refactor. WIP. Eventually, this will all go into a vtable builder class.
Mike Stump
2009-08-12
1
-16
/
+18
*
Cleanup.
Mike Stump
2009-08-12
1
-3
/
+1
*
Refactor.
Mike Stump
2009-08-12
1
-19
/
+19
*
Refactor.
Mike Stump
2009-08-12
1
-2
/
+5
*
Patch for synthesizing copy assignment operator.
Fariborz Jahanian
2009-08-12
1
-0
/
+26
*
Improve the secondary vtables to not include vbase offsets. WIP.
Mike Stump
2009-08-12
1
-13
/
+15
*
Refine vtable building for the secondary vtables to exclude yet more
Mike Stump
2009-08-12
1
-6
/
+12
*
ir-gen support for anonymous union data member
Fariborz Jahanian
2009-08-11
1
-9
/
+10
*
Implement more of the inductive case for vtable layout involving
Mike Stump
2009-08-11
1
-26
/
+45
*
Support for anonymous union in ctor's initializer and
Fariborz Jahanian
2009-08-10
1
-6
/
+9
*
minor refactoring. No change otherwise.
Fariborz Jahanian
2009-08-10
1
-1
/
+12
*
ir-gen for generating copying of scalar data members in
Fariborz Jahanian
2009-08-10
1
-1
/
+5
*
Fixed a ir-gen bug in synthesizing copy constructors.
Fariborz Jahanian
2009-08-10
1
-1
/
+1
*
Older GCCs don't have vector::data().
Benjamin Kramer
2009-08-08
1
-1
/
+1
*
ir-gen for initialization, in synthesize copy constructor,
Fariborz Jahanian
2009-08-08
1
-12
/
+14
*
Add support for global initializers.
Anders Carlsson
2009-08-08
1
-0
/
+35
*
Refactor some code and implement support for global destructors for static va...
Anders Carlsson
2009-08-08
1
-12
/
+70
*
Refactoring of copy ctor ir-gen. No change in functionality.
Fariborz Jahanian
2009-08-08
1
-3
/
+7
*
Remove use of uninitized variable.
Fariborz Jahanian
2009-08-08
1
-2
/
+1
*
Synthesize copying of non-static data members with
Fariborz Jahanian
2009-08-08
1
-12
/
+32
*
Synthesized copy constructor now generates code for
Fariborz Jahanian
2009-08-07
1
-16
/
+48
*
Add vbase offsets to the vtable. Wow, having an rbegin was so
Mike Stump
2009-08-07
1
-0
/
+12
*
More synthesis of copy constructors. Work in progress.
Fariborz Jahanian
2009-08-07
1
-0
/
+47
*
Fix typo.
Mike Stump
2009-08-07
1
-1
/
+1
*
Add ability to generate vcall offsets for primary virtual base.
Mike Stump
2009-08-07
1
-1
/
+3
*
Fix some const_cast issues. This is the beginning of the rabbit hole.
Mike Stump
2009-08-07
1
-6
/
+2
*
Add support for vcall generation for vtables for virtual bases. WIP.
Mike Stump
2009-08-06
1
-4
/
+24
*
Also generate the rtti field for virtual bases for vtables. Turn on
Mike Stump
2009-08-06
1
-29
/
+40
*
Set and use Elidable in elimination of copy ctors.
Fariborz Jahanian
2009-08-06
1
-9
/
+3
*
Layout the primary base first in the vtable.
Mike Stump
2009-08-06
1
-21
/
+14
*
More layout for virtual tables for virtual bases. Still in progress.
Mike Stump
2009-08-06
1
-9
/
+26
*
Layout virtual bases. Work in progress.
Mike Stump
2009-08-06
1
-3
/
+1
*
Patch to optimize away copy constructor call when
Fariborz Jahanian
2009-08-06
1
-1
/
+14
*
Refactor some bits.
Mike Stump
2009-08-05
1
-1
/
+1
*
Calculate the primary base class better and use that when laying down
Mike Stump
2009-08-05
1
-11
/
+36
*
vtable building for simple inheritance. Still in progress.
Mike Stump
2009-08-04
1
-1
/
+18
*
Will I ever get used to CamelCase? Will I ever like capitols for
Mike Stump
2009-08-04
1
-7
/
+5
*
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
Mike Stump
2009-07-31
1
-5
/
+36
[prev]
[next]