aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-23/+17
2014-12-11This reverts commit r224043 and r224042.Rafael Espindola1-17/+23
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-23/+17
2014-11-20Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner1-0/+2
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+1
2014-06-27Move all of the hexagon subtarget dependent variables from the targetEric Christopher1-3/+1
2014-06-27Have HexagonSelectionDAGInfo take a DataLayout rather than aEric Christopher1-1/+1
2014-06-27Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...Eric Christopher1-1/+1
2014-06-27InstrItineraryData is already on the subtarget, no reason toEric Christopher1-8/+5
2014-05-21Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher1-6/+2
2014-05-01Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...Pranav Bhandarkar1-14/+0
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-7/+7
2014-04-21Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie1-1/+1
2014-03-18Enable CFI on Hexagon.Krzysztof Parzyszek1-1/+0
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-1/+1
2013-12-16One last cleanup of LLVM's DataLayout strings.Rafael Espindola1-1/+1
2013-12-16The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola1-1/+1
2013-12-13Assume defaults to produce smaller datalayout strings.Rafael Espindola1-3/+1
2013-12-12Use "a" instead of "a0" in DataLayout.Rafael Espindola1-1/+1
2013-09-20Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick1-4/+12
2013-06-19Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling1-1/+1
2013-05-17Don't cast away constness.Benjamin Kramer1-2/+2
2013-05-14Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma1-0/+1
2013-05-14Hexagon: Remove dead-code after unconditional return from addPreSched2.Jyotsna Verma1-3/+0
2013-05-13Remove the MachineMove class.Rafael Espindola1-0/+1
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma1-0/+12
2013-05-07Reverting r181331.Jyotsna Verma1-10/+1
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma1-1/+10
2013-05-06Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek1-29/+34
2013-05-04Use consistent function names.Krzysztof Parzyszek1-1/+1
2013-03-27Hexagon: Disable optimizations at O0.Jyotsna Verma1-18/+31
2013-02-13Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma1-1/+1
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-2/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem1-1/+1
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-2/+3
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-3/+2
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-2/+3
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin1-1/+20
2012-07-02Consistently use AnalysisID types in TargetPassConfig.Bob Wilson1-1/+1
2012-07-02Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson1-10/+10
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon1-7/+0
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande1-0/+2
2012-05-11Hexagon constant extender support.Brendon Cahoon1-0/+7
2012-05-10Hexagon V5 FP Support.Sirish Pande1-1/+3
2012-05-03Support for target dependent Hexagon VLIW packetizer.Sirish Pande1-1/+3
2012-05-01Change the PassManager from a reference to a pointer.Bill Wendling1-8/+8
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth1-8/+1