index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Hexagon
/
HexagonInstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-6
/
+6
*
[Hexagon] Add utility functions to detect sign- and zero-extending loads
Krzysztof Parzyszek
2016-02-12
1
-0
/
+2
*
[Hexagon] Update the Hexagon packetizer
Krzysztof Parzyszek
2015-12-16
1
-0
/
+4
*
[Hexagon] Add "const" to function parameters in HexagonInstrInfo
Krzysztof Parzyszek
2015-12-14
1
-11
/
+12
*
[Hexagon] Bring HexagonInstrInfo up to date
Krzysztof Parzyszek
2015-11-24
1
-110
/
+273
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-9
/
+7
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-0
/
+2
*
[Hexagon] Update AnalyzeBranch, etc target hooks
Brendon Cahoon
2015-05-08
1
-2
/
+9
*
[Hexagon] Use constant extenders to fix up hardware loops
Brendon Cahoon
2015-04-27
1
-1
/
+3
*
[Hexagon] Consider constant-extended offsets to be valid
Krzysztof Parzyszek
2015-04-22
1
-1
/
+1
*
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
2015-03-31
1
-3
/
+1
*
Revert 233694. Weak SVN-fu.
Krzysztof Parzyszek
2015-03-31
1
-1
/
+3
*
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
2015-03-31
1
-3
/
+1
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-1
/
+1
*
[Hexagon] Use single tailcall pseudoinst and fix checking for label jumping v...
Colin LeMahieu
2015-03-09
1
-0
/
+8
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-7
/
+5
*
Remove unused argument to CreateTargetScheduleState and change
Eric Christopher
2014-10-09
1
-3
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-99
/
+96
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-0
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+1
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+2
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-5
/
+0
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+1
*
Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.
Jyotsna Verma
2013-05-10
1
-0
/
+2
*
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
Jyotsna Verma
2013-05-10
1
-0
/
+2
*
Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.
Jyotsna Verma
2013-05-09
1
-0
/
+3
*
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-06
1
-0
/
+6
*
reverting r180953
Jyotsna Verma
2013-05-02
1
-6
/
+0
*
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-02
1
-0
/
+6
*
Hexagon: Honor __builtin_expect by using branch probabilities.
Jyotsna Verma
2013-05-02
1
-2
/
+3
*
Hexagon: Use multiclass for Jump instructions.
Jyotsna Verma
2013-05-01
1
-0
/
+6
*
Hexagon: Add emitFrameIndexDebugValue function to emit debug information.
Jyotsna Verma
2013-03-29
1
-0
/
+5
*
Hexagon: Replace switch-case in isDotNewInst with TSFlags.
Jyotsna Verma
2013-03-28
1
-0
/
+2
*
Hexagon: Use MO operand flags to mark constant extended instructions.
Jyotsna Verma
2013-03-05
1
-2
/
+1
*
Hexagon: Add constant extender support framework.
Jyotsna Verma
2013-03-01
1
-0
/
+11
*
Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
2013-02-11
1
-0
/
+4
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
1
-1
/
+1
*
Revert 156634 upon request until code improvement changes are made.
Brendon Cahoon
2012-05-14
1
-2
/
+0
*
Support for Hexagon feature, New Value Jump.
Sirish Pande
2012-05-12
1
-0
/
+1
*
Hexagon constant extender support.
Brendon Cahoon
2012-05-11
1
-0
/
+2
*
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-05-03
1
-0
/
+10
*
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
1
-15
/
+3
[next]