aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonTargetMachine.cpp
AgeCommit message (Expand)Author
2013-03-27Hexagon: Disable optimizations at O0.Jyotsna Verma
2013-02-13Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin
2012-07-02Consistently use AnalysisID types in TargetPassConfig.Bob Wilson
2012-07-02Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande
2012-05-11Hexagon constant extender support.Brendon Cahoon
2012-05-10Hexagon V5 FP Support.Sirish Pande
2012-05-03Support for target dependent Hexagon VLIW packetizer.Sirish Pande
2012-05-01Change the PassManager from a reference to a pointer.Bill Wendling
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support.Sirish Pande
2012-04-23Support for Hexagon architectural feature, new value jump.Sirish Pande
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande
2012-04-13Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande
2012-04-13Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande
2012-04-12HexagonPacketizer patch.Sirish Pande
2012-03-17Pass TargetOptions to HexagonTargetMachine constructor by reference to match ...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande
2012-02-15Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher
2012-02-15Optimize redundant sign extends and negation of predicatesSirish Pande
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick
2012-02-06Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer
2012-02-04TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick
2012-02-03Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick
2011-12-16Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer
2011-12-15Add MCTargetDesc library to Hexagon targetTony Linthicum
2011-12-12Hexagon backend supportTony Linthicum