summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hexagon: Remove pass that does nothing at allBenjamin Kramer2015-03-101-3/+0
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Remove unused class variables and update all callers/uses fromEric Christopher2015-02-021-2/+1
* Migrate the HexagonSplitConst32AndConst64 pass from TargetMachineEric Christopher2015-02-021-3/+1
* Get TargetRegisterInfo and TargetInstrInfo off of the MachineFunctionEric Christopher2015-02-021-1/+1
* Grab TargetInstrInfo off of the MachineFunction and removeEric Christopher2015-02-021-2/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-23/+17
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-17/+23
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-23/+17
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+1
* Move all of the hexagon subtarget dependent variables from the targetEric Christopher2014-06-271-3/+1
* Have HexagonSelectionDAGInfo take a DataLayout rather than aEric Christopher2014-06-271-1/+1
* Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...Eric Christopher2014-06-271-1/+1
* 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
OpenPOWER on IntegriCloud