summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add weak reference directive.Evan Cheng2006-12-011-0/+1
| | | | llvm-svn: 32091
* Add per-target support for asm translation in the cbeAndrew Lenharth2006-11-281-1/+2
| | | | llvm-svn: 31972
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-0/+1
| | | | | | | generated object modules to be debugged with gdb. Hopefully this helps pre-release debugging. llvm-svn: 31299
* Initialize CStringSection member var.Reid Spencer2006-10-271-0/+1
| | | | llvm-svn: 31214
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-131-2/+18
| | | | llvm-svn: 30934
* Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner2006-10-051-1/+0
| | | | llvm-svn: 30745
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-051-0/+3
| | | | llvm-svn: 30732
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-0/+1
| | | | | | because they have an aggressive linker that does dead code stripping. llvm-svn: 30604
* Add support for other relocation bases to jump tables, as well as custom asm ↵Andrew Lenharth2006-09-241-0/+1
| | | | | | directives llvm-svn: 30593
* Oops - forgot to update banner.Jim Laskey2006-09-061-1/+1
| | | | llvm-svn: 30131
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-061-0/+74
llvm-svn: 30127
OpenPOWER on IntegriCloud