Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.17 -> 1.18
---
Log message:
Add TAI field for exception table section.
---
Diffs of the changes: (+1 -0)
PPCTargetAsmInfo.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/PowerPC/PPCTargetAsm
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.13 -> 1.14
---
Log message:
Modify emission of jump tables on darwin to emit an extra "l" label that
delimits the boundaries of jump tables. This lets the linker's dead code
stripping optimization do a better job.
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.11 -> 1.12
---
Log message:
Fix for PR1095: http://llvm.org/PR1095 :
LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for
the X86 and PPC backends. It defaults to "0", the first variant of a c
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.6 -> 1.7
---
Log message:
Use S_debug for dwarf info.
---
Diffs of the changes: (+11 -11)
PPCTargetAsmInfo.cpp | 22 +++---
1 files changed, 11 insertions(+), 11 deletions(-)
Index: llvm/lib/Ta
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.5 -> 1.6
---
Log message:
Don't bother setting JumpTableTextSection, it is about to disappear
---
Diffs of the changes: (+0 -1)
PPCTargetAsmInfo.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Targ
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.2 -> 1.3
---
Log message:
Compile:
int x __attribute__((used));
to:
.data
.comm _x,4 ; 'x'
.no_dead_strip _x
on both x86 and ppc darwin targets.
---
Diffs of the changes: (+1 -0)
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.1 -> 1.2
---
Log message:
Missing tab
---
Diffs of the changes: (+1 -1)
PPCTargetAsmInfo.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff -u
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp added (r1.1)
PPCTargetAsmInfo.h added (r1.1)
---
Log message:
Break out target asm info into separate files.
---
Diffs of the changes: (+82 -0)
PPCTargetAsmInfo.cpp | 51 +++