summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-08-02Don't pass the code model to MCRafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-05Add support for #pragma clang sectionJaved Absar
2017-05-01Remove unnecessary conditions as suggested by clang-tidy. NFCGabor Horvath
2017-01-14[TargetLowering] Simplfiy a bit. NFCI.Davide Italiano
2016-11-22CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne
2016-09-16Trying to fix Mangler memory leak in TargetLoweringObjectFile.Eric Liu
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-08-08[ARM] Add support for embedded position-independent codeOliver Stannard
2016-06-28Use isPositionIndependent(). NFC.Rafael Espindola
2016-06-24Simplify. NFC.Rafael Espindola
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer
2016-02-21[X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer
2015-11-18Stop producing .data.rel sections.Rafael Espindola
2015-11-17Drop prelink support.Rafael Espindola
2015-11-03CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.Peter Collingbourne
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders
2015-06-16Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders
2015-06-15Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders
2015-06-15Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren
2015-03-17COFF: Let globals with private linkage reside in their own sectionDavid Majnemer
2015-03-17Revert "COFF: Let globals with private linkage reside in their own section"David Majnemer
2015-03-17COFF: Let globals with private linkage reside in their own sectionDavid Majnemer
2015-02-17Add r228939 back with a fix.Rafael Espindola
2015-02-14Revert "On ELF, put PIC jump tables in a non executable section."Matthias Braun
2015-02-12On ELF, put PIC jump tables in a non executable section.Rafael Espindola
2015-02-12Put each jump table in an independent section if the function is too.Rafael Espindola
2015-01-29Remove MergeableConst.Rafael Espindola
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames
2014-12-29Refactor duplicated code.Rafael Espindola
2014-11-12Remove a bit of dead code.Rafael Espindola
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer
2014-05-17Target: Replace getSection().empty() with hasSection()David Majnemer
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-16Target: whitespaceSaleem Abdulrasool
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola