1. 7cb77e1 Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o by Chris Lattner · 21 years ago
  2. 59039a9 Add a disable-verify option by Chris Lattner · 21 years ago
  3. 0b43f4e Move static stuff to an anonymous namespace by Chris Lattner · 21 years ago
  4. 3cbacc9 Print filename correctly by Chris Lattner · 21 years ago
  5. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 21 years ago
  6. f479be5 Make a comment more accurate by Chris Lattner · 21 years ago
  7. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 21 years ago
  8. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 21 years ago
  9. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 21 years ago
  10. 590607b Add an instcombine pass before levelraise by Chris Lattner · 21 years ago
  11. 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 21 years ago
  12. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 21 years ago
  13. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 21 years ago
  14. bc19466 Make sure to copy double alignment as well by Chris Lattner · 21 years ago
  15. b5881f1 Kill using declarations by Chris Lattner · 21 years ago
  16. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 21 years ago
  17. 0c13998 Rename Kept -> Suffix by Chris Lattner · 21 years ago
  18. 06943ad Rename Kept -> Suffix by Chris Lattner · 21 years ago
  19. 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 21 years ago
  20. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 21 years ago
  21. 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 · 21 years ago
  22. f607b79 The big fix is this change: by Chris Lattner · 21 years ago
  23. 44be257 Remove dead functions by Chris Lattner · 21 years ago
  24. 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 21 years ago
  25. aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 21 years ago
  26. 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 21 years ago
  27. b4ebe13 Allow reducer interfaces to mutate the lists passed in by Chris Lattner · 21 years ago
  28. ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 21 years ago
  29. 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 21 years ago
  30. a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 21 years ago
  31. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 21 years ago
  32. c986392 Remove support for "target data" pass ctors by Chris Lattner · 21 years ago
  33. 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 21 years ago
  34. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 21 years ago
  35. eea21dd Print where reference output goes by Chris Lattner · 21 years ago
  36. a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 21 years ago
  37. 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 21 years ago
  38. cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 21 years ago
  39. 6e96a99c Remove unnecessary &* by Chris Lattner · 21 years ago
  40. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 21 years ago
  41. d34a51d Add support for allowing the user to extend the GCCLD searchpath by Chris Lattner · 21 years ago
  42. c65b104 Eliminate useless duplicate libraries by Chris Lattner · 21 years ago
  43. 10970eb Add first support for linking in .a files correctly and minimally, like a real linker does by Chris Lattner · 21 years ago
  44. a856db2 Add crufty compatibility stuff for ld by Chris Lattner · 21 years ago
  45. e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 21 years ago
  46. f3d4f17 Use anonymous namespace instead of "static" Kill using decl by Chris Lattner · 21 years ago
  47. 0af1e8e Don't support codegen passes in opt by Chris Lattner · 21 years ago
  48. f565322 Remove codegen libraries to speed up linking opt by Chris Lattner · 21 years ago
  49. dabaa46 Allow the user to disable the internalize pass by Chris Lattner · 21 years ago
  50. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 21 years ago
  51. 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 21 years ago
  52. 2c1d2f2 * Get rid of using declaration by Chris Lattner · 21 years ago
  53. f2956fc Namespacify command line options by Chris Lattner · 21 years ago
  54. 0e08e1b Minor tweak by Chris Lattner · 21 years ago
  55. 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
  56. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
  57. ddd5b41 Rename -no-* to -disable-* by Chris Lattner · 22 years ago
  58. 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
  59. f3bafc1 Add new -no-verify option by Chris Lattner · 22 years ago
  60. d70b68e Add a new -no-output option, useful for -aa-eval tests. by Chris Lattner · 22 years ago
  61. 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
  62. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
  63. f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 22 years ago
  64. 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
  65. 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 22 years ago
  66. c479db9 Fix race condition in Makefile by Chris Lattner · 22 years ago
  67. 784fac8 * Prune down library list. In particular, llc doesn't need all of IPO, and none of data structure and IPA completely! by Chris Lattner · 22 years ago
  68. 6ede045 Rename header by Chris Lattner · 22 years ago
  69. 66de189 Link in lots o libraries by Chris Lattner · 22 years ago
  70. 0394891 No longer need scalaropts lib by Chris Lattner · 22 years ago
  71. c93489b Eliminate direct access to TargetData structure by Chris Lattner · 22 years ago
  72. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  73. 4fcfc12 Don't try to buidl jello by Chris Lattner · 22 years ago
  74. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 22 years ago
  75. a3b58e8 Jello is now part of LLI by Chris Lattner · 22 years ago
  76. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
  77. b76d496 X86 target machine is now parameterizable by Chris Lattner · 22 years ago
  78. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
  79. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 22 years ago
  80. 5c1f0f6 brg by Brian Gaeke · 22 years ago
  81. debb5ee Make stuff compiled with gccld not dump into the debugger if there's a problem by Chris Lattner · 22 years ago
  82. 041b31c Pass command line arguments to main by Chris Lattner · 22 years ago
  83. 395a882 Add statistic by Chris Lattner · 22 years ago
  84. e4bdfa6 Made status output debug-only (for testing diffs against lli). by Misha Brukman · 22 years ago
  85. e48ec01 by Brian Gaeke · 22 years ago
  86. 4c95e56 Implement branches by Chris Lattner · 22 years ago
  87. 20244b7 by Brian Gaeke · 22 years ago
  88. 6a4a4cd ipa.a only needs to be mentioned once, and spaces should be used instead of by Misha Brukman · 22 years ago
  89. 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
  90. 027b27e Repeat ipa.a. Since IPModRef is currently only used in analysis.o, by Vikram S. Adve · 22 years ago
  91. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 22 years ago
  92. 698e9ce Only build jello when compiling on X86 by Chris Lattner · 22 years ago
  93. 5d7a579 Fix to make jello compile on Sparc even though it won't run. by Chris Lattner · 22 years ago
  94. 42aa3ae Add support for global value references by Chris Lattner · 22 years ago
  95. 398b2f4 Initial checkin of global var support code by Chris Lattner · 22 years ago
  96. b3bbffe Implement simple global variable support by Chris Lattner · 22 years ago
  97. 75a213d Implement external function support by Chris Lattner · 22 years ago
  98. 41db76d Initial checkin of Unresolved function fault handler by Chris Lattner · 22 years ago
  99. d6c10ea Implement lazy resolution of function calls by Chris Lattner · 22 years ago
  100. 6710121 Initial checkin of virtual machine implementation. by Chris Lattner · 22 years ago