aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-141-7/+0
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-121-0/+2
* Hexagon constant extender support.Brendon Cahoon2012-05-111-0/+7
* Hexagon V5 FP Support.Sirish Pande2012-05-101-1/+3
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-031-1/+3
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-011-8/+8
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-8/+1
* Hexagon V5 (floating point) support.Sirish Pande2012-04-231-1/+3
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-231-0/+2
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-231-0/+3
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-9/+1
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-161-1/+3
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-131-0/+2
* Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-131-0/+1
* HexagonPacketizer patch.Sirish Pande2012-04-121-0/+3
* Pass TargetOptions to HexagonTargetMachine constructor by reference to match ...Craig Topper2012-03-171-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+2
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-151-0/+1
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-151-1/+0
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-151-0/+1
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-1/+1
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-061-3/+2
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-6/+4
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-10/+35
* Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer2011-12-161-1/+1
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-151-10/+0
* Hexagon backend supportTony Linthicum2011-12-121-0/+128