summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* InstrItineraryData is already on the subtarget, no reason toEric Christopher2014-06-271-8/+5
* Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher2014-05-211-6/+2
* Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...Pranav Bhandarkar2014-05-011-14/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-7/+7
* Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie2014-04-211-1/+1
* Enable CFI on Hexagon.Krzysztof Parzyszek2014-03-181-1/+0
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-161-1/+1
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-1/+1
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-131-3/+1
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-121-1/+1
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-201-4/+12
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+1
* Don't cast away constness.Benjamin Kramer2013-05-171-2/+2
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-141-0/+1
* Hexagon: Remove dead-code after unconditional return from addPreSched2.Jyotsna Verma2013-05-141-3/+0
* Remove the MachineMove class.Rafael Espindola2013-05-131-0/+1
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-0/+12
* Reverting r181331.Jyotsna Verma2013-05-071-10/+1
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-1/+10
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-061-29/+34
* Use consistent function names.Krzysztof Parzyszek2013-05-041-1/+1
* Hexagon: Disable optimizations at O0.Jyotsna Verma2013-03-271-18/+31
* Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma2013-02-131-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-2/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-2/+3
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-3/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-2/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-041-1/+20
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-021-1/+1
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-10/+10
* 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
OpenPOWER on IntegriCloud