Changes in directory llvm/lib/CodeGen:
MachinePassRegistry.cpp updated: 1.2 -> 1.3
Passes.cpp updated: 1.20 -> 1.21
RegAllocLinearScan.cpp updated: 1.126 -> 1.127
RegAllocLocal.cpp updated: 1.84 -> 1.85
RegAllocSimple.cpp updated: 1.71 -> 1.72
---
Log message:
Final polish on machine pass regis
Changes in directory llvm/lib/CodeGen:
MachinePassRegistry.cpp updated: 1.1 -> 1.2
Passes.cpp updated: 1.19 -> 1.20
---
Log message:
1. Change use of "Cache" to "Default".
2. Added argument to instruction scheduler creators so the creators can do
special things.
3. Repaired target hazard code.
Changes in directory llvm/lib/CodeGen:
MachinePassRegistry.cpp added (r1.1)
---
Log message:
Forgot the added files for plugable machine passes.
---
Diffs of the changes: (+31 -0)
MachinePassRegistry.cpp | 31 +++
1 files changed, 31 insertions(+)
Index: llv