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
/
HexagonSubtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a bit of relaxed constexpr to make FeatureBitset costant intializable
Benjamin Kramer
2019-08-24
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-5
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-3
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Foundation of support for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-0
/
+1
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
1
-6
/
+7
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
1
-1
/
+0
*
[Hexagon] Add a "generic" cpu
Brendon Cahoon
2018-06-26
1
-0
/
+1
*
[Hexagon] Remove 'T' from HasVNN predicates, NFC
Krzysztof Parzyszek
2018-06-20
1
-5
/
+5
*
[Hexagon] Remove unused flag from subtarget and (non)corresponding test
Krzysztof Parzyszek
2018-05-15
1
-5
/
+0
*
[Hexagon] Add a target feature for memop generation
Krzysztof Parzyszek
2018-05-14
1
-11
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[Hexagon] Assertion failure in HexagonSubtarget.cpp
Krzysztof Parzyszek
2018-03-26
1
-7
/
+7
*
[Pipeliner] Use latency to compute RecMII
Krzysztof Parzyszek
2018-03-26
1
-12
/
+16
*
[Hexagon] Generalize DAG mutation for function calls
Krzysztof Parzyszek
2018-03-21
1
-18
/
+38
*
[Hexagon] Improve scheduling based on register pressure
Krzysztof Parzyszek
2018-03-20
1
-5
/
+7
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-1
/
+7
*
[Hexagon] Implement HexagonSubtarget::useAA()
Krzysztof Parzyszek
2017-11-30
1
-1
/
+9
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-4
/
+4
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-7
/
+7
*
[Hexagon] New HVX target features.
Sumanth Gundapaneni
2017-10-18
1
-14
/
+2
*
[Hexagon] Update Hexagon ArchEnum and sync some downstream changes(NFC)
Sumanth Gundapaneni
2017-10-18
1
-6
/
+6
*
[Hexagon] Fix initialization of HexagonSubtarget
Krzysztof Parzyszek
2017-09-26
1
-36
/
+18
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-1
/
+2
*
[Hexagon] Check for potential bank conflicts in post-RA scheduling
Krzysztof Parzyszek
2017-08-28
1
-0
/
+51
*
[Hexagon] Break up DAG mutations into separate classes, move to subtarget
Krzysztof Parzyszek
2017-08-28
1
-47
/
+126
*
[Target] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-06-19
1
-13
/
+19
*
[Hexagon] Disable predicated calls by default
Krzysztof Parzyszek
2017-05-05
1
-0
/
+8
*
[Hexagon] Use automatically-generated scheduling information for HVX
Krzysztof Parzyszek
2017-05-03
1
-125
/
+173
*
[Hexagon] Introduce Hexagon V62
Krzysztof Parzyszek
2017-02-10
1
-0
/
+1
*
[Hexagon] Add DAG mutations for machine pipeliner
Krzysztof Parzyszek
2016-12-22
1
-0
/
+5
*
[Hexagon] segv while processing SUnit with nullNodePtr
Ron Lieberman
2016-09-17
1
-0
/
+4
*
[Hexagon] Enable subregister liveness tracking
Krzysztof Parzyszek
2016-08-24
1
-1
/
+1
*
[Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC, NFC
Krzysztof Parzyszek
2016-08-19
1
-1
/
+1
*
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
Krzysztof Parzyszek
2016-08-01
1
-3
/
+3
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-19
/
+19
*
[Hexagon] Add target feature to generate long calls
Krzysztof Parzyszek
2016-07-25
1
-0
/
+7
*
[Hexagon] Use loop data prefetch on Hexagon
Krzysztof Parzyszek
2016-07-22
1
-0
/
+8
*
[Hexagon] Fix zero latency instructions with multiple predecessors
Krzysztof Parzyszek
2016-07-18
1
-37
/
+60
*
[Hexagon] Handle instruction latency for 0 or 2 cycles
Krzysztof Parzyszek
2016-07-15
1
-0
/
+159
*
[Hexagon] Add a scheduling DAG mutation
Krzysztof Parzyszek
2016-07-15
1
-0
/
+53
*
[Hexagon] Add option to enable subregister liveness tracking
Krzysztof Parzyszek
2016-05-28
1
-0
/
+9
*
[Hexagon] Subtarget features/default CPU corrections
Krzysztof Parzyszek
2015-12-14
1
-3
/
+1
*
Add hexagonv55 and hexagonv60 as recognized CPUs, make v60 the default
Krzysztof Parzyszek
2015-11-25
1
-31
/
+54
*
[Hexagon] Bring HexagonInstrInfo up to date
Krzysztof Parzyszek
2015-11-24
1
-4
/
+5
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
[next]