summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-0/+1
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-171-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner2018-08-091-0/+3
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Remove boolean argument from isSuitableFromBSS.Eric Christopher2018-05-271-8/+5
* Cleanups for getKindForGlobal:Eric Christopher2018-05-271-11/+10
* Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFil...David Blaikie2018-03-261-1/+0
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Place undefined globals in .bss instead of .dataEli Friedman2018-02-061-1/+14
* Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin2017-12-131-2/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Don't pass the code model to MCRafael Espindola2017-08-021-2/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+14
* Remove unnecessary conditions as suggested by clang-tidy. NFCGabor Horvath2017-05-011-1/+1
* [TargetLowering] Simplfiy a bit. NFCI.Davide Italiano2017-01-141-4/+1
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-2/+2
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-241-8/+9
* Trying to fix Mangler memory leak in TargetLoweringObjectFile.Eric Liu2016-09-161-0/+2
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-19/+16
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-6/+7
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-281-2/+1
* Simplify. NFC.Rafael Espindola2016-06-241-10/+1
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+2
* [X86] Create mergeable constant pool entries for AVXDavid Majnemer2016-02-221-0/+1
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-2/+5
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-3/+3
* Drop prelink support.Rafael Espindola2015-11-171-25/+5
* CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.Peter Collingbourne2015-11-031-3/+3
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-8/+7
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+2
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-2/+2
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-11/+11
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* COFF: Let globals with private linkage reside in their own sectionDavid Majnemer2015-03-171-0/+6
* Revert "COFF: Let globals with private linkage reside in their own section"David Majnemer2015-03-171-6/+0
* COFF: Let globals with private linkage reside in their own sectionDavid Majnemer2015-03-171-0/+6
* Add r228939 back with a fix.Rafael Espindola2015-02-171-0/+18
* Revert "On ELF, put PIC jump tables in a non executable section."Matthias Braun2015-02-141-18/+0
* On ELF, put PIC jump tables in a non executable section.Rafael Espindola2015-02-121-0/+18
* Put each jump table in an independent section if the function is too.Rafael Espindola2015-02-121-0/+5
* Remove MergeableConst.Rafael Espindola2015-01-291-1/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-3/+2
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-6/+0
OpenPOWER on IntegriCloud