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