aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-131-2/+18
* Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner2006-10-051-1/+0
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-051-0/+3
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-0/+1
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-241-0/+1
* Oops - forgot to update banner.Jim Laskey2006-09-061-1/+1
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-061-0/+74