aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-21[Hexagon] Expand handling of the small-data/bss sectionKrzysztof Parzyszek1-50/+343
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob1-1/+1
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-2/+2
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini1-1/+2
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-8/+4
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-2/+1
2014-11-03Handle ctor/init_array initialization.Sid Manning1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-02-08Pass the Mangler by reference.Rafael Espindola1-3/+4
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher1-1/+1
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher1-1/+1
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma1-1/+7
2013-05-07Reverting r181331.Jyotsna Verma1-7/+1
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma1-1/+7
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-3/+3
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-12Hexagon backend supportTony Linthicum1-0/+94