aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonPeephole.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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