| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the old vtable layout code. | Anders Carlsson | 2010-03-30 | 1 | -3/+0 |
| | | | | | llvm-svn: 99869 | ||||
| * | Use the newly added function in the VTT builder. | Anders Carlsson | 2010-03-29 | 1 | -3/+2 |
| | | | | | llvm-svn: 99799 | ||||
| * | Fix thinko. | Anders Carlsson | 2010-03-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 99788 | ||||
| * | Two bug fixes, we weren't updating the thunk index when creating the vtable ↵ | Anders Carlsson | 2010-03-29 | 1 | -0/+7 |
| | | | | | | | initializer and we weren't storing the secondary virtual pointer indices. llvm-svn: 99786 | ||||
| * | Add and implement CodeGenVTables::getSecondaryVirtualPointerIndex (not used ↵ | Anders Carlsson | 2010-03-26 | 1 | -9/+50 |
| | | | | | | | yet). llvm-svn: 99608 | ||||
| * | More cleanup. | Anders Carlsson | 2010-03-26 | 1 | -178/+47 |
| | | | | | llvm-svn: 99605 | ||||
| * | Way more VTT builder cleanup. | Anders Carlsson | 2010-03-26 | 1 | -28/+193 |
| | | | | | llvm-svn: 99604 | ||||
| * | More VTT builder cleanup. | Anders Carlsson | 2010-03-26 | 1 | -22/+31 |
| | | | | | llvm-svn: 99588 | ||||
| * | More VTT cleanup. | Anders Carlsson | 2010-03-26 | 1 | -22/+43 |
| | | | | | llvm-svn: 99586 | ||||
| * | Start cleaning up the VTT builder to make it work more like the VTable builder. | Anders Carlsson | 2010-03-26 | 1 | -51/+66 |
| | | | | | llvm-svn: 99581 | ||||
| * | Remove some VTT builder arguments that were always zero. | Anders Carlsson | 2010-03-26 | 1 | -20/+13 |
| | | | | | llvm-svn: 99576 | ||||
| * | More address point map shuffling. | Anders Carlsson | 2010-03-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 99462 | ||||
| * | Shuffle some code around; this will make it easier to use the new layout ↵ | Anders Carlsson | 2010-03-25 | 1 | -32/+4 |
| | | | | | | | code for address points. llvm-svn: 99461 | ||||
| * | Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host). | Anders Carlsson | 2010-03-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 99385 | ||||
| * | More vtable work; preparations for moving over to the new vtable layout code ↵ | Anders Carlsson | 2010-03-24 | 1 | -1/+1 |
| | | | | | | | (finally). llvm-svn: 99381 | ||||
| * | Rename CGVtableInfo to CodeGenVTables in preparation of adding another ↵ | Anders Carlsson | 2010-03-23 | 1 | -17/+15 |
| | | | | | | | VTableInfo class. llvm-svn: 99250 | ||||
| * | Pass information about whether a base is virtual or not down to ↵ | Anders Carlsson | 2010-02-28 | 1 | -9/+12 |
| | | | | | | | getCtorVtable, we need this information in the vtable builder. llvm-svn: 97356 | ||||
| * | Move the VTT related code into its own file, CGVTT.cpp | Anders Carlsson | 2010-01-21 | 1 | -0/+398 |
| llvm-svn: 94079 | |||||

