1. 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  2. 231d64d Build llvm-as and llvm-dis as the upgrade path to renamed tools. by Misha Brukman · 21 years ago
  3. b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 21 years ago
  4. ad0bf0f Renaming LLVM `dis' to `llvm-dis'. by Misha Brukman · 21 years ago
  5. cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 21 years ago
  6. a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 21 years ago
  7. 14baebf First version of llvm-ar added to cvs repository. by Tanya Lattner · 21 years ago
  8. 0c8c0e8 Remove some long-dead code by Chris Lattner · 21 years ago
  9. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  10. 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 21 years ago
  11. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  12. bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 21 years ago
  13. a2b2dc9 add preliminary support for -export-dynamic by Chris Lattner · 21 years ago
  14. c28c1d3 Kill warning by Chris Lattner · 21 years ago
  15. 79063d6 Squash the warning that `Result' may not be initialized on all code paths. by Misha Brukman · 21 years ago
  16. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  17. c1fdca8 Make the bytecode file executable as well for LLEE purposes. by Misha Brukman · 21 years ago
  18. a59f71a no-strict-aliasing redux by Chris Lattner · 21 years ago
  19. c13115c The CBE generates code which violates the TBAA rules of C, thus we must disable by Chris Lattner · 21 years ago
  20. 04aa29d Add new -disable-verify option by Chris Lattner · 21 years ago
  21. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  22. 57c6941 Give correct command line for making a shared object by Chris Lattner · 21 years ago
  23. 57e5a70 Make sure that "newmain" gets names for its arguments by Chris Lattner · 21 years ago
  24. e533cef Fix message by Chris Lattner · 21 years ago
  25. bdfb1d8 `execve_test' is not part of LLEE. by Misha Brukman · 21 years ago
  26. 593ece0 A lot of changes were suggested by Chris. by Misha Brukman · 21 years ago
  27. ad6ba3e Revert my last (accidental) checkin, but keep the typeo fix by Chris Lattner · 21 years ago
  28. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  29. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  30. 0abaaf4 Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment. by Misha Brukman · 21 years ago
  31. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  32. 249d64a Chomped spurious blank lines. by Misha Brukman · 21 years ago
  33. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 21 years ago
  34. 23d5724 Completely remove mention of the correlated branch elimination pass. It has by Chris Lattner · 21 years ago
  35. 57d708b * The possessive third-person singular has no apostrophe (its) by Misha Brukman · 21 years ago
  36. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  37. 11c6592 Fixed path for SystemUtils.h and a few code cleanups. by Misha Brukman · 21 years ago
  38. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 21 years ago
  39. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  40. a493ae3 Only test the vector of functions if it is non-empty. by Misha Brukman · 21 years ago
  41. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  42. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  43. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  44. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  45. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  46. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  47. 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
  48. 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
  49. 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
  50. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  51. 3b62462 Ignore intrinsic functions -- don't mangle their names or rewrite calls to them. by Misha Brukman · 21 years ago
  52. be6bf56 CodeGeneratorBug.cpp: by Misha Brukman · 21 years ago
  53. 9d679cb * Moved InputArgv out of anonymous scope to be extern'd in another file. by Misha Brukman · 21 years ago
  54. 800e6e2 Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. by Misha Brukman · 21 years ago
  55. 7835c85 Use a vector<char*> instead of char*[] so that we can add arbitrary number of by Misha Brukman · 21 years ago
  56. c1869e8 Add variable to capture arguments that should be passed to the user program by Chris Lattner · 21 years ago
  57. 5d5bc7b Revert change: default architecture is never set, it is guessed from input by Misha Brukman · 21 years ago
  58. de9720f * Disambiguate symbols before we start splitting module by functions by Misha Brukman · 21 years ago
  59. c1e39ee Implemented cleanups as suggested by Chris: by Misha Brukman · 21 years ago
  60. fe04db8 Added comment to function isExecutingJIT() by Misha Brukman · 21 years ago
  61. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  62. 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 21 years ago
  63. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  64. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  65. 265789f Fixed misspelling. by Misha Brukman · 21 years ago
  66. b18ed08 Remove instloops library by Chris Lattner · 21 years ago
  67. fcf2be7 Initialize the target architecture based on compiler defines, so if compiled on by Misha Brukman · 21 years ago
  68. e79b4f1 Added pass to instrument backedges for lightweight tracing by Anand Shukla · 21 years ago
  69. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  70. cc41afa Converted tabs to spaces. by Misha Brukman · 21 years ago
  71. 29abc97 Fixed indentation. by Misha Brukman · 21 years ago
  72. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  73. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  74. dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 21 years ago
  75. 293a33a Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted. by Chris Lattner · 21 years ago
  76. 898e0e4 Try to run cleanups even if nothing was modified in the preview passes by Chris Lattner · 21 years ago
  77. 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 21 years ago
  78. e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 21 years ago
  79. 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
  80. dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
  81. 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
  82. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  83. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  84. a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
  85. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  86. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
  87. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
  88. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
  89. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
  90. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
  91. 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
  92. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  93. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  94. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  95. 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
  96. 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
  97. 5b4299c Remove duplicate pass by Chris Lattner · 21 years ago
  98. b417c79 Remove stupid thinko that was preventing bugpoint from working by Chris Lattner · 21 years ago
  99. 24271cf Give better information about how the passes crash by Chris Lattner · 21 years ago
  100. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago