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

2007-06-14 Thread Dan Gohman
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.27 -> 1.28 --- Log message: Eliminate some redundant newlines in asm output. --- Diffs of the changes: (+2 -2) TargetAsmInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/TargetA

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

2007-05-05 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.26 -> 1.27 --- Log message: Emit sections/directives in the proper order. This fixes PR1376: http://llvm.org/PR1376 . Also, some small cleanup was made. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 file

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

2007-05-03 Thread Dan Gohman
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.25 -> 1.26 --- Log message: Indent the .text, .data, and .bss directives in assembly output, so that they are consistent with the other directives. --- Diffs of the changes: (+3 -3) TargetAsmInfo.cpp |6 +++--- 1 files

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

2007-05-01 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.24 -> 1.25 --- Log message: Fix couple of bugs connected with eh info: 1. Correct output offsets on Linux 2. Fix "style" of personality function. It shouldn't be indirect. --- Diffs of the changes: (+2 -1) TargetAsmInfo.cpp

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

2007-04-29 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.23 -> 1.24 --- Log message: Implement protected visibility. This partly implements PR1363: http://llvm.org/PR1363 . Linker should be taught to deal with protected symbols. --- Diffs of the changes: (+1 -0) TargetAsmInfo.c

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

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.22 -> 1.23 --- Log message: Fix generic getInlineAsmLength --- Diffs of the changes: (+18 -4) TargetAsmInfo.cpp | 22 ++ 1 files changed, 18 insertions(+), 4 deletions(-) Index: llvm/lib/Target/Targe

[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp TargetSelectionDAG.td

2007-04-20 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.21 -> 1.22 TargetSelectionDAG.td updated: 1.78 -> 1.79 --- Log message: Implement "general dynamic", "initial exec" and "local exec" TLS models for X86 32 bits. --- Diffs of the changes: (+6 -0) TargetAsmInfo.cpp |2

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

2007-03-07 Thread Evan Cheng
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.20 -> 1.21 --- Log message: Add ReadOnlySection directive. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib/Target/Targ

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

2007-03-06 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.19 -> 1.20 --- Log message: Fix DWARF debugging information on x86/Linux and (hopefully) Mingw32/Cygwin targets. This fixes PR978: http://llvm.org/PR978 --- Diffs of the changes: (+3 -0) TargetAsmInfo.cpp |3 +++ 1 fi

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

2007-02-21 Thread Jim Laskey
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.18 -> 1.19 --- Log message: Add TAI field for exception table section. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib

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

2007-02-01 Thread Jim Laskey
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.17 -> 1.18 --- Log message: Support for non-landing pad exception handling. --- Diffs of the changes: (+2 -0) TargetAsmInfo.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u l

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

2007-01-29 Thread Jim Laskey
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.16 -> 1.17 --- Log message: Landing pad-less eh for PPC. --- Diffs of the changes: (+2 -0) TargetAsmInfo.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib/Target/Targ

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

2007-01-17 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.15 -> 1.16 --- Log message: add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Targ

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

2007-01-17 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.14 -> 1.15 --- Log message: add new directive --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib/Target/TargetAsmInfo.cp

[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp TargetMachine.cpp

2007-01-17 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.13 -> 1.14 TargetMachine.cpp updated: 1.58 -> 1.59 --- Log message: * Fix one more bug in PIC codegen: extra load is needed for *all* non-statics. * Introduce new option to output zero-initialized data to .bss section. This ca

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

2007-01-15 Thread Bill Wendling
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.12 -> 1.13 --- 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 compound inl

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

2007-01-13 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.11 -> 1.12 --- Log message: add a new HiddenDirective member for handling visibility. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/TargetAsmInfo.cpp

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

2006-12-01 Thread Evan Cheng
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.10 -> 1.11 --- Log message: Add weak reference directive. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib/Target/Targe

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

2006-11-28 Thread Andrew Lenharth
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.9 -> 1.10 --- Log message: Add per-target support for asm translation in the cbe --- Diffs of the changes: (+2 -1) TargetAsmInfo.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Target/Target

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

2006-10-30 Thread Reid Spencer
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.8 -> 1.9 --- Log message: Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 generated object modules to be debugged with gdb. Hopefully this helps pre-release debugging. --- Diffs of the changes: (+1 -0)

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

2006-10-27 Thread Reid Spencer
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.7 -> 1.8 --- Log message: Initialize CStringSection member var. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib/Targe

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

2006-10-13 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.6 -> 1.7 --- Log message: Expose method and ivars for measuring inline asm length properly. --- Diffs of the changes: (+18 -2) TargetAsmInfo.cpp | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-)

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

2006-10-04 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.5 -> 1.6 --- Log message: Don't bother setting JumpTableTextSection, it is about to disappear --- Diffs of the changes: (+0 -1) TargetAsmInfo.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/TargetAsmIn

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

2006-10-04 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.4 -> 1.5 --- Log message: Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method. --- Diffs of the changes: (+3 -0) TargetAsmInfo.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/

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

2006-09-25 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.3 -> 1.4 --- Log message: Add support for targets that want to do something with the llvm.used list, because they have an aggressive linker that does dead code stripping. --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp

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

2006-09-24 Thread Andrew Lenharth
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.2 -> 1.3 --- Log message: Add support for other relocation bases to jump tables, as well as custom asm directives --- Diffs of the changes: (+1 -0) TargetAsmInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/l

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

2006-09-06 Thread Jim Laskey
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.1 -> 1.2 --- Log message: Oops - forgot to update banner. --- Diffs of the changes: (+1 -1) TargetAsmInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llv

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

2006-09-06 Thread Jim Laskey
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp added (r1.1) --- Log message: Separate target specifc asm properties from asm printers. --- Diffs of the changes: (+74 -0) TargetAsmInfo.cpp | 74 ++ 1 files changed, 74 insertions