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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
1
-968
/
+0
*
Hexagon RDF: Replace function template (plus explicit specializations) with n...
David Blaikie
2019-03-11
1
-4
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
[RDF] Simplify construction of maximal registers
Krzysztof Parzyszek
2017-10-05
1
-4
/
+2
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-01
1
-29
/
+33
*
[RDF] Switch NodeList to SmallVector from std::vector
Krzysztof Parzyszek
2017-04-19
1
-1
/
+2
*
[RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst)
Krzysztof Parzyszek
2017-03-10
1
-4
/
+4
*
[RDF] Differentiate between defining and clobbering nodes
Krzysztof Parzyszek
2017-02-16
1
-2
/
+5
*
[RDF] Move normalize(RegisterRef) to PhysicalRegisterInfo
Krzysztof Parzyszek
2017-02-16
1
-1
/
+0
*
[RDF] Add support for regmasks
Krzysztof Parzyszek
2017-01-30
1
-34
/
+1
*
[RDF] Extract the physical register information into a separate class
Krzysztof Parzyszek
2017-01-30
1
-81
/
+13
*
[RDF] Add phis for entry block live-ins (in addition to function live-ins)
Krzysztof Parzyszek
2017-01-30
1
-7
/
+9
*
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...
Eugene Zelenko
2017-01-04
1
-26
/
+73
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-3
/
+3
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-9
/
+9
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-1
/
+0
*
Revert r284972 and remove other defaulted copy/move constructors/=
Krzysztof Parzyszek
2016-10-24
1
-8
/
+0
*
[RDF] Add default move constructors/assignment operators
Krzysztof Parzyszek
2016-10-24
1
-2
/
+6
*
[RDF] Use RegisterId typedef more consistently, NFC
Krzysztof Parzyszek
2016-10-21
1
-2
/
+2
*
[RDF] Switch RefMap in liveness calculation to use lane masks
Krzysztof Parzyszek
2016-10-19
1
-1
/
+14
*
[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
Krzysztof Parzyszek
2016-10-14
1
-42
/
+64
*
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
Krzysztof Parzyszek
2016-10-03
1
-68
/
+74
*
[RDF] Add "dead" flag to node attributes
Krzysztof Parzyszek
2016-09-27
1
-8
/
+16
*
[RDF] Special treatment of exception handling registers
Krzysztof Parzyszek
2016-09-27
1
-0
/
+2
*
[RDF] Add initial support for lane masks in the DFG
Krzysztof Parzyszek
2016-09-22
1
-5
/
+62
*
[RDF] Use uint32_t for register numbers instead of unsigned
Krzysztof Parzyszek
2016-09-22
1
-1
/
+1
*
[RDF] Introduce "undef" flag for ref nodes
Krzysztof Parzyszek
2016-09-07
1
-8
/
+28
*
[RDF] Make the graph construction/use less expensive
Krzysztof Parzyszek
2016-07-22
1
-1
/
+15
*
[hexagon] Move BlockRanges and RDF stuff into the llvm namespace.
Benjamin Kramer
2016-05-27
1
-3
/
+1
*
[RDF] Add option to keep dead phi nodes in DFG
Krzysztof Parzyszek
2016-04-28
1
-1
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[RDF] Allow unlinking ref nodes from data-flow chains only
Krzysztof Parzyszek
2016-01-18
1
-2
/
+17
*
Register Data Flow: data flow graph
Krzysztof Parzyszek
2016-01-12
1
-0
/
+841