summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-0/+6
* Refactor duplicated code.Rafael Espindola2014-12-291-6/+0
* Remove a bit of dead code.Rafael Espindola2014-11-121-19/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+4
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-1/+2
* Target: Replace getSection().empty() with hasSection()David Majnemer2014-05-171-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-4/+4
* Target: whitespaceSaleem Abdulrasool2014-04-161-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-4/+3
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-17/+16
* Revert r201622 and r201608.Daniel Jasper2014-02-191-16/+17
* Fix PR18743.Rafael Espindola2014-02-181-17/+16
OpenPOWER on IntegriCloud