Simplify isLocal().
[oota-llvm.git] / lib / Target / Hexagon / HexagonPeephole.cpp
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-05-06 Krzysztof ParzyszekPrint IR from Hexagon MI passes with -print-before...
2013-05-02 Pranav BhandarkarHexagon - Add peephole optimizations for zero extends.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-05 Pranav BhandarkarLLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instru...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-24 Benjamin KramerRemove unused cl::opt, make another opt static.
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates.
2012-02-15 Eric ChristopherRevert "Replacing HexagonOptimizeSZExtends with Hexagon...
2012-02-15 Sirish PandeReplacing HexagonOptimizeSZExtends with HexagonPeephole.