index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warning.
Dale Johannesen
2007-11-21
1
-1
/
+1
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-0
/
+2
*
TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets
Dan Gohman
2007-09-27
1
-1
/
+0
*
Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file
Dan Gohman
2007-09-24
1
-2
/
+1
*
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
1
-0
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
1
-0
/
+2
*
Eliminate some redundant newlines in asm output.
Dan Gohman
2007-06-14
1
-2
/
+2
*
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-05
1
-0
/
+1
*
Indent the .text, .data, and .bss directives in assembly output, so that
Dan Gohman
2007-05-03
1
-3
/
+3
*
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-05-01
1
-1
/
+2
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
1
-0
/
+1
*
Fix generic getInlineAsmLength
Dale Johannesen
2007-04-23
1
-4
/
+18
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
1
-0
/
+2
*
Add ReadOnlySection directive.
Evan Cheng
2007-03-08
1
-0
/
+1
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
1
-0
/
+3
*
Add TAI field for exception table section.
Jim Laskey
2007-02-21
1
-0
/
+1
*
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
1
-0
/
+2
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
1
-0
/
+2
*
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-18
1
-0
/
+1
*
add new directive
Chris Lattner
2007-01-17
1
-0
/
+1
*
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
1
-0
/
+1
*
Fix for PR1095:
Bill Wendling
2007-01-16
1
-0
/
+1
*
add a new HiddenDirective member for handling visibility.
Chris Lattner
2007-01-14
1
-0
/
+1
*
Add weak reference directive.
Evan Cheng
2006-12-01
1
-0
/
+1
*
Add per-target support for asm translation in the cbe
Andrew Lenharth
2006-11-28
1
-1
/
+2
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-0
/
+1
*
Initialize CStringSection member var.
Reid Spencer
2006-10-27
1
-0
/
+1
*
Expose method and ivars for measuring inline asm length properly.
Chris Lattner
2006-10-13
1
-2
/
+18
*
Don't bother setting JumpTableTextSection, it is about to disappear
Chris Lattner
2006-10-05
1
-1
/
+0
*
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
Chris Lattner
2006-10-05
1
-0
/
+3
*
Add support for targets that want to do something with the llvm.used list,
Chris Lattner
2006-09-26
1
-0
/
+1
*
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
1
-0
/
+1
*
Oops - forgot to update banner.
Jim Laskey
2006-09-06
1
-1
/
+1
*
Separate target specifc asm properties from asm printers.
Jim Laskey
2006-09-06
1
-0
/
+74