summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonPeephole.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-06
* Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar2013-05-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-05
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Remove unused cl::opt, make another opt static.Benjamin Kramer2012-02-24
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-15
* Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole."Eric Christopher2012-02-15
* Replacing HexagonOptimizeSZExtends with HexagonPeephole.Sirish Pande2012-02-15