aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/DarwinTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-7/+6
* (re)Put const weak strings in appropriate section on Darwin.Dale Johannesen2008-10-081-1/+3
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-6/+6
* Use named sections, where they should beAnton Korobeynikov2008-09-241-7/+5
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-8/+9
* CleanupAnton Korobeynikov2008-09-241-1/+1
* Cleanup, no functionality changeAnton Korobeynikov2008-09-241-2/+2
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-1/+1
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-1/+1
* Move the uglier parts of deciding not to emit aDale Johannesen2008-09-091-0/+21
* Undo most of r54519.Evan Cheng2008-08-081-9/+8
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-8/+9
* Add hook for constant pool section selection for darwin.Anton Korobeynikov2008-08-071-2/+20
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.asl2008-07-191-0/+1
* Fix a FIXME :)asl2008-07-191-6/+5
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeasl2008-07-191-6/+6
* Add TargetAsmInfo stuff for all darwin-based targetsasl2008-07-191-0/+129