summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-9/+8
* Pass the Mangler by reference.Rafael Espindola2014-02-081-6/+6
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-4/+6
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-231-6/+4
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Don't assert with private type info variables.Rafael Espindola2014-01-071-3/+0
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+2
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-051-2/+10
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-021-0/+7
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+12
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-1/+1
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-0/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-12/+12
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Typo.Eric Christopher2012-05-051-1/+1
* Prune some includesCraig Topper2012-03-271-1/+0
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-061-17/+0
* C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner2012-01-241-5/+18
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+3
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-18/+2
OpenPOWER on IntegriCloud