1. d0fe536 Split out return adjustments in thunks from this adjustment in thunks by Mike Stump · 15 years ago
  2. 62db245 vtable testcase for recent work on vcall/vbase offsets. by Mike Stump · 15 years ago
  3. 9c21289 Refine codegen for covariant thunks that return references. by Mike Stump · 15 years ago
  4. c902d22 Refine return value adjustments for thunks. by Mike Stump · 15 years ago
  5. 6a9612f Refine vcall/vbase ordering with vtable construction. by Mike Stump · 15 years ago
  6. 7809e0d Finish off pure virtual function handling. by Mike Stump · 15 years ago
  7. 54150d9 Testcase for recent checkin. WIP. by Mike Stump · 15 years ago
  8. d9878a1 Refine handling for return value conversions with respect to virtual by Mike Stump · 15 years ago
  9. 740256b Fix http://llvm.org/PR5090. by Mike Stump · 15 years ago
  10. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  11. dec025b Refine vcall offsets. Cleanups. WIP. by Mike Stump · 15 years ago
  12. 74be00b Testcase for recent checkin. by Mike Stump · 15 years ago
  13. 15a24e0 iGenerate vcalls as we build up the methods. WIP. by Mike Stump · 15 years ago
  14. bf3fe20 Testcase for an almost recent checkin. by Mike Stump · 15 years ago
  15. 63bb7c2 Fixup codegen for static dispatch to a virtual function that was by Mike Stump · 15 years ago
  16. f0070db Implement virtual dispatch. :-) This is self-consistent with clang, by Mike Stump · 15 years ago
  17. eb1a1b6 Revert r80064 since it broke the build. by Anders Carlsson · 15 years ago
  18. 78e7d3a Implement virtual dispatch. :-) This is self-consistent with clang, but not yet by Mike Stump · 15 years ago
  19. 666a91e Testcase for a recent checkin. by Mike Stump · 15 years ago
  20. 1633427 Fix typo. by Mike Stump · 15 years ago
  21. b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
  22. b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
  23. 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
  24. 9c88d98 Update for recent improvements. by Mike Stump · 15 years ago
  25. 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
  26. b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
  27. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
  28. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
  29. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  30. 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
  31. bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago
  32. 12de461 Testcase for a recent checkin. by Mike Stump · 15 years ago
  33. 7884678 Add testcase for recent work. by Mike Stump · 15 years ago
  34. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  35. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 15 years ago
  36. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 15 years ago
  37. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
  38. 4952094 Implement more of the inductive case for vtable layout involving by Mike Stump · 15 years ago
  39. 57cf2f3 Add vbase offsets to the vtable. Wow, having an rbegin was so fortuitous. WIP. by Mike Stump · 15 years ago
  40. 928f150 Add ability to generate vcall offsets for primary virtual base. by Mike Stump · 15 years ago
  41. 02cf1e2 Add support for vcall generation for vtables for virtual bases. WIP. by Mike Stump · 15 years ago
  42. dac64a5 Almost forgot to turn on 32-bit test. by Mike Stump · 15 years ago
  43. 636548d Testcase for recent checkin. by Mike Stump · 15 years ago
  44. e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 15 years ago
  45. 70101ce Layout the primary base first in the vtable. by Mike Stump · 15 years ago
  46. 8a12b56 More layout for virtual tables for virtual bases. Still in progress. by Mike Stump · 15 years ago
  47. 37148f4 Let's remember we want better codegen for these. by Mike Stump · 15 years ago
  48. c5708d9 Testcase for a recent checkin for vbase layout ordering. I hate to by Mike Stump · 15 years ago
  49. eb19fa9 Layout virtual bases. Work in progress. by Mike Stump · 15 years ago
  50. 2effeca Fixup object layout when we have a primary base (it goes first). Start preping for by Mike Stump · 15 years ago
  51. 26899b0 Add another test for a recent checkin. by Mike Stump · 15 years ago
  52. 6f37633 Calculate the primary base class better and use that when laying down by Mike Stump · 15 years ago
  53. 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 15 years ago
  54. 06758d0 Test cases for some recent work. by Mike Stump · 15 years ago
  55. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago