summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonTargetMachine.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-01Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...Pranav Bhandarkar1-2/+0
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-10/+10
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-11/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-4/+4
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-0/+11
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-11/+0
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-0/+11
2012-10-08Move TargetData to DataLayout.Micah Villmow1-3/+3
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-2/+2
2012-03-17Pass TargetOptions to HexagonTargetMachine constructor by reference to match ...Craig Topper1-2/+3
2012-02-04TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick1-2/+1
2012-02-03Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick1-5/+2
2011-12-16Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer1-1/+1
2011-12-12Hexagon backend supportTony Linthicum1-0/+86