summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonTargetMachine.cpp
Commit message (Expand)AuthorAge
* Move all of the hexagon subtarget dependent variables from the targetEric Christopher2014-06-27
* Have HexagonSelectionDAGInfo take a DataLayout rather than aEric Christopher2014-06-27
* Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...Eric Christopher2014-06-27
* InstrItineraryData is already on the subtarget, no reason toEric Christopher2014-06-27
* Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher2014-05-21
* Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...Pranav Bhandarkar2014-05-01
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie2014-04-21
* Enable CFI on Hexagon.Krzysztof Parzyszek2014-03-18
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-16
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-20
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Don't cast away constness.Benjamin Kramer2013-05-17
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-14
* Hexagon: Remove dead-code after unconditional return from addPreSched2.Jyotsna Verma2013-05-14
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-07
* Reverting r181331.Jyotsna Verma2013-05-07
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-07
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-06
* Use consistent function names.Krzysztof Parzyszek2013-05-04
* Hexagon: Disable optimizations at O0.Jyotsna Verma2013-03-27
* Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma2013-02-13
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-04
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-02
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* Hexagon V5 FP Support.Sirish Pande2012-05-10
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-03
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-23
* Hexagon V5 (floating point) support.Sirish Pande2012-04-23
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-23
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-23
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-18
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-16