[Hexagon] Use symbolic name for subregister instead of hardcoded number
[oota-llvm.git] / lib / Target / Hexagon / HexagonPeephole.cpp
2015-10-20 Krzysztof Parzyszek[Hexagon] Use symbolic name for subregister instead...
2015-10-20 Duncan P. N. Exon... Hexagon: Remove implicit ilist iterator conversions...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-03-09 Colin LeMahieu[Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.
2015-02-02 Eric ChristopherUse the cached subtarget on the MachineFunction.
2014-12-30 Colin LeMahieu[Hexagon] Dropping old combine instructions without...
2014-12-16 Colin LeMahieu[Hexagon] Updating doubleword shift usages to new versions.
2014-12-11 Colin LeMahieu[Hexagon] Adding encoding information for sign extend...
2014-12-08 Colin LeMahieu[Hexagon] Removing old def versions and replacing usage...
2014-12-05 Colin LeMahieu[Hexagon] Updating mux_ir/ri/ii/rr with encoding bits
2014-11-25 Colin LeMahieu[Hexagon] Adding C2_mux instruction.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
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.