summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-0/+1
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-1/+0
* OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.Tim Northover2019-07-111-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Place globals with explicit .sdata section in small dataKrzysztof Parzyszek2018-11-091-5/+10
* [Hexagon] Make sure not to use GP-relative addressing with PICKrzysztof Parzyszek2018-10-311-2/+8
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-13/+13
* [Hexagon] Emit lookup tables in text section based on a flagSumanth Gundapaneni2017-07-181-0/+47
* [Hexagon] Emit jump tables in text section based on a flagSumanth Gundapaneni2017-06-301-0/+9
* Revert "[Hexagon] Guard the generation of lookup table"Sumanth Gundapaneni2017-06-301-9/+0
* [Hexagon] Guard the generation of lookup tableSumanth Gundapaneni2017-06-301-0/+9
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...Eugene Zelenko2017-01-041-13/+26
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-241-39/+39
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-17/+8
* [Hexagon] Expand handling of the small-data/bss sectionKrzysztof Parzyszek2016-04-211-50/+343
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-1/+1
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-8/+4
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+1
* Handle ctor/init_array initialization.Sid Manning2014-11-031-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+2
* Pass the Mangler by reference.Rafael Espindola2014-02-081-3/+4
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-1/+1
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-231-1/+1
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-1/+7
* Reverting r181331.Jyotsna Verma2013-05-071-7/+1
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-1/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-3/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Hexagon backend supportTony Linthicum2011-12-121-0/+94
OpenPOWER on IntegriCloud