Move most user of TargetMachine::getDataLayout to the Module one
[oota-llvm.git] / lib / Target / XCore / XCoreTargetObjectFile.cpp
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-11 Robert LyttonXCore target: fix const section handling
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2013-12-02 Robert LyttonXCore target: Add large code model
2013-05-04 Richard Osborne[XCore] Use static relocation model by default.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2010-11-11 Rafael EspindolaRemove some explicit arguments to getELFSection. This is
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2009-10-06 Richard OsborneRemove xs1a subtarget. xs1a is a preproduction device...
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-15 Chris Lattneruse XCore-specific section with xcore specific cp/dp...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-08 Chris Lattnernow that getOrCreateSection is all object-file specific,
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattnerupdate for rename
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Nick LewyckyAdd newline at end of file to remove gcc warning.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...