summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Use symbolic name for subregister instead of hardcoded numberKrzysztof Parzyszek2015-10-201-1/+1
* Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-151-0/+1
* [Hexagon] Eliminating immediate condition set.Colin LeMahieu2015-03-091-1/+0
* [Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.Colin LeMahieu2015-03-091-6/+0
* Use the cached subtarget on the MachineFunction.Eric Christopher2015-02-021-1/+1
* [Hexagon] Dropping old combine instructions without encodings.Colin LeMahieu2014-12-301-1/+1
* [Hexagon] Updating doubleword shift usages to new versions.Colin LeMahieu2014-12-161-1/+1
* [Hexagon] Adding encoding information for sign extend word instruction.Colin LeMahieu2014-12-111-1/+1
* [Hexagon] Removing old def versions and replacing usages with versions that h...Colin LeMahieu2014-12-081-1/+1
* [Hexagon] Updating mux_ir/ri/ii/rr with encoding bitsColin LeMahieu2014-12-051-5/+5
* [Hexagon] Adding C2_mux instruction.Colin LeMahieu2014-11-251-3/+2
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-281-1/+1
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-061-6/+10
* Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar2013-05-021-0/+19
* 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-4/+4
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-051-0/+35
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-4/+3
* Remove unused cl::opt, make another opt static.Benjamin Kramer2012-02-241-3/+0
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-151-0/+292
* Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole."Eric Christopher2012-02-151-292/+0
* Replacing HexagonOptimizeSZExtends with HexagonPeephole.Sirish Pande2012-02-151-0/+292
OpenPOWER on IntegriCloud