summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-5/+6
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-58/+35
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-3/+3
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-2/+3
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-3/+4
* Revert r201622 and r201608.Daniel Jasper2014-02-191-4/+3
* Fix PR18743.Rafael Espindola2014-02-181-3/+4
* XCore target: Handle common linkageRobert Lytton2014-02-181-2/+2
* XCore target: fix const section handlingRobert Lytton2014-02-111-27/+35
* Pass the Mangler by reference.Rafael Espindola2014-02-081-2/+2
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-1/+1
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-231-1/+1
* XCore target: Add large code modelRobert Lytton2013-12-021-15/+124
* [XCore] Use static relocation model by default.Richard Osborne2013-05-041-5/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Remove more duplicated code.Rafael Espindola2011-01-231-12/+12
* Remove duplicated code.Rafael Espindola2011-01-231-6/+7
* Remove some explicit arguments to getELFSection. This isRafael Espindola2010-11-111-6/+6
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-29/+26
* Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne2009-10-061-14/+7
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-181-5/+18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-181-1/+7
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-151-14/+26
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-7/+14
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-081-10/+7
* Make SectionKind::get() private.Chris Lattner2009-08-021-5/+5
* update for renameChris Lattner2009-08-011-3/+3
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-5/+8
* Add newline at end of file to remove gcc warning.Nick Lewycky2009-08-011-1/+1
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-3/+7
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-0/+32
OpenPOWER on IntegriCloud