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
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-17
1
-3
/
+3
*
support phi ranges for machine-level IR
Bob Wilson
2018-01-04
1
-16
/
+10
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-2
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-2
/
+2
*
[Pipeliner] Fix offset value for instrs dependent on post-inc load/stores
Krzysztof Parzyszek
2017-10-11
1
-3
/
+8
*
[Pipeliner] Improve serialization order for post-increments
Krzysztof Parzyszek
2017-10-11
1
-13
/
+57
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-11
1
-49
/
+50
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Remove redundant conditions (PR31753). NFCI.
Simon Pilgrim
2017-03-16
1
-2
/
+2
*
[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