summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreTargetObjectFile.cpp
Commit message (Expand)AuthorAge
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* XCore target: Handle common linkageRobert Lytton2014-02-18
* XCore target: fix const section handlingRobert Lytton2014-02-11
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* XCore target: Add large code modelRobert Lytton2013-12-02
* [XCore] Use static relocation model by default.Richard Osborne2013-05-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Remove some explicit arguments to getELFSection. This isRafael Espindola2010-11-11
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne2009-10-06
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-15
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* Make SectionKind::get() private.Chris Lattner2009-08-02
* update for renameChris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* Add newline at end of file to remove gcc warning.Nick Lewycky2009-08-01
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28