summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-6/+6
* [Hexagon] Add utility functions to detect sign- and zero-extending loadsKrzysztof Parzyszek2016-02-121-0/+2
* [Hexagon] Update the Hexagon packetizerKrzysztof Parzyszek2015-12-161-0/+4
* [Hexagon] Add "const" to function parameters in HexagonInstrInfoKrzysztof Parzyszek2015-12-141-11/+12
* [Hexagon] Bring HexagonInstrInfo up to dateKrzysztof Parzyszek2015-11-241-110/+273
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-101-3/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-111-9/+7
* [InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFCKeno Fischer2015-06-081-0/+2
* [Hexagon] Update AnalyzeBranch, etc target hooksBrendon Cahoon2015-05-081-2/+9
* [Hexagon] Use constant extenders to fix up hardware loopsBrendon Cahoon2015-04-271-1/+3
* [Hexagon] Consider constant-extended offsets to be validKrzysztof Parzyszek2015-04-221-1/+1
* Expand MUX instructions early on HexagonKrzysztof Parzyszek2015-03-311-3/+1
* Revert 233694. Weak SVN-fu.Krzysztof Parzyszek2015-03-311-1/+3
* Expand MUX instructions early on HexagonKrzysztof Parzyszek2015-03-311-3/+1
* Remove some unnecessary forward declarations and put a couple moreEric Christopher2015-03-121-1/+1
* [Hexagon] Use single tailcall pseudoinst and fix checking for label jumping v...Colin LeMahieu2015-03-091-0/+8
* ArrayRefize memory operand folding. NFC.Benjamin Kramer2015-02-281-7/+5
* Remove unused argument to CreateTargetScheduleState and changeEric Christopher2014-10-091-3/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-99/+96
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-0/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-2/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+2
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-5/+0
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+1
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-101-0/+2
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-101-0/+2
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-091-0/+3
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-061-0/+6
* reverting r180953Jyotsna Verma2013-05-021-6/+0
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-021-0/+6
* Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma2013-05-021-2/+3
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-011-0/+6
* Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma2013-03-291-0/+5
* Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma2013-03-281-0/+2
* Hexagon: Use MO operand flags to mark constant extended instructions.Jyotsna Verma2013-03-051-2/+1
* Hexagon: Add constant extender support framework.Jyotsna Verma2013-03-011-0/+11
* Implement HexagonInstrInfo::analyzeCompare.Krzysztof Parzyszek2013-02-111-0/+4
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* *typo: Cyles changed to CyclesKay Tiong Khoo2012-06-131-1/+1
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-141-2/+0
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-121-0/+1
* Hexagon constant extender support.Brendon Cahoon2012-05-111-0/+2
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-031-0/+10
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-15/+3
OpenPOWER on IntegriCloud