summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-4/+2
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-2/+4
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-4/+2
* Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* Save LaneMask with livein registersMatthias Braun2015-09-091-10/+9
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-151-0/+1
* Grab TargetInstrInfo off of the MachineFunction and removeEric Christopher2015-02-021-10/+6
* [Hexagon] Adding encodings for JR class instructions. Updating complier usages.Colin LeMahieu2014-12-101-13/+13
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-4/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-061-1/+18
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-061-5/+4
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-011-12/+12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+6
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-151-12/+12
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-151-12/+12
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-151-12/+12
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-061-10/+5
* Hexagon backend supportTony Linthicum2011-12-121-0/+240
OpenPOWER on IntegriCloud