1. 09afa1e LiveInterval: Use range based for loops for subregister ranges. by Matthias Braun · 11 years ago
  2. 587e274 LiveRegMatrix: Respect subregister liveness when allocating registers. by Matthias Braun · 11 years ago
  3. 307c2cb Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
  4. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  5. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  6. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  7. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  8. 12ae04b This small change reduces compile time for small programs on targets that have by Puyan Lotfi · 12 years ago
  9. 34e1be9 Represent RegUnit liveness with LiveRange instance by Matthias Braun · 12 years ago
  10. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  11. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  12. 866908c Allow overlaps between virtreg and physreg live ranges. by Jakob Stoklund Olesen · 13 years ago
  13. 13dffcb Accept null PhysReg arguments to checkRegMaskInterference. by Jakob Stoklund Olesen · 13 years ago
  14. c26fbbf Sketch a LiveRegMatrix analysis pass. by Jakob Stoklund Olesen · 13 years ago