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
/
HexagonVLIWPacketizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
Hexagon - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
1
-3
/
+3
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Prune two MachineInstr.h includes, fix up deps
Reid Kleckner
2019-10-19
1
-1
/
+1
*
[DFAPacketizer] Reapply: Track resources for packetized instructions
James Molloy
2019-09-09
1
-0
/
+11
*
Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz...
Simon Pilgrim
2019-09-09
1
-11
/
+0
*
[DFAPacketizer] Track resources for packetized instructions
James Molloy
2019-09-06
1
-0
/
+11
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-3
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-6
/
+6
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
1
-19
/
+12
*
[Hexagon] Don't packetize new-value stores with any other stores
Krzysztof Parzyszek
2018-09-04
1
-0
/
+7
*
[Hexagon] Expand vgather pseudos during packetization
Krzysztof Parzyszek
2018-08-17
1
-19
/
+28
*
[Hexagon] Remove 'T' from HasVNN predicates, NFC
Krzysztof Parzyszek
2018-06-20
1
-2
/
+2
*
[Hexagon] Enforce restrictions on packetizing cache instructions
Krzysztof Parzyszek
2018-06-19
1
-0
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+9
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[Hexagon] Fix assert with packetizing IMPLICIT_DEF instructions
Krzysztof Parzyszek
2018-04-06
1
-1
/
+5
*
[Hexagon] Prevent a stall across zero-latency instructions in a packet
Krzysztof Parzyszek
2018-04-06
1
-15
/
+16
*
[Hexagon] Remove duplicated code, NFC
Krzysztof Parzyszek
2018-04-06
1
-9
/
+0
*
[Hexagon] Avoid creating invalid offsets in packetizer
Krzysztof Parzyszek
2018-03-30
1
-0
/
+3
*
[Hexagon] Subtarget feature to emit one instruction per packet
Krzysztof Parzyszek
2018-03-12
1
-3
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-0
/
+1
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-16
/
+84
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-12
/
+12
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-12
/
+12
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[Packetizer] Add function to check for aliasing between instructions
Krzysztof Parzyszek
2017-10-20
1
-1
/
+1
*
[Hexagon] Make sure that new-value jump is packetized with producer
Krzysztof Parzyszek
2017-10-11
1
-9
/
+15
*
[Pipeliner] Improve serialization order for post-increments
Krzysztof Parzyszek
2017-10-11
1
-0
/
+52
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-28
1
-25
/
+40
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-2
/
+2
*
[Hexagon] Check for potential bank conflicts in post-RA scheduling
Krzysztof Parzyszek
2017-08-28
1
-0
/
+1
*
[Hexagon] Break up DAG mutations into separate classes, move to subtarget
Krzysztof Parzyszek
2017-08-28
1
-1
/
+2
*
[Hexagon] Fix check for HMOTF_ConstExtend operand flag
Krzysztof Parzyszek
2017-07-10
1
-7
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Hexagon] Fix dependence check in the packetizer
Krzysztof Parzyszek
2017-06-01
1
-26
/
+23
*
[Hexagon] Fix comment in HexagonPacketizer::runOnMachineFunction
Krzysztof Parzyszek
2017-05-24
1
-2
/
+2
*
[Hexagon] Use automatically-generated scheduling information for HVX
Krzysztof Parzyszek
2017-05-03
1
-68
/
+42
*
[Hexagon] Implement undoing .cur instructions in packetizer
Krzysztof Parzyszek
2017-05-03
1
-2
/
+2
*
[Hexagon] Don't ignore mult-cycle latency information
Krzysztof Parzyszek
2017-05-02
1
-7
/
+22
*
[Hexagon] Pick a dot-old instruction that matches the architecture
Krzysztof Parzyszek
2017-03-06
1
-1
/
+1
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-17
1
-4
/
+53
*
Revert "[Hexagon] Start using regmasks on calls"
Rafael Espindola
2017-02-17
1
-53
/
+4
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-16
1
-4
/
+53
*
[Hexagon] Update instruction types
Krzysztof Parzyszek
2017-02-07
1
-1
/
+3
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
[next]