aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/DarwinTargetAsmInfo.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
* (re)Put const weak strings in appropriate section on Darwin.Dale Johannesen2008-10-081-0/+1
* 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
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-0/+3
* Move the uglier parts of deciding not to emit aDale Johannesen2008-09-091-0/+3
* 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
* Add hook for constant pool section selection for darwin.Anton Korobeynikov2008-08-071-0/+3
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeasl2008-07-191-5/+5
* Add TargetAsmInfo stuff for all darwin-based targetsasl2008-07-191-0/+43