1. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 22 years ago
  2. c619fa4 Link to analysis.o not analysis.a by Chris Lattner · 22 years ago
  3. d611827 Fixed linking problems that wanted me to link to analyze.o instead of analyze.a by Chris Lattner · 22 years ago
  4. 8d64e17 Link in all analyses so that we get pointer analysis support built in by Chris Lattner · 22 years ago
  5. 5f0eb8d by Chris Lattner · 22 years ago
  6. f9e173e Change command line option message on -q to make it more accurate by Chris Lattner · 22 years ago
  7. d4c7f27 by Chris Lattner · 22 years ago
  8. 781e6f5 Seperate analysis wrapper stuff to AnalysisWrappers.cpp by Chris Lattner · 22 years ago
  9. 2053a2a Factor PassNamePArser out into llvm/Support/PassNameParser.h by Chris Lattner · 22 years ago
  10. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  11. c0ce68b Use the pass registration mechanism to populate command line options for by Chris Lattner · 22 years ago
  12. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  13. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  14. b3ce2f9 Removed emitfuncs: now its part of instrument library by Anand Shukla · 22 years ago
  15. 45db2c7 added emitfuncs pass, and disabled reassociate pass (needs fixing) by Anand Shukla · 22 years ago
  16. 0ec220c Added emitfuncs pass by Anand Shukla · 22 years ago
  17. 3e00994 *** empty log message *** by Chris Lattner · 22 years ago
  18. 91e6388 correcting makefile: incorrectly checked in wrong version earlier by Anand Shukla · 22 years ago
  19. 63aaa11 Changes for 64bit gcc by Anand Shukla · 22 years ago
  20. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  21. 814908b Expose cfg simplification pass by Chris Lattner · 22 years ago
  22. 6cb9743 expose LICM pass by Chris Lattner · 22 years ago
  23. e04f4b6 Expose the lowerallocs pass by Chris Lattner · 22 years ago
  24. 2c0f3d2 Expose the pi node insertion pass. by Chris Lattner · 22 years ago
  25. 8947fbc Expose expression reassociation by Chris Lattner · 22 years ago
  26. 73e6298 Spell aggressive correctly by Chris Lattner · 22 years ago
  27. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 22 years ago
  28. fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 22 years ago
  29. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 22 years ago
  30. 2154d13 Straighten out makefiles after moving code to new Transform Utils library by Chris Lattner · 22 years ago
  31. c6d52e0 Expose the internalize pass. by Chris Lattner · 22 years ago
  32. e5fb83e Expose new GCSE pass by Chris Lattner · 22 years ago
  33. 483e14e s/Method/Function by Chris Lattner · 22 years ago
  34. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  35. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  36. 30af368 * Add the printm pass to allow dumping the entire module after a transformation. by Chris Lattner · 22 years ago
  37. 9d6e7eb Expose funcresolve pass through opt by Chris Lattner · 22 years ago
  38. 02d6ef8 s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 22 years ago
  39. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 22 years ago
  40. bfd3a6a Makefile change for IPO's that use the Datastructure analysis stuff by Chris Lattner · 22 years ago
  41. 328207c Add hook for pool allocation pass by Chris Lattner · 22 years ago
  42. fe59454 Checking for Cameron by Chris Lattner · 22 years ago
  43. d32e70a Rename pass to DecomposeMultiDimRefs. by Vikram S. Adve · 23 years ago
  44. 2b72c36 Expose dead instruction elimination pass by Chris Lattner · 23 years ago
  45. 71e7bb4 Pull interprocedural analyses out of Analysis library into their own lib by Chris Lattner · 23 years ago
  46. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 23 years ago
  47. eded491 Move ProfilePaths class into ProfilePaths library, only expose a creation function by Chris Lattner · 23 years ago
  48. dc9a1f5 Includes -paths option to trace paths in the program by Anand Shukla · 23 years ago
  49. 06e84ed Link in the PathProfiles library by Anand Shukla · 23 years ago
  50. 22d26d7 * Expose the verifier pass as one that can be ran by Chris Lattner · 23 years ago
  51. eeeaf52 Enable register promotion pass by Chris Lattner · 23 years ago
  52. 0be4101 Add mergereturn pass by Chris Lattner · 23 years ago
  53. 6a39f2c Resolve dependencies by Chris Lattner · 23 years ago
  54. fb1b3f1 Convert to use new Pass framework... by Chris Lattner · 23 years ago
  55. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 23 years ago
  56. d7db863 Rename LowerAllocations.h to ChangeAllocations.h since it now contains the by Chris Lattner · 23 years ago
  57. 5048c3b Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in by Chris Lattner · 23 years ago
  58. 59b6b8e Move stuff out of the Optimizations directories into the appropriate Transforms by Chris Lattner · 23 years ago
  59. 8efb9d7 Eliminate opt library by Chris Lattner · 23 years ago
  60. 04c85dc Rename SwapStructureContents -> IPO/SimpleStructMutation by Chris Lattner · 23 years ago
  61. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  62. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  63. 528e8b5 Add instruction combining pass Rename -mergecons to -constmerge by Chris Lattner · 23 years ago
  64. e04a967 Remove unnecesary namespace impot by Chris Lattner · 23 years ago
  65. fe196cf Use new induction variable simplification code with -indvars option by Chris Lattner · 23 years ago
  66. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  67. 6320232 * Add hooks to globaldce by Chris Lattner · 23 years ago
  68. aa4730d Link to ipo library by Chris Lattner · 23 years ago
  69. ee6826b Change swapstructs itf Add nasty hack to be removed later by Chris Lattner · 23 years ago
  70. 854acb9 Add hooks to call the new swap structcontents pass by Chris Lattner · 23 years ago
  71. e764f60 add Yet Another Instance of a Static Library by Chris Lattner · 23 years ago
  72. 068f487 Move the Raise xform from opt to transforms by Chris Lattner · 23 years ago
  73. e166fe1 Add hook for GCC cleanup pass by Chris Lattner · 23 years ago
  74. ffa6f9c Fix to reference the right header by Chris Lattner · 23 years ago
  75. 9effd69 Expose more xforms to the opt utility by Chris Lattner · 23 years ago
  76. 73e11d7 Use the standard header not the old one by Chris Lattner · 23 years ago
  77. 0eafc31 Add support to insert trace code as an "optimization" by Chris Lattner · 23 years ago
  78. 6db0f47 * Passes return true if they change something, not if they fail by Chris Lattner · 23 years ago
  79. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  80. 6dcf92a Remove support for const pool merging, which is obsolete now. by Chris Lattner · 23 years ago
  81. afb0cbb Change option name slightly by Chris Lattner · 23 years ago
  82. a8e1fd3 Use the new Alias command line option by Chris Lattner · 23 years ago
  83. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 23 years ago
  84. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  85. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  86. 955f899 Add support to call LevelRaise by Chris Lattner · 23 years ago
  87. 416ae8d Reordered link line for correct static linking. by Vikram S. Adve · 23 years ago
  88. 95781b6 Include ADCE pass, rename include/Opt directory to llvm/Optimizations by Chris Lattner · 23 years ago
  89. 241b064 Add command line arguments for Constant Pool Merging & Sparse Conditional Constant Prop by Chris Lattner · 23 years ago
  90. b120639 Add stub for induction variable code by Chris Lattner · 23 years ago
  91. 526f97e Removed silly test code by Chris Lattner · 23 years ago
  92. 84608e4 Added a stupid testcase for iterators. by Chris Lattner · 23 years ago
  93. 0095054 Initial revision by Chris Lattner · 23 years ago