summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonInstrInfo.cpp
Commit message (Expand)AuthorAge
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Fix known typosAlp Toker2014-01-24
* Correct word hyphenationsAlp Toker2013-12-05
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-10
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-10
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-09
* Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma2013-05-09
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-06
* Fix missing include in Hexagon code for Release+AssertsReid Kleckner2013-05-03
* reverting r180953Jyotsna Verma2013-05-02
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-02
* Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma2013-05-02
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-01
* Hexagon: Clear isKill flag on the predicate register inJyotsna Verma2013-05-01
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-23
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-23
* Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma2013-03-29
* Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma2013-03-28
* Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma2013-03-22
* Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma2013-03-14
* Hexagon: Use MO operand flags to mark constant extended instructions.Jyotsna Verma2013-03-05
* Hexagon: Add constant extender support framework.Jyotsna Verma2013-03-01
* Hexagon: add support for predicate-GPR copies.Anshuman Dasgupta2013-02-13
* Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma2013-02-13
* Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma2013-02-12
* Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek2013-02-11
* Implement HexagonInstrInfo::analyzeCompare.Krzysztof Parzyszek2013-02-11
* Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".Jyotsna Verma2013-02-01
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use multiclass for 'transfer' instructions.Jyotsna Verma2012-11-29
* Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma2012-11-20
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-01
* *typo: Cyles changed to CyclesKay Tiong Khoo2012-06-13
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Hexagon: Initialize TBB to 0.Benjamin Kramer2012-05-13
* Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande2012-05-12
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* Hexagon V5 FP Support.Sirish Pande2012-05-10