1. a52c3ac Add a MachinePostDominator pass by Tom Stellard · 12 years ago
  2. c05d306 Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be by Nadav Rotem · 12 years ago
  3. 33242fd Add an experimental early if-conversion pass, off by default. by Jakob Stoklund Olesen · 12 years ago
  4. 3122447 Remove the RenderMachineFunction HTML output pass. by Jakob Stoklund Olesen · 12 years ago
  5. 05ec712 Reintroduce VirtRegRewriter. by Jakob Stoklund Olesen · 12 years ago
  6. 6e1b812 Add an insertPass API to TargetPassConfig. <rdar://problem/11498613> by Bob Wilson · 12 years ago
  7. 1dd8c85 Codegen pass definition cleanup. No functionality. by Andrew Trick · 13 years ago
  8. 61f1e3d Move pass configuration out of pass constructors: BranchFolderPass by Andrew Trick · 13 years ago
  9. 7461334 Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options by Andrew Trick · 13 years ago
  10. 42b7a71 Renamed MachineScheduler to ScheduleTopDownLive. by Andrew Trick · 13 years ago
  11. 96f678f Added the MachineSchedulerPass skeleton. by Andrew Trick · 13 years ago
  12. bae56b4 Kill off the LoopSplitter. It's not being used or maintained. by Lang Hames · 13 years ago
  13. 569561c Prune more RALinScan. RALinScan was also here! by NAKAMURA Takumi · 13 years ago
  14. 37efc9f Begin collecting some of the statistics for block placement discussed on by Chandler Carruth · 13 years ago
  15. db35087 Implement a block placement pass based on the branch probability and by Chandler Carruth · 13 years ago
  16. f55c1c8 Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to by Jakub Staszak · 13 years ago
  17. f10711f Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc can split live ranges. by Evan Cheng · 13 years ago
  18. 5b22021 There is only one register coalescer. Merge it into the base class and by Rafael Espindola · 13 years ago
  19. bb7b23f Stub out a new LiveDebugVariables pass. by Jakob Stoklund Olesen · 14 years ago
  20. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  21. 78b1524 Add initialization routines for CodeGen. by Owen Anderson · 14 years ago