1. 56c75a7 Adjust testcase for recent AsmPrinter changes, sigh. by Benjamin Kramer · 16 years ago
  2. f9d3e9b Fixup the rest of the testcases to grep the .ll file instead of the .s by Mike Stump · 16 years ago
  3. e07b6e5 Convert more testcases to checking the .ll file instead of the .s file. by Mike Stump · 16 years ago
  4. 6ebee07 Be sure to select primary bases among the nearly empties in preorder, by Mike Stump · 16 years ago
  5. fc9f16c Ensure we output all non-virtual base vtables. Fixes PR5890. by Mike Stump · 16 years ago
  6. f79df05 allow this test to pass, even with the recent .s printer changes. by Chris Lattner · 16 years ago
  7. 20314ff Fix a bunch of VTT layout bugs, add simple tests for VTT layout. by Anders Carlsson · 16 years ago
  8. 0d8bb8e Update virt.cpp for changes to the LLVM asm printer (?) This test should really be all LLVM IR... by Anders Carlsson · 16 years ago
  9. 1d9e0aa Fix Release-Asserts. by Mike Stump · 16 years ago
  10. 4b3e5be Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one. by Anders Carlsson · 16 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  12. 72649ed Work-in-progess rewrite of thunks: move thunk generation outside of vtable by Eli Friedman · 16 years ago
  13. a84b404 Fixup key function calculations. by Mike Stump · 16 years ago
  14. 22efb85 More VTT and constructor vtable testcases from recent work. by Mike Stump · 16 years ago
  15. 513225f Add more testcase for construction vtables and VTTs. by Mike Stump · 16 years ago
  16. 2cdcbdb Add some more VTT testcases. by Mike Stump · 16 years ago
  17. 9326c56 Add a testcase for the recent VTT work. by Mike Stump · 16 years ago
  18. a660440 This falls into the category of stupid pet tricks. I hate to do this, by Mike Stump · 16 years ago
  19. 49c16da Unify the codepaths used to verify base and member initializers for explicitly by Eli Friedman · 16 years ago
  20. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 16 years ago
  21. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  22. 9e7e3c6 Refine the non-virtual this adjustment. Optimize out virtual this by Mike Stump · 16 years ago
  23. 33c530e Refine the vcall for a function that is defined in a virtual base by Mike Stump · 16 years ago
  24. 599837a Convert file over to checking the .ll file for codegen. Also, we by Mike Stump · 16 years ago
  25. 7c276b8 Refine covariant return value adjustments for thunks when null by Mike Stump · 16 years ago
  26. 99faefd Testcase for a recent checkin. by Mike Stump · 16 years ago
  27. 941e3f3 Update. by Mike Stump · 16 years ago
  28. 7af5d19 this test has started failing due to an optimizer change. Clang tests by Chris Lattner · 16 years ago
  29. d0fe536 Split out return adjustments in thunks from this adjustment in thunks by Mike Stump · 16 years ago
  30. 62db245 vtable testcase for recent work on vcall/vbase offsets. by Mike Stump · 16 years ago
  31. 9c21289 Refine codegen for covariant thunks that return references. by Mike Stump · 16 years ago
  32. c902d22 Refine return value adjustments for thunks. by Mike Stump · 16 years ago
  33. 6a9612f Refine vcall/vbase ordering with vtable construction. by Mike Stump · 16 years ago
  34. 7809e0d Finish off pure virtual function handling. by Mike Stump · 16 years ago
  35. 54150d9 Testcase for recent checkin. WIP. by Mike Stump · 16 years ago
  36. d9878a1 Refine handling for return value conversions with respect to virtual by Mike Stump · 16 years ago
  37. 740256b Fix http://llvm.org/PR5090. by Mike Stump · 16 years ago
  38. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  39. dec025b Refine vcall offsets. Cleanups. WIP. by Mike Stump · 16 years ago
  40. 74be00b Testcase for recent checkin. by Mike Stump · 16 years ago
  41. 15a24e0 iGenerate vcalls as we build up the methods. WIP. by Mike Stump · 16 years ago
  42. bf3fe20 Testcase for an almost recent checkin. by Mike Stump · 16 years ago
  43. 63bb7c2 Fixup codegen for static dispatch to a virtual function that was by Mike Stump · 16 years ago
  44. f0070db Implement virtual dispatch. :-) This is self-consistent with clang, by Mike Stump · 16 years ago
  45. eb1a1b6 Revert r80064 since it broke the build. by Anders Carlsson · 16 years ago
  46. 78e7d3a Implement virtual dispatch. :-) This is self-consistent with clang, but not yet by Mike Stump · 16 years ago
  47. 666a91e Testcase for a recent checkin. by Mike Stump · 16 years ago
  48. 1633427 Fix typo. by Mike Stump · 16 years ago
  49. b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 16 years ago
  50. b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 16 years ago
  51. 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 16 years ago
  52. 9c88d98 Update for recent improvements. by Mike Stump · 16 years ago
  53. 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 16 years ago
  54. b46c92d Refine vcalls a little. by Mike Stump · 16 years ago
  55. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 16 years ago
  56. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 16 years ago
  57. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 16 years ago
  58. 9297423 Testcase for a recent checkin. by Mike Stump · 16 years ago
  59. bff10c5 Testcase for recent checkin. by Mike Stump · 16 years ago
  60. 12de461 Testcase for a recent checkin. by Mike Stump · 16 years ago
  61. 7884678 Add testcase for recent work. by Mike Stump · 16 years ago
  62. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 16 years ago
  63. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 16 years ago
  64. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 16 years ago
  65. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 16 years ago
  66. 4952094 Implement more of the inductive case for vtable layout involving by Mike Stump · 16 years ago
  67. 57cf2f3 Add vbase offsets to the vtable. Wow, having an rbegin was so fortuitous. WIP. by Mike Stump · 16 years ago
  68. 928f150 Add ability to generate vcall offsets for primary virtual base. by Mike Stump · 16 years ago
  69. 02cf1e2 Add support for vcall generation for vtables for virtual bases. WIP. by Mike Stump · 16 years ago
  70. dac64a5 Almost forgot to turn on 32-bit test. by Mike Stump · 16 years ago
  71. 636548d Testcase for recent checkin. by Mike Stump · 16 years ago
  72. e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 16 years ago
  73. 70101ce Layout the primary base first in the vtable. by Mike Stump · 16 years ago
  74. 8a12b56 More layout for virtual tables for virtual bases. Still in progress. by Mike Stump · 16 years ago
  75. 37148f4 Let's remember we want better codegen for these. by Mike Stump · 16 years ago
  76. c5708d9 Testcase for a recent checkin for vbase layout ordering. I hate to by Mike Stump · 16 years ago
  77. eb19fa9 Layout virtual bases. Work in progress. by Mike Stump · 16 years ago
  78. 2effeca Fixup object layout when we have a primary base (it goes first). Start preping for by Mike Stump · 16 years ago
  79. 26899b0 Add another test for a recent checkin. by Mike Stump · 16 years ago
  80. 6f37633 Calculate the primary base class better and use that when laying down by Mike Stump · 16 years ago
  81. 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 16 years ago
  82. 06758d0 Test cases for some recent work. by Mike Stump · 16 years ago
  83. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 16 years ago