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
/
AST
/
RecordLayoutBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixup object layout when we have a primary base (it goes first). Start prepi...
Mike Stump
2009-08-06
1
-7
/
+11
*
Calculate the primary base class better and use that when laying down
Mike Stump
2009-08-05
1
-8
/
+112
*
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-07-31
1
-1
/
+1
*
Update based upon comments. Explain why we have an assert.
Mike Stump
2009-07-30
1
-2
/
+2
*
We'll also need a vtable pointer if we have virtual bases.
Mike Stump
2009-07-30
1
-1
/
+1
*
Add ability to layout the vtable pointer in trivial cases. I noticed
Mike Stump
2009-07-30
1
-6
/
+20
*
Change uses of:
Ted Kremenek
2009-07-29
1
-2
/
+2
*
No longer need to keep base class offsets in the offset
Fariborz Jahanian
2009-07-29
1
-3
/
+0
*
Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...
Anders Carlsson
2009-07-28
1
-16
/
+31
*
ir-gen for non-virtual base class initialization
Fariborz Jahanian
2009-07-25
1
-0
/
+3
*
Handle layout of non-virtual base classes.
Anders Carlsson
2009-07-19
1
-4
/
+60
*
Refactor field layout into a separate function.
Anders Carlsson
2009-07-18
1
-5
/
+9
*
Rename NextOffset to DataSize, which better matches the Itanium C++ ABI
Anders Carlsson
2009-07-18
1
-1
/
+1
*
More layout builder work.
Anders Carlsson
2009-07-18
1
-0
/
+46
*
Add a new ASTRecordLayoutBuilder class. Not used yet.
Anders Carlsson
2009-07-18
1
-0
/
+162
[prev]