Age | Commit message (Expand) | Author |
---|---|---|
2011-06-14 | Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2... | Eli Friedman |
2011-05-16 | Fix another regression from the "skip vtable pointer initialization" | Anders Carlsson |
2011-01-25 | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola |
2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
2010-06-02 | Don't try to emit the vtable for a class just because we're emitting a | John McCall |
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
2010-03-10 | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola |
2010-02-18 | Make deleting and complete dtor variants defer to other dtor variants by | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-30 | Test for my last patch. | Fariborz Jahanian |