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
/
RDFLiveness.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
1
-151
/
+0
*
Hexagon RDF: Replace function template (plus explicit specializations) with n...
David Blaikie
2019-03-11
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] fix 'must explicitly initialize the const member' error which clang...
Sam McCall
2018-03-12
1
-2
/
+2
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-01
1
-21
/
+31
*
[RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst)
Krzysztof Parzyszek
2017-03-10
1
-0
/
+3
*
[RDF] Add recursion limit to getAllReachingDefsRec
Krzysztof Parzyszek
2017-03-01
1
-2
/
+7
*
[RDF] Aggregate shadow phi uses into one cluster when propagating live info
Krzysztof Parzyszek
2017-02-16
1
-8
/
+5
*
[RDF] Extract the physical register information into a separate class
Krzysztof Parzyszek
2017-01-30
1
-4
/
+5
*
[RDF] Use RegisterId typedef more consistently, NFC
Krzysztof Parzyszek
2016-10-21
1
-1
/
+2
*
[RDF] Switch RefMap in liveness calculation to use lane masks
Krzysztof Parzyszek
2016-10-19
1
-3
/
+19
*
[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
Krzysztof Parzyszek
2016-10-14
1
-3
/
+2
*
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
Krzysztof Parzyszek
2016-10-03
1
-6
/
+14
*
[RDF] Fix liveness analysis for phi nodes with shadow uses
Krzysztof Parzyszek
2016-09-07
1
-1
/
+1
*
[hexagon] Move BlockRanges and RDF stuff into the llvm namespace.
Benjamin Kramer
2016-05-27
1
-2
/
+2
*
[Hexagon] Optimize addressing modes for load/store
Krzysztof Parzyszek
2016-04-29
1
-0
/
+4
*
RDF: Implement register liveness analysis
Krzysztof Parzyszek
2016-01-12
1
-0
/
+106