aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-02move dwarf debug info section selection stuff from TAI toChris Lattner
2009-08-02xcore TAI doesn't need TM.Chris Lattner
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-01Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner
2009-08-01REmove dead fields of TAI.Chris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner
2009-07-27Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner
2009-07-25this is (unfortunately) several changes mixed together:Chris Lattner
2009-07-22remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner
2009-07-22Thread local globals don't require special handling by the linker and so canRichard Osborne
2009-07-21remove the last bits of SectionFlagsForGlobal. There is some flag here thatChris Lattner
2009-07-21don't mask out the small flag and then reapply it later.Chris Lattner
2009-07-21if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...Chris Lattner
2009-07-21remove the Xcore implementation of SelectSectionForGlobal. While you haveChris Lattner
2009-07-21Remove the XCore custom implementation of MergeableConstSection, relying onChris Lattner
2009-07-21Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner
2009-06-19Move up dwarf writer initialization in common AsmPrinter class.Devang Patel
2009-06-18simplify macro debug info directive handling.Chris Lattner
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-11-07Add XCore backend.Richard Osborne