[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaLLRP.cpp

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaLLRP.cpp updated: 1.1 -> 1.2 --- Log message: Account for pseudo-ops correctly --- Diffs of the changes: (+51 -44) AlphaLLRP.cpp | 95 +++--- 1 files changed, 51 insertions(+), 44 deletion

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaLLRP.cpp Alpha.h AlphaTargetMachine.cpp

2006-09-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaLLRP.cpp added (r1.1) Alpha.h updated: 1.6 -> 1.7 AlphaTargetMachine.cpp updated: 1.31 -> 1.32 --- Log message: A pass to remove the worst of the replay trap offenders, and as a bonus, align basic blocks when it is free to do so --- Diffs of th