Add support for mergeable sections back into the XCore backend.
[oota-llvm.git] / lib / Target / XCore / XCoreTargetAsmInfo.cpp
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerxcore TAI doesn't need TM.
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 Richard OsborneThread local globals don't require special handling...
2009-07-21 Chris Lattnerremove the last bits of SectionFlagsForGlobal. There...
2009-07-21 Chris Lattnerdon't mask out the small flag and then reapply it later.
2009-07-21 Chris Lattnerif Xcore doesn't support TLS, it doesn't have to worry...
2009-07-21 Chris Lattnerremove the Xcore implementation of SelectSectionForGlob...
2009-07-21 Chris LattnerRemove the XCore custom implementation of MergeableCons...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-07 Richard OsborneAdd XCore backend.