1. 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
  2. dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
  3. 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
  4. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  5. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  6. a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
  7. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  8. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
  9. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
  10. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
  11. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
  12. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
  13. 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
  14. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  15. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  16. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  17. 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
  18. 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
  19. 5b4299c Remove duplicate pass by Chris Lattner · 21 years ago
  20. b417c79 Remove stupid thinko that was preventing bugpoint from working by Chris Lattner · 21 years ago
  21. 24271cf Give better information about how the passes crash by Chris Lattner · 21 years ago
  22. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
  23. 42ed21b Add SRoA pass to gccas by Chris Lattner · 21 years ago
  24. 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 21 years ago
  25. e68e4d5 Fix formatting in file by Chris Lattner · 21 years ago
  26. 1df4d5e Link in Sparc libs for the JIT, even on X86 to be able to support debugging by Misha Brukman · 21 years ago
  27. 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
  28. 6ac79d1 Add compatibility option by Chris Lattner · 21 years ago
  29. 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 21 years ago
  30. 69a7960 gccld.cpp: by Brian Gaeke · 21 years ago
  31. dae7f92 Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its by Brian Gaeke · 21 years ago
  32. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  33. dbe48dc Allow disabling final cleanups by Chris Lattner · 21 years ago
  34. 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 21 years ago
  35. 9148ec6 Get rid of really old makefile cruft by Chris Lattner · 22 years ago
  36. 7cb77e1 Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o by Chris Lattner · 22 years ago
  37. 59039a9 Add a disable-verify option by Chris Lattner · 22 years ago
  38. 0b43f4e Move static stuff to an anonymous namespace by Chris Lattner · 22 years ago
  39. 3cbacc9 Print filename correctly by Chris Lattner · 22 years ago
  40. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 22 years ago
  41. f479be5 Make a comment more accurate by Chris Lattner · 22 years ago
  42. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 22 years ago
  43. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 22 years ago
  44. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 22 years ago
  45. 590607b Add an instcombine pass before levelraise by Chris Lattner · 22 years ago
  46. 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 22 years ago
  47. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  48. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 22 years ago
  49. bc19466 Make sure to copy double alignment as well by Chris Lattner · 22 years ago
  50. b5881f1 Kill using declarations by Chris Lattner · 22 years ago
  51. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 22 years ago
  52. 0c13998 Rename Kept -> Suffix by Chris Lattner · 22 years ago
  53. 06943ad Rename Kept -> Suffix by Chris Lattner · 22 years ago
  54. 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 22 years ago
  55. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 22 years ago
  56. 286921e Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time. by Chris Lattner · 22 years ago
  57. f607b79 The big fix is this change: by Chris Lattner · 22 years ago
  58. 44be257 Remove dead functions by Chris Lattner · 22 years ago
  59. 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 22 years ago
  60. aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 22 years ago
  61. 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 22 years ago
  62. b4ebe13 Allow reducer interfaces to mutate the lists passed in by Chris Lattner · 22 years ago
  63. ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 22 years ago
  64. 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 22 years ago
  65. a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 22 years ago
  66. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
  67. c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
  68. 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 22 years ago
  69. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
  70. eea21dd Print where reference output goes by Chris Lattner · 22 years ago
  71. a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 22 years ago
  72. 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 22 years ago
  73. cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 22 years ago
  74. 6e96a99c Remove unnecessary &* by Chris Lattner · 22 years ago
  75. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago
  76. d34a51d Add support for allowing the user to extend the GCCLD searchpath by Chris Lattner · 22 years ago
  77. c65b104 Eliminate useless duplicate libraries by Chris Lattner · 22 years ago
  78. 10970eb Add first support for linking in .a files correctly and minimally, like a real linker does by Chris Lattner · 22 years ago
  79. a856db2 Add crufty compatibility stuff for ld by Chris Lattner · 22 years ago
  80. e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 22 years ago
  81. f3d4f17 Use anonymous namespace instead of "static" Kill using decl by Chris Lattner · 22 years ago
  82. 0af1e8e Don't support codegen passes in opt by Chris Lattner · 22 years ago
  83. f565322 Remove codegen libraries to speed up linking opt by Chris Lattner · 22 years ago
  84. dabaa46 Allow the user to disable the internalize pass by Chris Lattner · 22 years ago
  85. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 22 years ago
  86. 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 22 years ago
  87. 2c1d2f2 * Get rid of using declaration by Chris Lattner · 22 years ago
  88. f2956fc Namespacify command line options by Chris Lattner · 22 years ago
  89. 0e08e1b Minor tweak by Chris Lattner · 22 years ago
  90. 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
  91. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
  92. ddd5b41 Rename -no-* to -disable-* by Chris Lattner · 22 years ago
  93. 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
  94. f3bafc1 Add new -no-verify option by Chris Lattner · 22 years ago
  95. d70b68e Add a new -no-output option, useful for -aa-eval tests. by Chris Lattner · 22 years ago
  96. 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
  97. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
  98. f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 22 years ago
  99. cabda21 link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all by Chris Lattner · 22 years ago
  100. 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 22 years ago