aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/ELFTargetAsmInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-2/+0
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-1/+1
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-1/+1
* Finally get rid of virtual inheritance in TAIAnton Korobeynikov2008-09-241-1/+1
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-161-1/+1
* Undo most of r54519.Evan Cheng2008-08-081-2/+1
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-1/+2
* Select section for constant pool entriesAnton Korobeynikov2008-08-071-0/+4
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-191-1/+1
* Add TargetAsmInfo for all ELF-based targetsAnton Korobeynikov2008-07-191-0/+38