1. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  2. 237ef56 Heavily refactor code: by Chris Lattner · 21 years ago
  3. fa7f524 Add accessor function for the PruneEH pass by Chris Lattner · 21 years ago
  4. f6fb96f Add accessor function by Chris Lattner · 21 years ago
  5. 483cb51 New testcase for annoying structure layout stuff! by Chris Lattner · 21 years ago
  6. c6c804b Minor simplification by Chris Lattner · 21 years ago
  7. 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago
  8. 0c21021 new tests by Chris Lattner · 21 years ago
  9. 2b77105 Add tests for the pruneeh pass by Chris Lattner · 21 years ago
  10. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago
  11. 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 21 years ago
  12. ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 21 years ago
  13. 5636eec s/Meth/F by Chris Lattner · 21 years ago
  14. a15854c ScalarRepl does not modify the CFG. Say so! by Chris Lattner · 21 years ago
  15. 7d8a86a Use new interface, simplifies code by Chris Lattner · 21 years ago
  16. 0346364 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  17. 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 21 years ago
  18. 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  19. 0ae8e87 Implement new method by Chris Lattner · 21 years ago
  20. 12d40d2 Add new helper function which makes it even easier to do this sort of thing by Chris Lattner · 21 years ago
  21. 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 21 years ago
  22. 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 21 years ago
  23. ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 21 years ago
  24. 7a9fd01 we don't need this here by Chris Lattner · 21 years ago
  25. 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 21 years ago
  26. e86159d File was renamed by Chris Lattner · 21 years ago
  27. ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 21 years ago
  28. d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 21 years ago
  29. 1f9336e New testcase *sigh* by Chris Lattner · 21 years ago
  30. df97919 New, HARD, bitfield testcase by Chris Lattner · 21 years ago
  31. 2fdd3c0 Yet another bit-field bug by Chris Lattner · 21 years ago
  32. 450e4f5 minor simplification by Chris Lattner · 21 years ago
  33. 8796783 Test case distilled from sed. by Misha Brukman · 21 years ago
  34. cec2eb2 Testcase distilled from xemacs. by Misha Brukman · 21 years ago
  35. 402f151 Added a dummy version of libcurses. by Misha Brukman · 21 years ago
  36. efe98e9 Added dummy termcap library. by Misha Brukman · 21 years ago
  37. 9e8d1ac New testcase by Chris Lattner · 21 years ago
  38. 4f40cf4 Use `llvm-dis' instead of simply `dis'. by Misha Brukman · 21 years ago
  39. 004caf4 Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4 doesn't want us to do this unless Module has been #included by Chris Lattner · 21 years ago
  40. 3a9ce67 "Help keep our secrets secret." by John Criswell · 21 years ago
  41. 6666a04 There is no reason for this to be a pass! by Chris Lattner · 21 years ago
  42. df9ec10 Move getAnalysisToUpdate to after the definition of AnalysisResolver. by Chris Lattner · 21 years ago
  43. 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 21 years ago
  44. 15444a9 Slightly simplify make logic by Chris Lattner · 21 years ago
  45. 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
  46. 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 21 years ago
  47. 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 21 years ago
  48. 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 21 years ago
  49. ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 21 years ago
  50. 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
  51. 94949da Add new method by Chris Lattner · 21 years ago
  52. 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 21 years ago
  53. 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 21 years ago
  54. 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 21 years ago
  55. cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 21 years ago
  56. 7905a6e NEw testcase by Chris Lattner · 21 years ago
  57. 77e94d6 New testcase, not only possible of causing compilation failures, but could by Chris Lattner · 21 years ago
  58. 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  59. b3ceec2 Document the llvm.unwind intrinsic. by Chris Lattner · 21 years ago
  60. a0a0a03 Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  61. 82086a5 Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  62. a86b042 Start using `llvm-as' instead of `as'. by Misha Brukman · 21 years ago
  63. 231d64d Build llvm-as and llvm-dis as the upgrade path to renamed tools. by Misha Brukman · 21 years ago
  64. c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 21 years ago
  65. b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 21 years ago
  66. ad0bf0f Renaming LLVM `dis' to `llvm-dis'. by Misha Brukman · 21 years ago
  67. cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 21 years ago
  68. aeb54b8 Add support for the llvm.unwind intrinsic, which we codegen to just do an abort by Chris Lattner · 21 years ago
  69. 81f0dbd Add another testcase I found lying around. by Chris Lattner · 21 years ago
  70. 206c7d0 Add test for the last chapter of our C++ exception handling odyssey. llvmg++ by Chris Lattner · 21 years ago
  71. b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 21 years ago
  72. 902d580 New testcases, all of which work with llvmg++! by Chris Lattner · 21 years ago
  73. 8df6bdd Link to the C++ libraries. This is temporary by Chris Lattner · 21 years ago
  74. fd04561 Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking by Chris Lattner · 21 years ago
  75. 3b6b6ba Removing README by Tanya Lattner · 21 years ago
  76. 4f839cc Putting my revised version of ModuloScheduling in cvs. This is not complete... by Tanya Lattner · 21 years ago
  77. 841e00b Fix bug where we considered function types equivalent even if they had differing numbers of arguments by Chris Lattner · 21 years ago
  78. a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 21 years ago
  79. f68b8a2 Moved index in BB to common graph class. by Tanya Lattner · 21 years ago
  80. 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 21 years ago
  81. 14baebf First version of llvm-ar added to cvs repository. by Tanya Lattner · 21 years ago
  82. 82d222f Convert C comments to C++ by Chris Lattner · 21 years ago
  83. 3745903 New wrapper around the terminate call. by Chris Lattner · 21 years ago
  84. f4b319d Squelch warning by Chris Lattner · 21 years ago
  85. 0028b2c Be more typesafe by Chris Lattner · 21 years ago
  86. d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 21 years ago
  87. 7a37fa7 Add throw specs to the functions, remove (void) from the functions by Chris Lattner · 21 years ago
  88. 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 21 years ago
  89. ff7dcb0 Move the testcase elsewhere by Chris Lattner · 21 years ago
  90. bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
  91. 88d942d Spell `incompatible' correctly. by Misha Brukman · 21 years ago
  92. 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
  93. d04087c *** empty log message *** by Tanya Lattner · 21 years ago
  94. d6d8633 Added/removed header file by Tanya Lattner · 21 years ago
  95. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
  96. 065c0b9 New testcases, which WORK with LLVMG++ and the CBE. by Chris Lattner · 21 years ago
  97. 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 21 years ago
  98. 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
  99. c2c70fa Remove Cisms. We love C++ by Chris Lattner · 21 years ago
  100. 1796cb7 Cleaned up the code (spacing, not needed headers) and changed ostream function. Also made some functions inline. by Tanya Lattner · 21 years ago