summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Handle non-immediate constants in HexagonSplitDoubleKrzysztof Parzyszek2018-05-041-0/+2
* [Hexagon] Recognize non-immediate constants in HexagonConstPropagationKrzysztof Parzyszek2018-02-231-0/+2
* [Hexagon] Fix alignment calculation of stack objects in Hexagon bit trackerKrzysztof Parzyszek2018-02-201-0/+2
* [CodeGen] Add a -trap-unreachable option for debuggingDavid Green2018-02-121-6/+0
* [Hexagon] Replace multiple vector extracts with store-load combinationsKrzysztof Parzyszek2018-01-261-0/+8
* [Hexagon] Run late copy propagation and dead code elimination passesKrzysztof Parzyszek2018-01-241-0/+5
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-4/+3
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-3/+4
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-4/+3
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-1/+8
* [Hexagon] Allow the RDF optimizations to be run in .mir testcasesKrzysztof Parzyszek2017-10-301-0/+2
* [Hexagon] Allow redefinition with immediates for hw loop conversionKrzysztof Parzyszek2017-10-201-0/+2
* [Hexagon] Minimize number of repeated constant extendersKrzysztof Parzyszek2017-10-131-0/+8
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-1/+1
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-1/+1
* Enable the reuse of values computed in a previous loop iteration.Pranav Bhandarkar2017-09-211-0/+8
* [Hexagon] Add option to generate calls to "abort" for "unreachable"Krzysztof Parzyszek2017-09-061-0/+6
* [Hexagon] Break up DAG mutations into separate classes, move to subtargetKrzysztof Parzyszek2017-08-281-2/+3
* [Hexagon] Move pre-RA DAG mutations to scheduler constructorKrzysztof Parzyszek2017-08-281-1/+6
* [Hexagon] Ignore DBG_VALUEs when counting instructions in hexagon-early-ifKrzysztof Parzyszek2017-08-091-0/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-7/+14
* [Hexagon] Fix check for HMOTF_ConstExtend operand flagKrzysztof Parzyszek2017-07-101-4/+6
* [Hexagon] Update kills in hexagon-nvj even more properly than beforeKrzysztof Parzyszek2017-06-271-0/+2
* [Hexagon] Remove call to printAndVerify from HexagonPassConfigKrzysztof Parzyszek2017-06-231-1/+0
* [Hexagon] Don't kill live registers when creating mux out of tfrKrzysztof Parzyszek2017-06-131-2/+6
* [Hexagon] Re-enable machine verifier after codegen passesKrzysztof Parzyszek2017-06-081-17/+17
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-1/+1
* [Hexagon] Generate proper offset in opt-addr-modeKrzysztof Parzyszek2017-04-191-0/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-3/+3
* [Hexagon] Add Hexagon-specific loop idiom recognition passKrzysztof Parzyszek2017-01-261-5/+17
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [Hexagon] Change insertion of expand-condsets pass to avoid memory leaksKrzysztof Parzyszek2016-08-241-5/+6
* [Hexagon] Generate vector printing instructionsRon Lieberman2016-08-011-0/+7
* MachinePipeliner pass that implements Swing Modulo SchedulingBrendon Cahoon2016-07-291-1/+2
* [Hexagon] Implement MI-level constant propagationKrzysztof Parzyszek2016-07-281-0/+9
* [Hexagon] Use loop data prefetch on HexagonKrzysztof Parzyszek2016-07-221-0/+6
* [Hexagon] Do not create passes in the constructor of HexagonPassConfigKrzysztof Parzyszek2016-05-271-9/+5
* Delete Reloc::Default.Rafael Espindola2016-05-181-5/+13
* [Hexagon] Add a debug option to disable all backend optimizationsKrzysztof Parzyszek2016-05-111-1/+4
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* [Hexagon] Optimize addressing modes for load/storeKrzysztof Parzyszek2016-04-291-0/+7
* [Hexagon] Implement branch relaxationKrzysztof Parzyszek2016-04-191-0/+3
* [Hexagon] Remove HexagonExpandPredSpillCode passKrzysztof Parzyszek2016-02-121-4/+0
* [Hexagon] Specify vector alignment in DataLayout stringKrzysztof Parzyszek2016-02-121-7/+7
* [Hexagon] Implement RDF-based post-RA optimizationsKrzysztof Parzyszek2016-01-121-2/+10
* [Hexagon] Subtarget features/default CPU correctionsKrzysztof Parzyszek2015-12-141-2/+3
* [Hexagon] Bit-based instruction simplificationKrzysztof Parzyszek2015-10-201-0/+14
* [Hexagon] Remove unnecessary argument sign extendsKrzysztof Parzyszek2015-10-191-0/+4
OpenPOWER on IntegriCloud