1. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  2. 249d64a Chomped spurious blank lines. by Misha Brukman · 21 years ago
  3. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 21 years ago
  4. 23d5724 Completely remove mention of the correlated branch elimination pass. It has by Chris Lattner · 21 years ago
  5. 57d708b * The possessive third-person singular has no apostrophe (its) by Misha Brukman · 21 years ago
  6. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  7. 11c6592 Fixed path for SystemUtils.h and a few code cleanups. by Misha Brukman · 21 years ago
  8. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 21 years ago
  9. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  10. a493ae3 Only test the vector of functions if it is non-empty. by Misha Brukman · 21 years ago
  11. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  12. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  13. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  14. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  15. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  16. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  17. 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
  18. 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
  19. 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
  20. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  21. 3b62462 Ignore intrinsic functions -- don't mangle their names or rewrite calls to them. by Misha Brukman · 21 years ago
  22. be6bf56 CodeGeneratorBug.cpp: by Misha Brukman · 21 years ago
  23. 9d679cb * Moved InputArgv out of anonymous scope to be extern'd in another file. by Misha Brukman · 21 years ago
  24. 800e6e2 Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. by Misha Brukman · 21 years ago
  25. 7835c85 Use a vector<char*> instead of char*[] so that we can add arbitrary number of by Misha Brukman · 21 years ago
  26. c1869e8 Add variable to capture arguments that should be passed to the user program by Chris Lattner · 21 years ago
  27. 5d5bc7b Revert change: default architecture is never set, it is guessed from input by Misha Brukman · 21 years ago
  28. de9720f * Disambiguate symbols before we start splitting module by functions by Misha Brukman · 21 years ago
  29. c1e39ee Implemented cleanups as suggested by Chris: by Misha Brukman · 21 years ago
  30. fe04db8 Added comment to function isExecutingJIT() by Misha Brukman · 21 years ago
  31. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  32. 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 21 years ago
  33. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  34. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  35. 265789f Fixed misspelling. by Misha Brukman · 21 years ago
  36. b18ed08 Remove instloops library by Chris Lattner · 21 years ago
  37. fcf2be7 Initialize the target architecture based on compiler defines, so if compiled on by Misha Brukman · 21 years ago
  38. e79b4f1 Added pass to instrument backedges for lightweight tracing by Anand Shukla · 21 years ago
  39. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  40. cc41afa Converted tabs to spaces. by Misha Brukman · 21 years ago
  41. 29abc97 Fixed indentation. by Misha Brukman · 21 years ago
  42. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  43. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  44. dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 21 years ago
  45. 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
  46. 898e0e4 Try to run cleanups even if nothing was modified in the preview passes by Chris Lattner · 21 years ago
  47. 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 21 years ago
  48. e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 21 years ago
  49. 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
  50. dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
  51. 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
  52. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  53. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  54. a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
  55. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  56. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
  57. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
  58. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
  59. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
  60. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
  61. 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
  62. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  63. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  64. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  65. 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
  66. 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
  67. 5b4299c Remove duplicate pass by Chris Lattner · 21 years ago
  68. b417c79 Remove stupid thinko that was preventing bugpoint from working by Chris Lattner · 21 years ago
  69. 24271cf Give better information about how the passes crash by Chris Lattner · 21 years ago
  70. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
  71. 42ed21b Add SRoA pass to gccas by Chris Lattner · 21 years ago
  72. 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 21 years ago
  73. e68e4d5 Fix formatting in file by Chris Lattner · 21 years ago
  74. 1df4d5e Link in Sparc libs for the JIT, even on X86 to be able to support debugging by Misha Brukman · 21 years ago
  75. 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
  76. 6ac79d1 Add compatibility option by Chris Lattner · 21 years ago
  77. 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 21 years ago
  78. 69a7960 gccld.cpp: by Brian Gaeke · 21 years ago
  79. dae7f92 Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its by Brian Gaeke · 21 years ago
  80. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  81. dbe48dc Allow disabling final cleanups by Chris Lattner · 21 years ago
  82. 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 21 years ago
  83. 9148ec6 Get rid of really old makefile cruft by Chris Lattner · 21 years ago
  84. 7cb77e1 Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o by Chris Lattner · 21 years ago
  85. 59039a9 Add a disable-verify option by Chris Lattner · 21 years ago
  86. 0b43f4e Move static stuff to an anonymous namespace by Chris Lattner · 21 years ago
  87. 3cbacc9 Print filename correctly by Chris Lattner · 21 years ago
  88. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 21 years ago
  89. f479be5 Make a comment more accurate by Chris Lattner · 21 years ago
  90. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 21 years ago
  91. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 21 years ago
  92. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 21 years ago
  93. 590607b Add an instcombine pass before levelraise by Chris Lattner · 21 years ago
  94. 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 21 years ago
  95. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 21 years ago
  96. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 21 years ago
  97. bc19466 Make sure to copy double alignment as well by Chris Lattner · 21 years ago
  98. b5881f1 Kill using declarations by Chris Lattner · 21 years ago
  99. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 21 years ago
  100. 0c13998 Rename Kept -> Suffix by Chris Lattner · 21 years ago