aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-10[Hexagon] Adding encodings for JR class instructions. Updating complier usages.Colin LeMahieu1-13/+13
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+1
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-2/+2
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-4/+4
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2013-05-06Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek1-1/+18
2013-05-06Make references to HexagonTargetMachine "const".Krzysztof Parzyszek1-5/+4
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma1-12/+12
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-5/+6
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande1-12/+12
2012-02-15Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher1-12/+12
2012-02-15Optimize redundant sign extends and negation of predicatesSirish Pande1-12/+12
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-1/+1
2012-02-06Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer1-10/+5
2011-12-12Hexagon backend supportTony Linthicum1-0/+240