1. 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
  2. 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 21 years ago
  3. 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 21 years ago
  4. 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 21 years ago
  5. ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 21 years ago
  6. 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
  7. 94949da Add new method by Chris Lattner · 21 years ago
  8. 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 21 years ago
  9. 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 21 years ago
  10. 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 21 years ago
  11. cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 21 years ago
  12. 7905a6e NEw testcase by Chris Lattner · 21 years ago
  13. 77e94d6 New testcase, not only possible of causing compilation failures, but could by Chris Lattner · 21 years ago
  14. 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  15. b3ceec2 Document the llvm.unwind intrinsic. by Chris Lattner · 21 years ago
  16. a0a0a03 Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  17. 82086a5 Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  18. a86b042 Start using `llvm-as' instead of `as'. by Misha Brukman · 21 years ago
  19. 231d64d Build llvm-as and llvm-dis as the upgrade path to renamed tools. by Misha Brukman · 21 years ago
  20. c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 21 years ago
  21. b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 21 years ago
  22. ad0bf0f Renaming LLVM `dis' to `llvm-dis'. by Misha Brukman · 21 years ago
  23. cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 21 years ago
  24. aeb54b8 Add support for the llvm.unwind intrinsic, which we codegen to just do an abort by Chris Lattner · 21 years ago
  25. 81f0dbd Add another testcase I found lying around. by Chris Lattner · 21 years ago
  26. 206c7d0 Add test for the last chapter of our C++ exception handling odyssey. llvmg++ by Chris Lattner · 21 years ago
  27. b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 21 years ago
  28. 902d580 New testcases, all of which work with llvmg++! by Chris Lattner · 21 years ago
  29. 8df6bdd Link to the C++ libraries. This is temporary by Chris Lattner · 21 years ago
  30. fd04561 Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking by Chris Lattner · 21 years ago
  31. 3b6b6ba Removing README by Tanya Lattner · 21 years ago
  32. 4f839cc Putting my revised version of ModuloScheduling in cvs. This is not complete... by Tanya Lattner · 21 years ago
  33. 841e00b Fix bug where we considered function types equivalent even if they had differing numbers of arguments by Chris Lattner · 21 years ago
  34. a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 21 years ago
  35. f68b8a2 Moved index in BB to common graph class. by Tanya Lattner · 21 years ago
  36. 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 21 years ago
  37. 14baebf First version of llvm-ar added to cvs repository. by Tanya Lattner · 21 years ago
  38. 82d222f Convert C comments to C++ by Chris Lattner · 21 years ago
  39. 3745903 New wrapper around the terminate call. by Chris Lattner · 21 years ago
  40. f4b319d Squelch warning by Chris Lattner · 21 years ago
  41. 0028b2c Be more typesafe by Chris Lattner · 21 years ago
  42. d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 21 years ago
  43. 7a37fa7 Add throw specs to the functions, remove (void) from the functions by Chris Lattner · 21 years ago
  44. 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 21 years ago
  45. ff7dcb0 Move the testcase elsewhere by Chris Lattner · 21 years ago
  46. bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
  47. 88d942d Spell `incompatible' correctly. by Misha Brukman · 21 years ago
  48. 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
  49. d04087c *** empty log message *** by Tanya Lattner · 21 years ago
  50. d6d8633 Added/removed header file by Tanya Lattner · 21 years ago
  51. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
  52. 065c0b9 New testcases, which WORK with LLVMG++ and the CBE. by Chris Lattner · 21 years ago
  53. 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 21 years ago
  54. 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
  55. c2c70fa Remove Cisms. We love C++ by Chris Lattner · 21 years ago
  56. 1796cb7 Cleaned up the code (spacing, not needed headers) and changed ostream function. Also made some functions inline. by Tanya Lattner · 21 years ago
  57. c50ee55 *** empty log message *** by Tanya Lattner · 21 years ago
  58. 99b28e6 Fix bug: SCCP/2003-08-26-InvokeHandling.ll by Chris Lattner · 21 years ago
  59. 5464da9 New testcase by Chris Lattner · 21 years ago
  60. 23b9b05 Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments by Chris Lattner · 21 years ago
  61. 0320b14 SchedGraphCommon header file. Contains class definition for SchedGraphCommon which is used by SchedGraph and ModuloSchedGraph (coming soon). by Tanya Lattner · 21 years ago
  62. b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 21 years ago
  63. aa8882a Remove copy-and-paste gunk by Chris Lattner · 21 years ago
  64. 5337521 Initial checking of C++ exception handling library by Chris Lattner · 21 years ago
  65. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  66. f30862f Remove special casing by Chris Lattner · 21 years ago
  67. 4dee6d7 Fix spelling error in comment. by Brian Gaeke · 21 years ago
  68. 6dbc588 Added autoconf code that verifies that the C compiler is at the minimum by John Criswell · 21 years ago
  69. de00db2 Added code to check for python and qmtest. by John Criswell · 21 years ago
  70. aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 21 years ago
  71. 5864da0 Simplify code by Chris Lattner · 21 years ago
  72. cf0e11e New testcase by Chris Lattner · 21 years ago
  73. f6c3fc3 Add output by Chris Lattner · 21 years ago
  74. c879e8f Consult the target data, not the module, about how large the current pointer by Chris Lattner · 21 years ago
  75. 0c8c0e8 Remove some long-dead code by Chris Lattner · 21 years ago
  76. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  77. 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 21 years ago
  78. bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 21 years ago
  79. e3ac756 Targets should configure themselves based on the module, not some wierd flags by Chris Lattner · 21 years ago
  80. 77c5f73 Fix bug: Linker/2003-08-23-GlobalVarLinking.ll by Chris Lattner · 21 years ago
  81. 873c5e7 Implement: Linker/2003-08-24-InheritPtrSize.ll by Chris Lattner · 21 years ago
  82. f687ada New testcase by Chris Lattner · 21 years ago
  83. 58c41fe Implement: Jello/test-constantexpr.ll by Chris Lattner · 21 years ago
  84. dc3602b Implement SimplifyCFG/InvokeEliminate.ll by Chris Lattner · 21 years ago
  85. cd98c72 New testcase by Chris Lattner · 21 years ago
  86. 390e3c3 Fix grammar by Chris Lattner · 21 years ago
  87. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  88. bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 21 years ago
  89. 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 21 years ago
  90. eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 21 years ago
  91. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  92. a7a35a8 Allow modules to have 'any' pointer size and endianness. by Chris Lattner · 21 years ago
  93. e55497c Implement support for the unwind intrinsic in the CBE by Chris Lattner · 21 years ago
  94. 93ee3f6 Fix grep by Chris Lattner · 21 years ago
  95. 0cbe8a7 New testcase by Chris Lattner · 21 years ago
  96. a182d2f New testcase directory by Chris Lattner · 21 years ago
  97. 657fbe6 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  98. 101d400 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  99. 6270f36 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  100. 71f74b3 Fix typeos and add descriptions by Chris Lattner · 21 years ago