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:
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 +
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
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 +
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 |