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