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
/
RDFGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-4
/
+4
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-8
/
+8
*
[RDF] Fix incorrect lane mask calculation
Krzysztof Parzyszek
2016-12-08
1
-7
/
+31
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-2
/
+1
*
[RDF] Use RegisterId typedef more consistently, NFC
Krzysztof Parzyszek
2016-10-21
1
-8
/
+8
*
[RDF] Switch RefMap in liveness calculation to use lane masks
Krzysztof Parzyszek
2016-10-19
1
-3
/
+56
*
The real fix for post-r284255 failures
Krzysztof Parzyszek
2016-10-14
1
-2
/
+2
*
[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
Krzysztof Parzyszek
2016-10-14
1
-138
/
+107
*
[RDF] Replace potentially unclear autos with real types
Krzysztof Parzyszek
2016-10-06
1
-32
/
+27
*
[RDF] Further improve readability of the graph
Krzysztof Parzyszek
2016-10-03
1
-11
/
+14
*
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
Krzysztof Parzyszek
2016-10-03
1
-208
/
+237
*
[RDF] Add "dead" flag to node attributes
Krzysztof Parzyszek
2016-09-27
1
-1
/
+8
*
[RDF] Special treatment of exception handling registers
Krzysztof Parzyszek
2016-09-27
1
-3
/
+63
*
[RDF] Add initial support for lane masks in the DFG
Krzysztof Parzyszek
2016-09-22
1
-32
/
+70
*
[RDF] Print the function name for calls in dumps
Krzysztof Parzyszek
2016-09-22
1
-3
/
+18
*
[RDF] Use uint32_t for register numbers instead of unsigned
Krzysztof Parzyszek
2016-09-22
1
-7
/
+7
*
[RDF] Introduce "undef" flag for ref nodes
Krzysztof Parzyszek
2016-09-07
1
-3
/
+28
*
[RDF] Ignore undef use operands
Krzysztof Parzyszek
2016-09-06
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[RDF] Make the graph construction/use less expensive
Krzysztof Parzyszek
2016-07-22
1
-6
/
+8
*
[hexagon] Move BlockRanges and RDF stuff into the llvm namespace.
Benjamin Kramer
2016-05-27
1
-0
/
+2
*
[scan-build] fix warnings emitted on LLVM Hexagon code base
Krzysztof Parzyszek
2016-05-05
1
-0
/
+1
*
[RDF] Recognize tail calls in graph creation
Krzysztof Parzyszek
2016-04-28
1
-4
/
+20
*
[RDF] Improve handling of inline-asm
Krzysztof Parzyszek
2016-04-28
1
-4
/
+5
*
[RDF] Add option to keep dead phi nodes in DFG
Krzysztof Parzyszek
2016-04-28
1
-2
/
+3
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-2
/
+2
*
Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits.
Simon Pilgrim
2016-01-18
1
-1
/
+1
*
[RDF] Allow unlinking ref nodes from data-flow chains only
Krzysztof Parzyszek
2016-01-18
1
-10
/
+4
*
Fix compiler warnings from r257477
Krzysztof Parzyszek
2016-01-12
1
-2
/
+2
*
Register Data Flow: data flow graph
Krzysztof Parzyszek
2016-01-12
1
-0
/
+1716