Removing unused variable.
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrInfo.cpp
2014-11-24 Colin LeMahieuRemoving unused variable.
2014-11-24 Colin LeMahieu[Hexagon] Adding asrh instruction, removing unused...
2014-11-24 Colin LeMahieu[Hexagon] Adding aslh instruction.
2014-11-24 Colin LeMahieu[Hexagon] Adding zxth instruction.
2014-11-24 Colin LeMahieu[Hexagon] Adding zxtb instruction.
2014-11-21 Colin LeMahieu[Hexagon] Adding sxth instruction.
2014-11-21 Colin LeMahieu[Hexagon] Adding sxtb instruction. Renaming some ident...
2014-11-21 Colin LeMahieu[Hexagon] Removing SUB_rr and replacing with A2_sub.
2014-11-19 Colin LeMahieu[Hexagon] Adding A2_xor instruction with IR selection...
2014-11-19 Colin LeMahieu[Hexagon] Adding A2_or instruction with IR selection...
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_and instruction.
2014-11-18 Colin LeMahieu[Hexagon] Converting from ADD_rr to A2_add which has...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-08-20 Alexey SamsonovFix undefined behavior (left shift of negative value...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-24 Alp TokerFix known typos
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-10 Jyotsna VermaHexagon: Fix switch statements in GetDotOldOp and IsNew...
2013-05-10 Jyotsna VermaHexagon: Fix switch cases in HexagonVLIWPacketizer...
2013-05-09 Jyotsna VermaHexagon: Remove switch cases from GetDotNewPredOp and...
2013-05-09 Jyotsna VermaHexagon: Use relation map for getMatchingCondBranchOpco...
2013-05-06 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-03 Reid KlecknerFix missing include in Hexagon code for Release+Asserts
2013-05-02 Jyotsna Vermareverting r180953
2013-05-02 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Jyotsna VermaHexagon: Honor __builtin_expect by using branch probabi...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-05-01 Jyotsna VermaHexagon: Clear isKill flag on the predicate register in
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Jyotsna VermaHexagon: Remove duplicate instructions to handle global...
2013-03-29 Jyotsna VermaHexagon: Add emitFrameIndexDebugValue function to emit...
2013-03-28 Jyotsna VermaHexagon: Replace switch-case in isDotNewInst with TSFlags.
2013-03-22 Jyotsna VermaHexagon: Add and enable memops setbit, clrbit, &,|...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-05 Jyotsna VermaHexagon: Use MO operand flags to mark constant extended...
2013-03-01 Jyotsna VermaHexagon: Add constant extender support framework.
2013-02-13 Anshuman DasguptaHexagon: add support for predicate-GPR copies.
2013-02-13 Jyotsna VermaHexagon: Use absolute addressing mode loads/stores...
2013-02-12 Jyotsna VermaHexagon: Add support to generate predicated absolute...
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
2013-02-11 Krzysztof ParzyszekImplement HexagonInstrInfo::analyzeCompare.
2013-02-01 Jyotsna VermaReplace LDriu*[bhdw]_indexed_V4 instructions with ...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-20 Jyotsna VermaRemoving some unused instruction definitions from the...
2012-11-01 Pranav BhandarkarUse the relationship models infrastructure to add two...
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-13 Benjamin KramerHexagon: Initialize TBB to 0.
2012-05-12 Sirish PandeMake sure new value jump is enabled for Hexagon V5...
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-10 Sirish PandeHexagon V5 FP Support.
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-05-03 Sirish PandeExtensions of Hexagon V4 instructions.
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeHexagon V5 (floating point) support.
2012-04-23 Sirish PandeSupport for Hexagon architectural feature, new value...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-16 Sirish PandeHexagon V5 (Floating Point) Support.
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...
2012-04-13 Craig TopperSilence various build warnings from Hexagon backend...
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Evandro MenezesHexagon: enable assembler output through the MC layer.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
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 "Optimize redundant sign extends and negation...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates
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-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-27 Benjamin KramerClean up some Release build warnings.
2011-12-15 Tony LinthicumAdd MCTargetDesc library to Hexagon target
2011-12-12 Tony LinthicumHexagon backend support