summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonTargetMachine.h
Commit message (Expand)AuthorAge
* Move all of the hexagon subtarget dependent variables from the targetEric Christopher2014-06-27
* InstrItineraryData is already on the subtarget, no reason toEric Christopher2014-06-27
* 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
* 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
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* 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
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Pass TargetOptions to HexagonTargetMachine constructor by reference to match ...Craig Topper2012-03-17
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer2011-12-16
* Hexagon backend supportTony Linthicum2011-12-12