Age | Commit message (Expand) | Author |
---|---|---|
2010-05-06 | Fix typo in comment; 80 col violation | Douglas Gregor |
2010-05-05 | Pass the globaldecl into GetOrCreateLLVMFunction so that llvm | Chris Lattner |
2010-04-17 | Vtable -> VTable renames across the board. | Anders Carlsson |
2010-04-17 | Fix a bug where we would sometimes incorrectly mark an vtable function as unu... | Anders Carlsson |
2010-04-11 | Fix another bug where we wouldn't generate secondary vtables for construction... | Anders Carlsson |
2010-04-11 | More renames. | Anders Carlsson |
2010-04-11 | Rename a function parameter. | Anders Carlsson |
2010-04-11 | Fix a bug where we were adding too many vcall offsets in some cases. | Anders Carlsson |
2010-04-10 | Enable an assert and remove a now unnecessary assert. | Anders Carlsson |
2010-04-10 | Fix a bug where we would add the same function twice in a vtable. | Anders Carlsson |
2010-04-10 | Rename VtableComponent and VtableBuilder. | Anders Carlsson |
2010-04-08 | Rename CGVtable files to CGVTables. | Anders Carlsson |