aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreTargetObjectFile.cpp
AgeCommit message (Expand)Author
2013-05-04[XCore] Use static relocation model by default.Richard Osborne
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-01-23Remove more duplicated code.Rafael Espindola
2011-01-23Remove duplicated code.Rafael Espindola
2010-11-11Remove some explicit arguments to getELFSection. This isRafael Espindola
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2009-10-06Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne
2009-08-18Add support for mergeable sections back into the XCore backend.Richard Osborne
2009-08-18Put data with relocations in the same sections as data without relocations.Richard Osborne
2009-08-15use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes
2009-08-08now that getOrCreateSection is all object-file specific,Chris Lattner
2009-08-02Make SectionKind::get() private.Chris Lattner
2009-08-01update for renameChris Lattner
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner
2009-08-01Add newline at end of file to remove gcc warning.Nick Lewycky
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner