index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetAsmInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-4
/
+4
*
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
-4
/
+12
*
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-05-01
1
-6
/
+13
*
Make ARM-specific version of getInlineAsmLength
Dale Johannesen
2007-04-29
1
-1
/
+1
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
1
-1
/
+8
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
1
-1
/
+15
*
Add ReadOnlySection directive.
Evan Cheng
2007-03-08
1
-1
/
+9
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
1
-0
/
+13
*
Add TAI field for exception table section.
Jim Laskey
2007-02-21
1
-0
/
+8
*
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
1
-1
/
+18
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
1
-0
/
+14
*
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-18
1
-0
/
+7
*
document that BSSSection can be null.
Chris Lattner
2007-01-17
1
-1
/
+9
*
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
1
-0
/
+7
*
Fix for PR1095:
Bill Wendling
2007-01-16
1
-2
/
+8
*
add a new HiddenDirective member for handling visibility.
Chris Lattner
2007-01-14
1
-0
/
+7
*
Grandchildren are covered by protect.
Jim Laskey
2006-12-21
1
-3
/
+2
*
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
Jim Laskey
2006-12-21
1
-2
/
+3
*
Typo
Evan Cheng
2006-12-01
1
-1
/
+1
*
Add weak reference directive.
Evan Cheng
2006-12-01
1
-0
/
+7
*
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-29
1
-3
/
+9
*
Add per-target support for asm translation in the cbe
Andrew Lenharth
2006-11-28
1
-0
/
+7
*
Don't mislead readers by claiming a variable is defaulted to false when
Reid Spencer
2006-10-30
1
-1
/
+1
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-0
/
+7
*
Added CStringSection.
Evan Cheng
2006-10-26
1
-0
/
+9
*
Expose method and ivars for measuring inline asm length properly.
Chris Lattner
2006-10-13
1
-2
/
+13
*
remove JumpTableTextSection
Chris Lattner
2006-10-05
1
-8
/
+0
*
move getSectionForFunction to AsmPrinter.
Chris Lattner
2006-10-05
1
-8
/
+0
*
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
Chris Lattner
2006-10-05
1
-2
/
+10
*
Add support for targets that want to do something with the llvm.used list,
Chris Lattner
2006-09-26
1
-0
/
+8
*
order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment
Chris Lattner
2006-09-25
1
-1
/
+4
*
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
1
-0
/
+4
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
1
-1
/
+4
*
Separate target specifc asm properties from asm printers.
Jim Laskey
2006-09-06
1
-0
/
+427