summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreTargetObjectFile.h
AgeCommit message (Expand)Author
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
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-02-11XCore target: fix const section handlingRobert Lytton
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-02-08Add LLVM_OVERRIDE to a few declarations.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
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner