Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |