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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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(-)
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
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/
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
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
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
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
28 matches
Mail list logo