1. 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 21 years ago
  2. ff7dcb0 Move the testcase elsewhere by Chris Lattner · 21 years ago
  3. bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
  4. 88d942d Spell `incompatible' correctly. by Misha Brukman · 21 years ago
  5. 2917ea1 New testcase. Unfortunately, native GCC gets this wrong. Someday we will have to figure out how to deal with this. by Chris Lattner · 21 years ago
  6. d04087c *** empty log message *** by Tanya Lattner · 21 years ago
  7. d6d8633 Added/removed header file by Tanya Lattner · 21 years ago
  8. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
  9. 065c0b9 New testcases, which WORK with LLVMG++ and the CBE. by Chris Lattner · 21 years ago
  10. 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 21 years ago
  11. 5cf1199 C++ify, add new get_cxx_exception function to convert from generic llvm_exceptions to llvm_cxx_exception's by Chris Lattner · 21 years ago
  12. c2c70fa Remove Cisms. We love C++ by Chris Lattner · 21 years ago
  13. 1796cb7 Cleaned up the code (spacing, not needed headers) and changed ostream function. Also made some functions inline. by Tanya Lattner · 21 years ago
  14. c50ee55 *** empty log message *** by Tanya Lattner · 21 years ago
  15. 99b28e6 Fix bug: SCCP/2003-08-26-InvokeHandling.ll by Chris Lattner · 21 years ago
  16. 5464da9 New testcase by Chris Lattner · 21 years ago
  17. 23b9b05 Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments by Chris Lattner · 21 years ago
  18. 0320b14 SchedGraphCommon header file. Contains class definition for SchedGraphCommon which is used by SchedGraph and ModuloSchedGraph (coming soon). by Tanya Lattner · 21 years ago
  19. b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 21 years ago
  20. aa8882a Remove copy-and-paste gunk by Chris Lattner · 21 years ago
  21. 5337521 Initial checking of C++ exception handling library by Chris Lattner · 21 years ago
  22. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  23. f30862f Remove special casing by Chris Lattner · 21 years ago
  24. 4dee6d7 Fix spelling error in comment. by Brian Gaeke · 21 years ago
  25. 6dbc588 Added autoconf code that verifies that the C compiler is at the minimum by John Criswell · 21 years ago
  26. de00db2 Added code to check for python and qmtest. by John Criswell · 21 years ago
  27. aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 21 years ago
  28. 5864da0 Simplify code by Chris Lattner · 21 years ago
  29. cf0e11e New testcase by Chris Lattner · 21 years ago
  30. f6c3fc3 Add output by Chris Lattner · 21 years ago
  31. c879e8f Consult the target data, not the module, about how large the current pointer by Chris Lattner · 21 years ago
  32. 0c8c0e8 Remove some long-dead code by Chris Lattner · 21 years ago
  33. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  34. 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 21 years ago
  35. bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 21 years ago
  36. e3ac756 Targets should configure themselves based on the module, not some wierd flags by Chris Lattner · 21 years ago
  37. 77c5f73 Fix bug: Linker/2003-08-23-GlobalVarLinking.ll by Chris Lattner · 21 years ago
  38. 873c5e7 Implement: Linker/2003-08-24-InheritPtrSize.ll by Chris Lattner · 21 years ago
  39. f687ada New testcase by Chris Lattner · 21 years ago
  40. 58c41fe Implement: Jello/test-constantexpr.ll by Chris Lattner · 21 years ago
  41. dc3602b Implement SimplifyCFG/InvokeEliminate.ll by Chris Lattner · 21 years ago
  42. cd98c72 New testcase by Chris Lattner · 21 years ago
  43. 390e3c3 Fix grammar by Chris Lattner · 21 years ago
  44. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  45. bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 21 years ago
  46. 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 21 years ago
  47. eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 21 years ago
  48. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  49. a7a35a8 Allow modules to have 'any' pointer size and endianness. by Chris Lattner · 21 years ago
  50. e55497c Implement support for the unwind intrinsic in the CBE by Chris Lattner · 21 years ago
  51. 93ee3f6 Fix grep by Chris Lattner · 21 years ago
  52. 0cbe8a7 New testcase by Chris Lattner · 21 years ago
  53. a182d2f New testcase directory by Chris Lattner · 21 years ago
  54. 657fbe6 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  55. 101d400 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  56. 6270f36 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  57. 71f74b3 Fix typeos and add descriptions by Chris Lattner · 21 years ago
  58. e544533 Inline invoke instructions as well as call instructions by Chris Lattner · 21 years ago
  59. 80a38d2 *** Implement inlining of Invoke instructions! by Chris Lattner · 21 years ago
  60. 9d3a1b2 Add versions of InlineFunction which work on Invoke instructions and general call sites by Chris Lattner · 21 years ago
  61. 7f736c9 Fix copy-and-paste-o by Chris Lattner · 21 years ago
  62. 8a376a5 New testcases for inlining invoke instructions by Chris Lattner · 21 years ago
  63. 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 21 years ago
  64. 6a67393 Big diff for a small change: delete inlined functions if all callees have by Chris Lattner · 21 years ago
  65. 66197a9 New testcase by Chris Lattner · 21 years ago
  66. 7152c23 Implement: Inline/cfg_preserve_test.ll by Chris Lattner · 21 years ago
  67. 7bf617a new testcase by Chris Lattner · 21 years ago
  68. 4bd4aa5 Allow specifying the name for the newly split basic block by Chris Lattner · 21 years ago
  69. f3f062e New testcase, distilled from 176.gcc by Chris Lattner · 21 years ago
  70. 41822c7 Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll by Chris Lattner · 21 years ago
  71. ae1c1ff new testcase distilled from 176.gcc by Chris Lattner · 21 years ago
  72. 7d6c24c Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 by Chris Lattner · 21 years ago
  73. 2231d58 Add a new switch folding testcase by Chris Lattner · 21 years ago
  74. f959c33 Add new label by Chris Lattner · 21 years ago
  75. 3acbd5d Add period by Chris Lattner · 21 years ago
  76. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 21 years ago
  77. 131d19f Rename SwitchInst::dest_push_back -> addCase Add new removeCase method by Chris Lattner · 21 years ago
  78. 44bb541 Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll by Chris Lattner · 21 years ago
  79. 4d34ada New testcase by Chris Lattner · 21 years ago
  80. 47ddea2 New testcase by Chris Lattner · 21 years ago
  81. f44c605 Do not consider any types that exist in the global symbol table! by Chris Lattner · 21 years ago
  82. e3092c9 Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll by Chris Lattner · 21 years ago
  83. 8d8523b New testcase, which causes the linker to segv. by Chris Lattner · 21 years ago
  84. c07ae39 Ignore more by Chris Lattner · 21 years ago
  85. fcd0234 Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc by Chris Lattner · 21 years ago
  86. 6f2ff7e Test functions as well as globals by Chris Lattner · 21 years ago
  87. 086cb00 Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll by Chris Lattner · 21 years ago
  88. 2d710ff Of course, the copy ctor really should copy the operand as well by Chris Lattner · 21 years ago
  89. a0f85e5 Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll by Chris Lattner · 21 years ago
  90. c4d360d new testcase: we warn if we are merging together two functions whose argument by Chris Lattner · 21 years ago
  91. 8518e74 Add more methods to be more value-like by Chris Lattner · 21 years ago
  92. 88e1eef Initial checkin of ValueHolder helper class by Chris Lattner · 21 years ago
  93. f7c4ace Initial checkin of ValueHolder helper by Chris Lattner · 21 years ago
  94. 59bc1a7 New testcase by Chris Lattner · 21 years ago
  95. 72987ee Fix typeo by Chris Lattner · 21 years ago
  96. 2fa6c35 New testcase, which is basically the problem with 176.gcc by Chris Lattner · 21 years ago
  97. b274d4a Add missing #include by Chris Lattner · 21 years ago
  98. 9732be7 Fix typeo by Chris Lattner · 21 years ago
  99. a2b2dc9 add preliminary support for -export-dynamic by Chris Lattner · 21 years ago
  100. 43f4ba8 The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles! by Chris Lattner · 21 years ago