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
*
[Hexagon] Fix dependence check in the packetizer
Krzysztof Parzyszek
2017-06-01
1
-5
/
+0
*
[Hexagon] Use automatically-generated scheduling information for HVX
Krzysztof Parzyszek
2017-05-03
1
-1
/
+14
*
[Hexagon] Implement undoing .cur instructions in packetizer
Krzysztof Parzyszek
2017-05-03
1
-0
/
+1
*
[Hexagon] Remove unused validSubtarget TSFlags
Krzysztof Parzyszek
2017-05-02
1
-1
/
+0
*
[Hexagon] Pick a dot-old instruction that matches the architecture
Krzysztof Parzyszek
2017-03-06
1
-1
/
+1
*
Make TargetInstrInfo::isPredicable take a const reference, NFC
Krzysztof Parzyszek
2017-03-03
1
-1
/
+1
*
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...
Eugene Zelenko
2017-01-04
1
-8
/
+11
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-3
/
+3
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+4
*
[NFC] Remove unnecessary comment
Dean Michael Berris
2016-09-01
1
-4
/
+2
*
[XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.
Dean Michael Berris
2016-09-01
1
-1
/
+4
*
[Hexagon] Allow non-returning calls in hardware loops
Krzysztof Parzyszek
2016-08-11
1
-0
/
+1
*
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
Krzysztof Parzyszek
2016-08-01
1
-4
/
+4
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-94
/
+96
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
1
-3
/
+30
*
[Hexagon] Handle instruction latency for 0 or 2 cycles
Krzysztof Parzyszek
2016-07-15
1
-0
/
+4
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-4
/
+4
*
[Hexagon] Packetize function call arguments with tail call instructions
Krzysztof Parzyszek
2016-07-14
1
-0
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-15
/
+12
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-4
/
+3
*
[Hexagon] Optimize addressing modes for load/store
Krzysztof Parzyszek
2016-04-29
1
-0
/
+5
*
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
[next]