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
/
HexagonRDFOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
1
-3
/
+3
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[Hexagon] Allow the RDF optimizations to be run in .mir testcases
Krzysztof Parzyszek
2017-10-30
1
-5
/
+5
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-29
1
-28
/
+39
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-1
/
+1
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-2
/
+2
*
The real fix for post-r284255 failures
Krzysztof Parzyszek
2016-10-14
1
-1
/
+0
*
Workaround to eliminate check-llvm failures after r284255
Krzysztof Parzyszek
2016-10-14
1
-0
/
+1
*
[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
Krzysztof Parzyszek
2016-10-14
1
-9
/
+11
*
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
Krzysztof Parzyszek
2016-10-03
1
-3
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-7
/
+7
*
[RDF] Add option to keep dead phi nodes in DFG
Krzysztof Parzyszek
2016-04-28
1
-1
/
+4
*
Add optimization bisect opt-in calls for Hexagon passes
Andrew Kaylor
2016-04-26
1
-0
/
+3
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
Move classes defined in a cpp file into an anonymous namespace.
Benjamin Kramer
2016-02-05
1
-0
/
+2
*
[Hexagon] Recognize more copy-equivalents in RDF optimizations
Krzysztof Parzyszek
2016-01-18
1
-14
/
+59
*
Replace inherited constructor with an explicit one
Krzysztof Parzyszek
2016-01-12
1
-2
/
+2
*
[Hexagon] Implement RDF-based post-RA optimizations
Krzysztof Parzyszek
2016-01-12
1
-0
/
+272