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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Use proper predicate register state when expanding PS_vselect
Krzysztof Parzyszek
2017-06-27
1
-3
/
+15
*
[Hexagon] Handle cases when the aligned stack pointer is missing
Krzysztof Parzyszek
2017-06-26
1
-8
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[Hexagon] Return 0 from getDotNewPredOp when .new opcode does not exist
Krzysztof Parzyszek
2017-06-02
1
-3
/
+1
*
[Hexagon] Fix dependence check in the packetizer
Krzysztof Parzyszek
2017-06-01
1
-158
/
+12
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-2
/
+2
*
[Hexagon] Disable predicated calls by default
Krzysztof Parzyszek
2017-05-05
1
-1
/
+9
*
[Hexagon] Use automatically-generated scheduling information for HVX
Krzysztof Parzyszek
2017-05-03
1
-82
/
+60
*
[Hexagon] Handle S2_storerf_io in HexagonInstrInfo
Krzysztof Parzyszek
2017-05-03
1
-0
/
+1
*
[Hexagon] Misc fixes in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2017-05-03
1
-15
/
+2
*
[Hexagon] Adjust latency between allocframe and the first store on stack
Krzysztof Parzyszek
2017-05-03
1
-0
/
+5
*
[Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonInstrInfo
Krzysztof Parzyszek
2017-05-03
1
-8
/
+25
*
[Hexagon] Implement undoing .cur instructions in packetizer
Krzysztof Parzyszek
2017-05-03
1
-0
/
+22
*
[Hexagon] Add memory operands to a rewritten load
Krzysztof Parzyszek
2017-05-03
1
-2
/
+3
*
[Hexagon] Reset spill alignment when variable-sized objects are present
Krzysztof Parzyszek
2017-05-03
1
-0
/
+30
*
[Hexagon] Don't ignore mult-cycle latency information
Krzysztof Parzyszek
2017-05-02
1
-8
/
+4
*
[Hexagon] Remove unused validSubtarget TSFlags
Krzysztof Parzyszek
2017-05-02
1
-5
/
+0
*
[Hexagon] Pick a dot-old instruction that matches the architecture
Krzysztof Parzyszek
2017-03-06
1
-2
/
+23
*
Make TargetInstrInfo::isPredicable take a const reference, NFC
Krzysztof Parzyszek
2017-03-03
1
-1
/
+1
*
[Hexagon] Pick the right branch opcode depending on branch probabilities
Krzysztof Parzyszek
2017-03-02
1
-15
/
+69
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-17
1
-4
/
+16
*
Revert "[Hexagon] Start using regmasks on calls"
Rafael Espindola
2017-02-17
1
-16
/
+4
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-16
1
-4
/
+16
*
[Hexagon] Remove leftover debugging code
Krzysztof Parzyszek
2017-02-14
1
-4
/
+0
*
[Hexagon] Replace instruction definitions with auto-generated ones
Krzysztof Parzyszek
2017-02-10
1
-1
/
+3
*
[Hexagon] Fix insertBranch for loops with multiple ENDLOOP instructions
Krzysztof Parzyszek
2017-02-02
1
-18
/
+24
*
[Hexagon] Rename TypeCOMPOUND to TypeCJ
Krzysztof Parzyszek
2017-02-02
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-26
/
+24
*
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...
Eugene Zelenko
2017-01-04
1
-156
/
+25
*
Fix spelling mistakes in Hexagon target comments. NFC.
Simon Pilgrim
2016-11-17
1
-2
/
+2
*
[Hexagon] Remove unsafe load instructions that affect Stack Slot Coloring
Sumanth Gundapaneni
2016-11-14
1
-12
/
+0
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-36
/
+40
*
[Hexagon] Eliminate Insert4 pseudo-instruction, use combines instead
Krzysztof Parzyszek
2016-11-09
1
-42
/
+0
*
MachineInstrBundle: Pass iterators to getBundle(Start|End); NFC
Matthias Braun
2016-10-25
1
-1
/
+1
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-5
/
+5
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-3
/
+3
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+7
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-1
/
+1
*
Make sure to maintain register liveness when generating predicated instructions.
Ron Lieberman
2016-09-02
1
-22
/
+56
*
[Hexagon] Fix subesthetic indentation
Krzysztof Parzyszek
2016-08-19
1
-3
/
+3
*
[Hexagon] Fix a few omissions in HexagonInstrInfo
Krzysztof Parzyszek
2016-08-19
1
-0
/
+3
*
[Hexagon] Mark PS_jumpret as pseudo-instruction, expand it into J2_jumpr
Krzysztof Parzyszek
2016-08-19
1
-0
/
+19
*
Hexagon: Avoid dereferencing end() in HexagonInstrInfo::InsertBranch
Duncan P. N. Exon Smith
2016-08-17
1
-7
/
+5
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-9
/
+10
*
[Hexagon] Clean up some miscellaneous V60 intrinsics a bit
Krzysztof Parzyszek
2016-08-16
1
-8
/
+10
*
[Hexagon] Standardize vector predicate load/store pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-20
/
+12
*
[Hexagon] Cleanup and standardize vector load/store pseudo instructions
Krzysztof Parzyszek
2016-08-12
1
-81
/
+68
*
[Hexagon] Standardize pseudo-instructions for calls and returns
Krzysztof Parzyszek
2016-08-12
1
-11
/
+11
*
[Hexagon] Treat non-returning indirect calls as scheduling boundaries
Krzysztof Parzyszek
2016-08-12
1
-4
/
+3
[next]