aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-021-12/+0
* xcore TAI doesn't need TM.Chris Lattner2009-08-021-1/+1
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+1
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-011-1/+1
* REmove dead fields of TAI.Chris Lattner2009-08-011-1/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-30/+2
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-5/+7
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-6/+6
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-3/+3
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-221-11/+6
* Thread local globals don't require special handling by the linker and so canRichard Osborne2009-07-221-0/+7
* remove the last bits of SectionFlagsForGlobal. There is some flag here thatChris Lattner2009-07-211-24/+2
* don't mask out the small flag and then reapply it later.Chris Lattner2009-07-211-15/+1
* if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...Chris Lattner2009-07-211-1/+1
* remove the Xcore implementation of SelectSectionForGlobal. While you haveChris Lattner2009-07-211-21/+0
* Remove the XCore custom implementation of MergeableConstSection, relying onChris Lattner2009-07-211-17/+0
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-211-61/+2
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-0/+1
* simplify macro debug info directive handling.Chris Lattner2009-06-181-1/+1
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Add XCore backend.Richard Osborne2008-11-071-0/+201