summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/virt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of virt.cpp.Anders Carlsson2010-05-031-696/+0
* remove alignment specifier on this. CAn't this test be removed yet? :)Chris Lattner2010-04-261-1/+1
* We seem to get an inconsistent alignment value in the generatedDouglas Gregor2010-04-021-1/+2
* Rework our handling of copy construction of temporaries, which was aDouglas Gregor2010-04-021-1/+1
* Remove parts of virt.cppAnders Carlsson2010-03-241-52/+0
* Update tests in -Asserts mode. These tests really need to be rewritten...Daniel Dunbar2010-02-091-4/+4
* Refine the non-virtual this adjustments for thunks by using the offsetMike Stump2010-01-261-2/+2
* Be sure to track the non-virtual part of the vcall offset in complexMike Stump2010-01-261-2/+2
* Fixup a missing vcall entry. WIP.Mike Stump2010-01-261-25/+25
* Adjust testcase for recent AsmPrinter changes, sigh.Benjamin Kramer2010-01-231-34/+34
* Fixup the rest of the testcases to grep the .ll file instead of the .sMike Stump2010-01-221-263/+22
* Convert more testcases to checking the .ll file instead of the .s file.Mike Stump2010-01-221-269/+105
* Be sure to select primary bases among the nearly empties in preorder,Mike Stump2010-01-221-0/+39
* Ensure we output all non-virtual base vtables. Fixes PR5890.Mike Stump2010-01-221-0/+14
* allow this test to pass, even with the recent .s printer changes.Chris Lattner2010-01-201-126/+126
* Fix a bunch of VTT layout bugs, add simple tests for VTT layout.Anders Carlsson2010-01-181-7/+7
* Update virt.cpp for changes to the LLVM asm printer (?) This test should real...Anders Carlsson2010-01-181-2/+2
* Fix Release-Asserts.Mike Stump2010-01-131-44/+42
* Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.Anders Carlsson2009-12-161-6/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Work-in-progess rewrite of thunks: move thunk generation outside of vtableEli Friedman2009-12-061-2/+2
* Fixup key function calculations.Mike Stump2009-11-201-46/+47
* More VTT and constructor vtable testcases from recent work.Mike Stump2009-11-131-0/+43
* Add more testcase for construction vtables and VTTs.Mike Stump2009-11-131-0/+28
* Add some more VTT testcases.Mike Stump2009-11-131-0/+21
* Add a testcase for the recent VTT work.Mike Stump2009-11-131-0/+10
* This falls into the category of stupid pet tricks. I hate to do this,Mike Stump2009-11-131-5/+3
* Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman2009-11-091-0/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Refine the non-virtual this adjustment. Optimize out virtual thisMike Stump2009-11-061-12/+12
* Refine the vcall for a function that is defined in a virtual baseMike Stump2009-11-061-1/+31
* Convert file over to checking the .ll file for codegen. Also, weMike Stump2009-11-061-450/+63
* Refine covariant return value adjustments for thunks when nullMike Stump2009-11-051-1/+5
* Testcase for a recent checkin.Mike Stump2009-11-051-0/+27
* Update.Mike Stump2009-11-051-46/+36
* this test has started failing due to an optimizer change. Clang testsChris Lattner2009-11-041-0/+1
* Split out return adjustments in thunks from this adjustment in thunksMike Stump2009-11-041-3/+17
* vtable testcase for recent work on vcall/vbase offsets.Mike Stump2009-11-031-2/+83
* Refine codegen for covariant thunks that return references.Mike Stump2009-11-031-0/+32
* Refine return value adjustments for thunks.Mike Stump2009-11-031-0/+30
* Refine vcall/vbase ordering with vtable construction.Mike Stump2009-10-311-8/+8
* Finish off pure virtual function handling.Mike Stump2009-10-281-0/+35
* Testcase for recent checkin. WIP.Mike Stump2009-10-141-0/+119
* Refine handling for return value conversions with respect to virtualMike Stump2009-10-131-15/+92
* Fix http://llvm.org/PR5090.Mike Stump2009-09-291-0/+13
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Refine vcall offsets. Cleanups. WIP.Mike Stump2009-09-071-0/+119
* Testcase for recent checkin.Mike Stump2009-09-011-3/+3
* iGenerate vcalls as we build up the methods. WIP.Mike Stump2009-08-281-9/+9
OpenPOWER on IntegriCloud