1. e05c8fd After removing stuff from TargetMachine, we now no longer have to include by Chris Lattner · 22 years ago
  2. d08e9fd Add codegen library by Chris Lattner · 22 years ago
  3. ddb1212 Initial checkin of LLVM JIT, codenamed jello. This tool is not built by by Chris Lattner · 22 years ago
  4. c954161 Added datastructure library to resolve link error. by Vikram S. Adve · 22 years ago
  5. 68ed318 * Fix extract to work with constant pointer refs correctly by Chris Lattner · 22 years ago
  6. ac859db - Implement a new -print-cfg option for analyze, that causes it to print the by Chris Lattner · 22 years ago
  7. 71bcba7 Avoid making external global variables internal by Chris Lattner · 22 years ago
  8. 7d3f867 - The extract tool now is sure to extract the function implementation for by Chris Lattner · 22 years ago
  9. d2f86e7 Temporary change to make datastructure stuff link in right by Chris Lattner · 22 years ago
  10. 1751b7e Change LowerAllocations pass to 'require' TargetData instead of it being by Chris Lattner · 22 years ago
  11. 93c2668 Make sure to close the file before deleting it by Chris Lattner · 22 years ago
  12. cc377df * Remove the -stopraise option, which is no longer needed now that we have by Chris Lattner · 22 years ago
  13. dcde9bd Renamed library preselect to preopts. by Vikram S. Adve · 22 years ago
  14. b4ee4f9 Minor non-functionality changing changes. by Chris Lattner · 22 years ago
  15. 0f82df4 Indent a comment right, add a new one by Chris Lattner · 22 years ago
  16. d14d376 Avoid deleting the ostream more than once. by Chris Lattner · 22 years ago
  17. 2f0a51c KEEP_SYMBOLS by default. by Vikram S. Adve · 22 years ago
  18. ec9962e Compile sub-directories in parallel, because they don't have interdependencies by Chris Lattner · 22 years ago
  19. 0a4aa5a gcc3.1.1 seems much more selective about what it loads from archives, and by Vikram S. Adve · 22 years ago
  20. 72e66f4 by Chris Lattner · 22 years ago
  21. 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 22 years ago
  22. 6170504 Remove duplicate sparc entry. by Vikram S. Adve · 22 years ago
  23. 055451f Use .o files instead of .a files for several cases (that don't actually by Vikram S. Adve · 22 years ago
  24. 6189eae Change several entries to use the .o instead of .a to expose pass options. by Vikram S. Adve · 22 years ago
  25. 7d0ba02 Make all registered optimization passes available to llc. by Vikram S. Adve · 22 years ago
  26. 18fdfc4 Add support for optimization passes that use a TargetMachine object. by Vikram S. Adve · 22 years ago
  27. 655fb5c by Misha Brukman · 22 years ago
  28. b776401 Export symbols for linux by Chris Lattner · 22 years ago
  29. 4dd7d3e * No longer need to run die after instcombine by Chris Lattner · 22 years ago
  30. 0179450 - Converted CWriter to be an LLVM pass. by Chris Lattner · 22 years ago
  31. e8a7d74 Get FindUsedTypes pass by Chris Lattner · 22 years ago
  32. c539483 - Reformat comments by Chris Lattner · 22 years ago
  33. 1acbea1 by Chris Lattner · 22 years ago
  34. cd7fbf2 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. by Chris Lattner · 22 years ago
  35. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 22 years ago
  36. c619fa4 Link to analysis.o not analysis.a by Chris Lattner · 22 years ago
  37. 1b7fbef - GCCAS now uses load value #ing for GCSE by Chris Lattner · 22 years ago
  38. e52e913 New datastructure analysis correctly uses TargetData by Chris Lattner · 22 years ago
  39. ecbb51b Added mapping lib in llc makefile by Anand Shukla · 22 years ago
  40. d611827 Fixed linking problems that wanted me to link to analyze.o instead of analyze.a by Chris Lattner · 22 years ago
  41. 8d64e17 Link in all analyses so that we get pointer analysis support built in by Chris Lattner · 22 years ago
  42. 374a095 Do not leak memory for passes when using -stopAfterNPasses or -stopraise by Chris Lattner · 22 years ago
  43. 0e4ca08 Run GlobalDCE before deadtypeelim so that we do not retain types for global by Chris Lattner · 22 years ago
  44. 5f0eb8d by Chris Lattner · 22 years ago
  45. a4ff0d4 Only include the sparc.o file once! by Chris Lattner · 22 years ago
  46. 2fd5b3d Reorder tool building sequence to more closely match the reality of what by Chris Lattner · 22 years ago
  47. 8633a48 by Chris Lattner · 22 years ago
  48. f9e173e Change command line option message on -q to make it more accurate by Chris Lattner · 22 years ago
  49. d4c7f27 by Chris Lattner · 22 years ago
  50. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  51. fa03cc7 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  52. 5e1f7ec Remove extraneous #includes by Chris Lattner · 22 years ago
  53. 1ad4436 Use a module analysis by Chris Lattner · 22 years ago
  54. 781e6f5 Seperate analysis wrapper stuff to AnalysisWrappers.cpp by Chris Lattner · 22 years ago
  55. 9a740fd Make analyze use the Pass repository to populate it's command line argument list by Chris Lattner · 22 years ago
  56. 2053a2a Factor PassNamePArser out into llvm/Support/PassNameParser.h by Chris Lattner · 22 years ago
  57. ce6ef11 *** empty log message *** by Chris Lattner · 22 years ago
  58. db14500 Namespace correctness is good by Chris Lattner · 22 years ago
  59. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  60. 98ad7e9 Be more namespace correct by Chris Lattner · 22 years ago
  61. b865894 REmove extra blank lines by Chris Lattner · 22 years ago
  62. c6a4bf1 *** empty log message *** by Chris Lattner · 22 years ago
  63. ddd3e61 *** empty log message *** by Chris Lattner · 22 years ago
  64. d9d8c07 *** empty log message *** by Chris Lattner · 22 years ago
  65. 33974ca Minor changes due to code juggled around by Chris Lattner · 22 years ago
  66. c0ce68b Use the pass registration mechanism to populate command line options for by Chris Lattner · 22 years ago
  67. ccbb3bd Raise pass requires an explicit TargetData member now. by Chris Lattner · 22 years ago
  68. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  69. 40ac148 Convert over to new style of Makefile, where there is a difference between .o and .a libraries. by Chris Lattner · 22 years ago
  70. 54e05af Fix synopsis by Chris Lattner · 22 years ago
  71. 84b362b Add description to Enum options. by Chris Lattner · 22 years ago
  72. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  73. 50e3f88 Convert command line option processing code over to use the syntax supported by Chris Lattner · 22 years ago
  74. f7ccb70 Add support for bottom up closure of ds analysis by Chris Lattner · 22 years ago
  75. b3ce2f9 Removed emitfuncs: now its part of instrument library by Anand Shukla · 22 years ago
  76. 45db2c7 added emitfuncs pass, and disabled reassociate pass (needs fixing) by Anand Shukla · 22 years ago
  77. 0ec220c Added emitfuncs pass by Anand Shukla · 22 years ago
  78. 4c7b045 Rename DataStructure to LocalDataStructures by Chris Lattner · 22 years ago
  79. f8685eb Disabling reassociate pass until it is fixed. by Vikram S. Adve · 22 years ago
  80. 3e00994 *** empty log message *** by Chris Lattner · 22 years ago
  81. f739969 Clean up anands patch by Chris Lattner · 22 years ago
  82. c5fbf71 Strip the symbols out of the bytecode to inflate generated executables less. by Chris Lattner · 22 years ago
  83. c5d4493 YEs, we really do want to sort. by Chris Lattner · 22 years ago
  84. b4aef17 Yes, we REALLY DO want to run the reassociate pass. by Chris Lattner · 22 years ago
  85. cf17bcc Changes for 64bit gcc by Anand Shukla · 22 years ago
  86. 91e6388 correcting makefile: incorrectly checked in wrong version earlier by Anand Shukla · 22 years ago
  87. 63aaa11 Changes for 64bit gcc by Anand Shukla · 22 years ago
  88. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  89. 0b12b5f by Chris Lattner · 22 years ago
  90. 624c3e0 Simplify the code that adds passes so compilation can stop after any step by Chris Lattner · 22 years ago
  91. 6a45509 Checkin descriptive note by Chris Lattner · 22 years ago
  92. 5424e50 No need to run dce with adce right behind! by Chris Lattner · 22 years ago
  93. 6a13592 Make sure the extracted function has external linkage, so that it doesn't by Chris Lattner · 22 years ago
  94. ff8207f Add the ADCE pass to gccas finally! by Chris Lattner · 22 years ago
  95. 3329c3c Build the extract utility by Chris Lattner · 22 years ago
  96. 579d914 Initial checkin of the "extract" utility by Chris Lattner · 22 years ago
  97. 814908b Expose cfg simplification pass by Chris Lattner · 22 years ago
  98. e3a20e7 Simplify CFG after code generation is done by Chris Lattner · 22 years ago
  99. 39fd659 Fix tracing code support to link in the tracing routines if neccesary. by Chris Lattner · 22 years ago
  100. 0fe380c Remove tracing code hack by Chris Lattner · 22 years ago