summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreTargetObjectFile.cpp
AgeCommit message (Expand)Author
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-02-21Unbreak non-X86 targets from fallout caused by r261462David Majnemer
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2015-11-18Stop producing .data.rel sections.Rafael Espindola
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-18Fix PR18743.Rafael Espindola
2014-02-18XCore target: Handle common linkageRobert Lytton
2014-02-11XCore target: fix const section handlingRobert Lytton
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher
2013-12-02XCore target: Add large code modelRobert Lytton
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