1. c6d52e0 Expose the internalize pass. by Chris Lattner · 23 years ago
  2. e5fb83e Expose new GCSE pass by Chris Lattner · 23 years ago
  3. 483e14e s/Method/Function by Chris Lattner · 23 years ago
  4. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  5. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 23 years ago
  6. 30af368 * Add the printm pass to allow dumping the entire module after a transformation. by Chris Lattner · 23 years ago
  7. 9d6e7eb Expose funcresolve pass through opt by Chris Lattner · 23 years ago
  8. 02d6ef8 s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
  9. 328207c Add hook for pool allocation pass by Chris Lattner · 23 years ago
  10. fe59454 Checking for Cameron by Chris Lattner · 23 years ago
  11. d32e70a Rename pass to DecomposeMultiDimRefs. by Vikram S. Adve · 23 years ago
  12. 2b72c36 Expose dead instruction elimination pass by Chris Lattner · 23 years ago
  13. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 23 years ago
  14. eded491 Move ProfilePaths class into ProfilePaths library, only expose a creation function by Chris Lattner · 23 years ago
  15. dc9a1f5 Includes -paths option to trace paths in the program by Anand Shukla · 23 years ago
  16. 22d26d7 * Expose the verifier pass as one that can be ran by Chris Lattner · 23 years ago
  17. eeeaf52 Enable register promotion pass by Chris Lattner · 24 years ago
  18. 0be4101 Add mergereturn pass by Chris Lattner · 24 years ago
  19. fb1b3f1 Convert to use new Pass framework... by Chris Lattner · 24 years ago
  20. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
  21. d7db863 Rename LowerAllocations.h to ChangeAllocations.h since it now contains the by Chris Lattner · 24 years ago
  22. 5048c3b Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in by Chris Lattner · 24 years ago
  23. 59b6b8e Move stuff out of the Optimizations directories into the appropriate Transforms by Chris Lattner · 24 years ago
  24. 04c85dc Rename SwapStructureContents -> IPO/SimpleStructMutation by Chris Lattner · 24 years ago
  25. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 24 years ago
  26. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  27. 528e8b5 Add instruction combining pass Rename -mergecons to -constmerge by Chris Lattner · 24 years ago
  28. e04a967 Remove unnecesary namespace impot by Chris Lattner · 24 years ago
  29. fe196cf Use new induction variable simplification code with -indvars option by Chris Lattner · 24 years ago
  30. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  31. 6320232 * Add hooks to globaldce by Chris Lattner · 24 years ago
  32. ee6826b Change swapstructs itf Add nasty hack to be removed later by Chris Lattner · 24 years ago
  33. 854acb9 Add hooks to call the new swap structcontents pass by Chris Lattner · 24 years ago
  34. 068f487 Move the Raise xform from opt to transforms by Chris Lattner · 24 years ago
  35. e166fe1 Add hook for GCC cleanup pass by Chris Lattner · 24 years ago
  36. ffa6f9c Fix to reference the right header by Chris Lattner · 24 years ago
  37. 9effd69 Expose more xforms to the opt utility by Chris Lattner · 24 years ago
  38. 73e11d7 Use the standard header not the old one by Chris Lattner · 24 years ago
  39. 0eafc31 Add support to insert trace code as an "optimization" by Chris Lattner · 24 years ago
  40. 6db0f47 * Passes return true if they change something, not if they fail by Chris Lattner · 24 years ago
  41. 6dcf92a Remove support for const pool merging, which is obsolete now. by Chris Lattner · 24 years ago
  42. afb0cbb Change option name slightly by Chris Lattner · 24 years ago
  43. a8e1fd3 Use the new Alias command line option by Chris Lattner · 24 years ago
  44. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
  45. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  46. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 24 years ago
  47. 955f899 Add support to call LevelRaise by Chris Lattner · 24 years ago
  48. 95781b6 Include ADCE pass, rename include/Opt directory to llvm/Optimizations by Chris Lattner · 24 years ago
  49. 241b064 Add command line arguments for Constant Pool Merging & Sparse Conditional Constant Prop by Chris Lattner · 24 years ago
  50. b120639 Add stub for induction variable code by Chris Lattner · 24 years ago
  51. 526f97e Removed silly test code by Chris Lattner · 24 years ago
  52. 84608e4 Added a stupid testcase for iterators. by Chris Lattner · 24 years ago
  53. 0095054 Initial revision by Chris Lattner · 24 years ago