Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.33 -> 1.34
---
Log message:
Eliminate some redundant newlines in asm output.
---
Diffs of the changes: (+2 -2)
TargetAsmInfo.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.32 -> 1.33
---
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: (+12 -4)
TargetAsmInfo.h | 16 +++
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.31 -> 1.32
---
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: (+13 -6)
TargetAsm
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.30 -> 1.31
---
Log message:
Make ARM-specific version of getInlineAsmLength
---
Diffs of the changes: (+1 -1)
TargetAsmInfo.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Targe
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.28 -> 1.29
---
Log message:
Implement "general dynamic", "initial exec" and "local exec" TLS models for
X86 32 bits.
---
Diffs of the changes: (+15 -1)
TargetAsmInfo.h | 16 +++-
1 files changed, 15 ins
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.27 -> 1.28
---
Log message:
Add ReadOnlySection directive.
---
Diffs of the changes: (+9 -1)
TargetAsmInfo.h | 10 +-
1 files changed, 9 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetA
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.26 -> 1.27
---
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: (+13 -0)
TargetAsmInfo.h | 13 +++
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.25 -> 1.26
---
Log message:
Add TAI field for exception table section.
---
Diffs of the changes: (+8 -0)
TargetAsmInfo.h |8
1 files changed, 8 insertions(+)
Index: llvm/include/llvm/Target/TargetAsmInf
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.24 -> 1.25
---
Log message:
Support for non-landing pad exception handling.
---
Diffs of the changes: (+18 -1)
TargetAsmInfo.h | 19 ++-
1 files changed, 18 insertions(+), 1 deletion(-)
Index: llvm
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.23 -> 1.24
---
Log message:
Landing pad-less eh for PPC.
---
Diffs of the changes: (+14 -0)
TargetAsmInfo.h | 14 ++
1 files changed, 14 insertions(+)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
di
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.22 -> 1.23
---
Log message:
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
---
Diffs of the changes: (+7 -0)
TargetAsmInfo.h |7 +++
1 files changed, 7 insertions(+)
Index: l
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.21 -> 1.22
---
Log message:
document that BSSSection can be null.
Add new ZeroFillDirective directive.
---
Diffs of the changes: (+9 -1)
TargetAsmInfo.h | 10 +-
1 files changed, 9 insertions(+), 1 deletion
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.20 -> 1.21
TargetOptions.h updated: 1.11 -> 1.12
---
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.
Th
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.19 -> 1.20
---
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 compo
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.18 -> 1.19
---
Log message:
add a new HiddenDirective member for handling visibility.
---
Diffs of the changes: (+7 -0)
TargetAsmInfo.h |7 +++
1 files changed, 7 insertions(+)
Index: llvm/include/llvm/Targ
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.17 -> 1.18
---
Log message:
Grandchildren are covered by protect.
---
Diffs of the changes: (+2 -3)
TargetAsmInfo.h |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/Target/Tar
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.16 -> 1.17
---
Log message:
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
---
Diffs of the changes: (+3 -2)
TargetAsmInfo.h |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.15 -> 1.16
---
Log message:
Typo
---
Diffs of the changes: (+1 -1)
TargetAsmInfo.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/include/llvm/
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.14 -> 1.15
---
Log message:
Add weak reference directive.
---
Diffs of the changes: (+7 -0)
TargetAsmInfo.h |7 +++
1 files changed, 7 insertions(+)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u ll
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.13 -> 1.14
---
Log message:
add a hook to allow targets to hack on inline asms to lower them to llvm
when they want to.
---
Diffs of the changes: (+9 -3)
TargetAsmInfo.h | 12 +---
1 files changed, 9 insert
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.12 -> 1.13
---
Log message:
Add per-target support for asm translation in the cbe
---
Diffs of the changes: (+7 -0)
TargetAsmInfo.h |7 +++
1 files changed, 7 insertions(+)
Index: llvm/include/llvm/Target/Ta
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.11 -> 1.12
---
Log message:
Don't mislead readers by claiming a variable is defaulted to false when
the default is actually true.
---
Diffs of the changes: (+1 -1)
TargetAsmInfo.h |2 +-
1 files changed, 1 insert
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.10 -> 1.11
---
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: (
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.9 -> 1.10
---
Log message:
Added CStringSection.
---
Diffs of the changes: (+9 -0)
TargetAsmInfo.h |9 +
1 files changed, 9 insertions(+)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/incl
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.8 -> 1.9
---
Log message:
Expose method and ivars for measuring inline asm length properly.
---
Diffs of the changes: (+13 -2)
TargetAsmInfo.h | 15 +--
1 files changed, 13 insertions(+), 2 deletions(-)
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.7 -> 1.8
---
Log message:
remove JumpTableTextSection
---
Diffs of the changes: (+0 -8)
TargetAsmInfo.h |8
1 files changed, 8 deletions(-)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.6 -> 1.7
---
Log message:
move getSectionForFunction to AsmPrinter.
---
Diffs of the changes: (+0 -8)
TargetAsmInfo.h |8
1 files changed, 8 deletions(-)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.5 -> 1.6
---
Log message:
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
---
Diffs of the changes: (+10 -2)
TargetAsmInfo.h | 12 ++--
1 files changed, 10 insertions(+), 2 deleti
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.4 -> 1.5
---
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: (+8 -0)
TargetAsmIn
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.3 -> 1.4
---
Log message:
order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment
in a format that matches every other ivars in this class.
---
Diffs of the changes: (+4 -1)
TargetAsmInfo.h |5
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h 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: (+4 -0)
TargetAsmInfo.h |4
1 files changed, 4 insertions(+)
Inde
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.1 -> 1.2
TargetMachine.h updated: 1.69 -> 1.70
---
Log message:
Make target asm info a property of the target machine.
---
Diffs of the changes: (+23 -2)
TargetAsmInfo.h |5 -
TargetMachine.h | 20 +
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h added (r1.1)
---
Log message:
Separate target specifc asm properties from asm printers.
---
Diffs of the changes: (+427 -0)
TargetAsmInfo.h | 427
1 files changed, 427 i
33 matches
Mail list logo