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
/
ARM
/
ARMTargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2008-03-25
A quick nm audit turned up several fixed tables and objects that were
Dan Gohman
2008-03-24
Add \t after .set. Fix by Jay Freeman.
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-25
Support non-POSIX hosts by removing use of strncasecmp.
Dale Johannesen
2007-09-11
Enable indirect encoding for the personality function
Bill Wendling
2007-06-08
Define AsmTransCBE for ARM.
Lauro Ramos Venancio
2007-05-14
Enable aliases on arm-linux.
Lauro Ramos Venancio
2007-05-03
Debug support for arm-linux.
Lauro Ramos Venancio
2007-05-02
Add some support for (Darwin) code-generating directives in getInlineAsmLength.
Dale Johannesen
2007-04-30
remove unused variable
Dale Johannesen
2007-04-30
Enable protected visibility on ARM.
Lauro Ramos Venancio
2007-04-29
Make ARM-specific version of getInlineAsmLength
Dale Johannesen
2007-04-27
ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.
Lauro Ramos Venancio
2007-04-23
add isThumb (unused as yet)
Dale Johannesen
2007-03-08
For Darwin, put constant data into .const, .const_data, .literal{4|8|16}
Evan Cheng
2007-03-05
Use init_array/fini_array sections for static contructors/destructors when th...
Lauro Ramos Venancio
2007-02-01
Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)
Lauro Ramos Venancio
2007-01-30
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-26
Some asm directives fixes for ELF.
Lauro Ramos Venancio
2007-01-26
Fix Data16bitsDirective for ELF.
Lauro Ramos Venancio
2007-01-23
Darwin HiddenDirective is .private_extern.
Evan Cheng
2007-01-19
Darwin doesn't support .bss, but it does have .zerofill
Evan Cheng
2007-01-19
Modify emission of jump tables on darwin to emit an extra "l" label that
Evan Cheng
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
2006-12-28
Define StaticCtorsSection and StaticDtorsSection for ARM.
Lauro Ramos Venancio
2006-12-06
print weak references
Rafael Espindola
2006-09-07
Break out target asm info into separate files.
Jim Laskey