aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetAsmInfo.cpp
AgeCommit message (Expand)Author
2006-10-13Expose method and ivars for measuring inline asm length properly.Chris Lattner
2006-10-05Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner
2006-10-05Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner
2006-09-26Add support for targets that want to do something with the llvm.used list,Chris Lattner
2006-09-24Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth
2006-09-06Oops - forgot to update banner.Jim Laskey
2006-09-06Separate target specifc asm properties from asm printers.Jim Laskey