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
/
CodeGen
/
MachinePipeliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MachinePipeliner] Remove redundant destructor. NFC.
Benjamin Kramer
2017-02-16
1
-8
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+6
*
Add the DAG mutation interface to the software pipeliner
Krzysztof Parzyszek
2016-12-22
1
-1
/
+18
*
Fix two bugs in the pipeliner in renaming phis in the prolog and epilog
Krzysztof Parzyszek
2016-12-22
1
-2
/
+2
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-2
/
+4
*
Remove redundant condition (PR28800) NFCI.
Simon Pilgrim
2016-11-14
1
-2
/
+1
*
Use MachineInstr::mop_iterator instead of MIOperands; NFC
Matthias Braun
2016-10-24
1
-6
/
+6
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-6
/
+6
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-1
/
+2
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
1
-1
/
+1
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
1
-2
/
+1
*
[CodeGen] Convert a loop to a for-each loop. NFC
Justin Lebar
2016-08-23
1
-7
/
+5
*
[Pipeliner] Fix an asssert due to invalid Phi in the epilog
Brendon Cahoon
2016-08-16
1
-2
/
+1
*
Minor comment fix ("generate" --> "generates").
Justin Lebar
2016-08-12
1
-1
/
+1
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
1
-16
/
+42
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-2
/
+3
*
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
Krzysztof Parzyszek
2016-08-01
1
-9
/
+9
*
Fixed (incorrectly firing) MSVC unused variable warning
Simon Pilgrim
2016-07-29
1
-2
/
+1
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
1
-0
/
+3943
[prev]