Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits
[oota-llvm.git] / lib / Target / Hexagon /
2012-02-22 Sirish PandeEfficient pattern for store truncate. Patch by Evandro...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates.
2012-02-15 Eric ChristopherRevert "Replacing HexagonOptimizeSZExtends with Hexagon...
2012-02-15 Eric ChristopherRevert "Optimize redundant sign extends and negation...
2012-02-15 Sirish PandeReplacing HexagonOptimizeSZExtends with HexagonPeephole.
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates
2012-02-09 Sirish PandeTest for commit access.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Brendon CahoonUse TSFlag bit to describe instruction properties.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Benjamin KramerHexagon: Remove forbidden iostream includes (it introdu...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-01 Rafael EspindolaFix the cmake build
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-06 Chad RosierInitializing to false makes better sense. Thanks,...
2012-01-06 Chad RosierFix uninitialized variable warning.
2011-12-27 Benjamin KramerClean up some Release build warnings.
2011-12-18 Benjamin KramerHexagon: Remove unused variables.
2011-12-16 Benjamin KramerHexagon: Fix a nasty order-of-initialization bug.
2011-12-16 NAKAMURA TakumiTarget/Hexagon: Fix CMake build.
2011-12-15 Tony LinthicumAdd MCTargetDesc library to Hexagon target
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-13 NAKAMURA TakumiTarget/Hexagon: Fix CMake build. We don't use add_llvm_...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Tony Linthicumfix warning
2011-12-12 Tony LinthicumHexagon backend support