index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2007-09-11
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-06-14
Eliminate some redundant newlines in asm output.
Dan Gohman
2007-05-05
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-03
Indent the .text, .data, and .bss directives in assembly output, so that
Dan Gohman
2007-05-01
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-04-29
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-23
Fix generic getInlineAsmLength
Dale Johannesen
2007-04-20
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-03-08
Add ReadOnlySection directive.
Evan Cheng
2007-03-07
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-02-21
Add TAI field for exception table section.
Jim Laskey
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-01-29
Landing pad-less eh for PPC.
Jim Laskey
2007-01-18
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-17
add new directive
Chris Lattner
2007-01-17
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-16
Fix for PR1095:
Bill Wendling
2007-01-14
add a new HiddenDirective member for handling visibility.
Chris Lattner
2006-12-01
Add weak reference directive.
Evan Cheng
2006-11-28
Add per-target support for asm translation in the cbe
Andrew Lenharth
2006-10-30
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-27
Initialize CStringSection member var.
Reid Spencer
2006-10-13
Expose method and ivars for measuring inline asm length properly.
Chris Lattner
2006-10-05
Don't bother setting JumpTableTextSection, it is about to disappear
Chris Lattner
2006-10-05
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
Chris Lattner
2006-09-26
Add support for targets that want to do something with the llvm.used list,
Chris Lattner
2006-09-24
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-06
Oops - forgot to update banner.
Jim Laskey
2006-09-06
Separate target specifc asm properties from asm printers.
Jim Laskey