1. 6e96a99c Remove unnecessary &* by Chris Lattner · 21 years ago
  2. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 21 years ago
  3. d34a51d Add support for allowing the user to extend the GCCLD searchpath by Chris Lattner · 21 years ago
  4. c65b104 Eliminate useless duplicate libraries by Chris Lattner · 21 years ago
  5. 10970eb Add first support for linking in .a files correctly and minimally, like a real linker does by Chris Lattner · 21 years ago
  6. a856db2 Add crufty compatibility stuff for ld by Chris Lattner · 21 years ago
  7. e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 21 years ago
  8. f3d4f17 Use anonymous namespace instead of "static" Kill using decl by Chris Lattner · 21 years ago
  9. 0af1e8e Don't support codegen passes in opt by Chris Lattner · 21 years ago
  10. f565322 Remove codegen libraries to speed up linking opt by Chris Lattner · 21 years ago
  11. dabaa46 Allow the user to disable the internalize pass by Chris Lattner · 21 years ago
  12. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 21 years ago
  13. 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 21 years ago
  14. 2c1d2f2 * Get rid of using declaration by Chris Lattner · 21 years ago
  15. f2956fc Namespacify command line options by Chris Lattner · 21 years ago
  16. 0e08e1b Minor tweak by Chris Lattner · 21 years ago
  17. 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
  18. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
  19. ddd5b41 Rename -no-* to -disable-* by Chris Lattner · 22 years ago
  20. 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
  21. f3bafc1 Add new -no-verify option by Chris Lattner · 22 years ago
  22. d70b68e Add a new -no-output option, useful for -aa-eval tests. by Chris Lattner · 22 years ago
  23. 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
  24. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
  25. f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 22 years ago
  26. 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
  27. 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 22 years ago
  28. c479db9 Fix race condition in Makefile by Chris Lattner · 22 years ago
  29. 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
  30. 6ede045 Rename header by Chris Lattner · 22 years ago
  31. 66de189 Link in lots o libraries by Chris Lattner · 22 years ago
  32. 0394891 No longer need scalaropts lib by Chris Lattner · 22 years ago
  33. c93489b Eliminate direct access to TargetData structure by Chris Lattner · 22 years ago
  34. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  35. 4fcfc12 Don't try to buidl jello by Chris Lattner · 22 years ago
  36. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 22 years ago
  37. a3b58e8 Jello is now part of LLI by Chris Lattner · 22 years ago
  38. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
  39. b76d496 X86 target machine is now parameterizable by Chris Lattner · 22 years ago
  40. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
  41. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 22 years ago
  42. 5c1f0f6 brg by Brian Gaeke · 22 years ago
  43. debb5ee Make stuff compiled with gccld not dump into the debugger if there's a problem by Chris Lattner · 22 years ago
  44. 041b31c Pass command line arguments to main by Chris Lattner · 22 years ago
  45. 395a882 Add statistic by Chris Lattner · 22 years ago
  46. e4bdfa6 Made status output debug-only (for testing diffs against lli). by Misha Brukman · 22 years ago
  47. e48ec01 by Brian Gaeke · 22 years ago
  48. 4c95e56 Implement branches by Chris Lattner · 22 years ago
  49. 20244b7 by Brian Gaeke · 22 years ago
  50. 6a4a4cd ipa.a only needs to be mentioned once, and spaces should be used instead of by Misha Brukman · 22 years ago
  51. 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
  52. 027b27e Repeat ipa.a. Since IPModRef is currently only used in analysis.o, by Vikram S. Adve · 22 years ago
  53. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 22 years ago
  54. 698e9ce Only build jello when compiling on X86 by Chris Lattner · 22 years ago
  55. 5d7a579 Fix to make jello compile on Sparc even though it won't run. by Chris Lattner · 22 years ago
  56. 42aa3ae Add support for global value references by Chris Lattner · 22 years ago
  57. 398b2f4 Initial checkin of global var support code by Chris Lattner · 22 years ago
  58. b3bbffe Implement simple global variable support by Chris Lattner · 22 years ago
  59. 75a213d Implement external function support by Chris Lattner · 22 years ago
  60. 41db76d Initial checkin of Unresolved function fault handler by Chris Lattner · 22 years ago
  61. d6c10ea Implement lazy resolution of function calls by Chris Lattner · 22 years ago
  62. 6710121 Initial checkin of virtual machine implementation. by Chris Lattner · 22 years ago
  63. 9ec7368 Disable timing of bytecode loader by Chris Lattner · 22 years ago
  64. 3e80f7d Final tweak to printer by Chris Lattner · 22 years ago
  65. ffe6eac Implement trivially simple debugger for MachineCodeEmitter interface by Chris Lattner · 22 years ago
  66. 18a171f Add initial support for machine code emission by Chris Lattner · 22 years ago
  67. 21049cf Build bugpoint by Chris Lattner · 22 years ago
  68. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago
  69. 5113eb0 Move the function extractor pass from tools/extract into lib/Xform/IPO by Chris Lattner · 22 years ago
  70. 2181c01 Remove extra target.a entry by Chris Lattner · 22 years ago
  71. 49d9a88 Add a timer to evaluate bytecode load time and space requirements by Chris Lattner · 22 years ago
  72. 8aa5aea Don't build llc symbols by default. by Vikram S. Adve · 22 years ago
  73. 6d37acb Give passnames to the printer classes by Chris Lattner · 22 years ago
  74. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  75. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 22 years ago
  76. f748254 Implement a new -print-callgraph analysis that turns a callgraph into a dot by Chris Lattner · 22 years ago
  77. 02a74cc Disable correlated expressions pass until it is reliable. by Vikram S. Adve · 22 years ago
  78. 52af630 Reassociate now works by Chris Lattner · 22 years ago
  79. b246cee Return 0 instead of 1 for correct execution. Makes automated testing happy. by Misha Brukman · 22 years ago
  80. a22026a Jello now builds by Chris Lattner · 22 years ago
  81. ab0aa7f * Privatize the TargetName by Chris Lattner · 22 years ago
  82. 6334205 Allow TargetMachine to refuse static code gen by Chris Lattner · 22 years ago
  83. 083ee69 Convert jello to use PassManager by Chris Lattner · 22 years ago
  84. 6560b6b Rename Sparc.h TargetMachineImpls.h by Chris Lattner · 22 years ago
  85. 4aba5e3 * Remove explicit strcmp calls * Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  86. e05c8fd After removing stuff from TargetMachine, we now no longer have to include by Chris Lattner · 22 years ago
  87. d08e9fd Add codegen library by Chris Lattner · 22 years ago
  88. ddb1212 Initial checkin of LLVM JIT, codenamed jello. This tool is not built by by Chris Lattner · 22 years ago
  89. c954161 Added datastructure library to resolve link error. by Vikram S. Adve · 22 years ago
  90. 68ed318 * Fix extract to work with constant pointer refs correctly by Chris Lattner · 22 years ago
  91. ac859db - Implement a new -print-cfg option for analyze, that causes it to print the by Chris Lattner · 22 years ago
  92. 71bcba7 Avoid making external global variables internal by Chris Lattner · 22 years ago
  93. 7d3f867 - The extract tool now is sure to extract the function implementation for by Chris Lattner · 22 years ago
  94. d2f86e7 Temporary change to make datastructure stuff link in right by Chris Lattner · 22 years ago
  95. 1751b7e Change LowerAllocations pass to 'require' TargetData instead of it being by Chris Lattner · 22 years ago
  96. 93c2668 Make sure to close the file before deleting it by Chris Lattner · 22 years ago
  97. cc377df * Remove the -stopraise option, which is no longer needed now that we have by Chris Lattner · 22 years ago
  98. dcde9bd Renamed library preselect to preopts. by Vikram S. Adve · 22 years ago
  99. b4ee4f9 Minor non-functionality changing changes. by Chris Lattner · 22 years ago
  100. 0f82df4 Indent a comment right, add a new one by Chris Lattner · 22 years ago