aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonPeephole.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+11
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* 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