[llvm-commits] CVS: llvm/lib/Target/X86/X86AsmPrinter.cpp

2006-08-12 Thread Nate Begeman
Changes in directory llvm/lib/Target/X86: X86AsmPrinter.cpp updated: 1.191 -> 1.192 --- Log message: Emit .set directives for jump table entries when possible, which reduces the number of relocations in object files, shrinkifying them. --- Diffs of the changes: (+1 -0) X86AsmPrinter.cpp |

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp

2006-08-12 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.88 -> 1.89 --- Log message: Emit .set directives for jump table entries when possible, which reduces the number of relocations in object files, shrinkifying them. --- Diffs of the changes: (+39 -3) AsmPrinter.cpp | 42 +

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp

2006-08-12 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.189 -> 1.190 --- Log message: Emit .set directives for jump table entries when possible, which reduces the number of relocations in object files, shrinkifying them. --- Diffs of the changes: (+1 -0) PPCAsmPrinter.cp

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h

2006-08-12 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.44 -> 1.45 --- Log message: Emit .set directives for jump table entries when possible, which reduces the number of relocations in object files, shrinkifying them. --- Diffs of the changes: (+9 -1) AsmPrinter.h | 10 +

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp

2006-08-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.203 -> 1.204 --- Log message: Fix a bug in a recent refactoring that broke a bunch of stuff. --- Diffs of the changes: (+1 -1) PPCISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: