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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
1
-1118
/
+0
*
[Hexagon] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-5
/
+5
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
Hexagon RDF: Replace function template (plus explicit specializations) with n...
David Blaikie
2019-03-11
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+3
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[Hexagon] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-24
1
-3
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-22
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+2
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-01
1
-17
/
+22
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[RDF] Remove covered parts of reached uses for phi and use in same block
Krzysztof Parzyszek
2017-05-05
1
-13
/
+20
*
[RDF] Correctly calculate lane masks for defs
Krzysztof Parzyszek
2017-04-28
1
-2
/
+7
*
[RDF] Switch RegisterAggr to a bit vector of register units
Krzysztof Parzyszek
2017-04-14
1
-20
/
+10
*
[RDF] Refine propagation of reached uses in liveness computation
Krzysztof Parzyszek
2017-04-14
1
-5
/
+14
*
[RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst)
Krzysztof Parzyszek
2017-03-10
1
-0
/
+59
*
[RDF] Replace {} with explicit constructor, since not all compilers like it
Krzysztof Parzyszek
2017-03-01
1
-1
/
+1
*
[RDF] Add recursion limit to getAllReachingDefsRec
Krzysztof Parzyszek
2017-03-01
1
-6
/
+23
*
[RDF] Skip undef uses when calculating kill flags
Krzysztof Parzyszek
2017-02-22
1
-1
/
+1
*
[RDF] Aggregate shadow phi uses into one cluster when propagating live info
Krzysztof Parzyszek
2017-02-16
1
-62
/
+63
*
[RDF] Move normalize(RegisterRef) to PhysicalRegisterInfo
Krzysztof Parzyszek
2017-02-16
1
-4
/
+4
*
[RDF] Extract the physical register information into a separate class
Krzysztof Parzyszek
2017-01-30
1
-8
/
+8
*
[RDF] Add phis for entry block live-ins (in addition to function live-ins)
Krzysztof Parzyszek
2017-01-30
1
-3
/
+1
*
[RDF] Add registers to live set even if they are live already
Krzysztof Parzyszek
2017-01-23
1
-6
/
+5
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-2
/
+2
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-4
/
+4
*
Use __func__ directly now that all supported compilers support it
Reid Kleckner
2016-10-20
1
-1
/
+1
*
[RDF] Switch RefMap in liveness calculation to use lane masks
Krzysztof Parzyszek
2016-10-19
1
-74
/
+125
*
[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
Krzysztof Parzyszek
2016-10-14
1
-21
/
+20
*
[RDF] Replace some expensive copies with references in range-based loops
Krzysztof Parzyszek
2016-10-06
1
-7
/
+7
*
[RDF] Replace potentially unclear autos with real types
Krzysztof Parzyszek
2016-10-06
1
-27
/
+26
*
[RDF] Fix live def propagation through basic block
Krzysztof Parzyszek
2016-10-05
1
-45
/
+60
*
[RDF] Fix liveness propagation through shadows
Krzysztof Parzyszek
2016-10-03
1
-29
/
+7
*
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
Krzysztof Parzyszek
2016-10-03
1
-45
/
+39
*
[RDF] Add "dead" flag to node attributes
Krzysztof Parzyszek
2016-09-27
1
-5
/
+24
*
[RDF] Add initial support for lane masks in the DFG
Krzysztof Parzyszek
2016-09-22
1
-13
/
+13
*
[RDF] Further improve handling of multiple phis reached from shadows
Krzysztof Parzyszek
2016-09-08
1
-31
/
+16
*
[RDF] Fix liveness analysis for phi nodes with shadow uses
Krzysztof Parzyszek
2016-09-07
1
-36
/
+81
*
[RDF] Introduce "undef" flag for ref nodes
Krzysztof Parzyszek
2016-09-07
1
-13
/
+18
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[RDF] Ignore implicit defs when resetting <kill> flags
Krzysztof Parzyszek
2016-06-02
1
-1
/
+5
*
[hexagon] Move BlockRanges and RDF stuff into the llvm namespace.
Benjamin Kramer
2016-05-27
1
-1
/
+3
*
[Hexagon] Optimize addressing modes for load/store
Krzysztof Parzyszek
2016-04-29
1
-0
/
+86
*
[RDF] Consider register as live if any alias is live
Krzysztof Parzyszek
2016-04-20
1
-2
/
+2
*
RDF: Implement register liveness analysis
Krzysztof Parzyszek
2016-01-12
1
-0
/
+848