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
/
MachineScheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Refactor renameDisconnectedComponents() as a pass
Matthias Braun
2016-05-31
1
-10
/
+2
*
MachineScheduler: Introduce ONLY1 reason to improve debug output
Matthias Braun
2016-05-27
1
-6
/
+13
*
LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().
Matthias Braun
2016-05-20
1
-7
/
+2
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
Reset the TopRPTracker's position in ScheduleDAGMILive::initQueues
Krzysztof Parzyszek
2016-04-28
1
-5
/
+11
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-2
/
+2
*
MachineScheduler: Move code to initialize a Candidate out of tryCandidate(); NFC
Matthias Braun
2016-04-22
1
-33
/
+33
*
MachineScheduler: Limit the size of the ready list.
Matthias Braun
2016-04-22
1
-1
/
+10
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-2
/
+2
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-2
/
+2
*
MachineSched: Cleanup; NFC
Matthias Braun
2016-04-21
1
-32
/
+16
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[MachineScheduler]Add support for store clustering
Jun Bum Lim
2016-04-15
1
-35
/
+60
*
MachineScheduler: Ignore COPYs with undef/dead op in CopyConstrain mutation.
Matthias Braun
2016-04-04
1
-4
/
+6
*
[misched] Fix a truncation issue from r263021.
Chad Rosier
2016-03-11
1
-1
/
+1
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-2
/
+2
*
Add DAG mutation interface to the post-RA scheduler
Krzysztof Parzyszek
2016-03-05
1
-6
/
+11
*
CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-9
/
+8
*
MachineScheduler: Add a command line option to disable post scheduler.
Chad Rosier
2016-01-20
1
-1
/
+9
*
MachineScheduler: Honor optnone functions in the pre-ra scheduler.
Chad Rosier
2016-01-20
1
-0
/
+3
*
MachineScheduler: Allow independent scheduling of sub register defs
Matthias Braun
2016-01-20
1
-43
/
+104
*
RegisterPressure: Make liveness tracking subregister aware
Matthias Braun
2016-01-20
1
-12
/
+12
*
MachineScheduler: Add a target hook for deciding which RegPressure sets to
Tom Stellard
2015-12-16
1
-7
/
+19
*
MachineScheduler: Print initial pressure in debug dump
Matthias Braun
2015-11-13
1
-0
/
+7
*
MachineScheduler: Improve debug output for "only one node in readyset"
Matthias Braun
2015-11-13
1
-2
/
+2
*
MachineScheduler: Add regpressure information to debug dump
Matthias Braun
2015-11-06
1
-6
/
+30
*
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
2015-11-03
1
-16
/
+14
*
Revert "ScheduleDAGInstrs: Remove IsPostRA flag"
Matthias Braun
2015-10-29
1
-14
/
+16
*
MachineScheduler: Fix typo in debug message
Matthias Braun
2015-10-29
1
-1
/
+1
*
ScheduleDAGInstrs: Remove IsPostRA flag
Matthias Braun
2015-10-29
1
-16
/
+14
*
MachineScheduler: Use ranged for and slightly simplify the code
Matthias Braun
2015-10-29
1
-11
/
+12
*
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
James Y Knight
2015-10-27
1
-5
/
+0
*
MachineScheduler: Add a way to disable the 'ReduceLatency' heuristic
Matthias Braun
2015-10-22
1
-2
/
+2
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-5
/
+5
*
Make MachineScheduler debug output less confusing.
James Y Knight
2015-09-18
1
-5
/
+26
*
Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L...
Matthias Braun
2015-09-17
1
-4
/
+4
*
RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu...
Matthias Braun
2015-09-17
1
-4
/
+4
*
MachineScheduler: Provide an option for node hiding cutoff and disable it by ...
Matthias Braun
2015-09-17
1
-1
/
+9
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
Fix three typos in comments; "easilly" -> "easily".
Nick Lewycky
2015-08-18
1
-1
/
+1
*
MachineScheduler: Restrict macroop fusion to data-dependent instructions.
Matthias Braun
2015-07-20
1
-9
/
+33
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
2015-06-15
1
-1
/
+1
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
1
-1
/
+1
*
MachineScheduler debug output clarity.
Andrew Trick
2015-05-17
1
-2
/
+3
*
RegisterPressureTracker: reword stale comments.
Andrew Trick
2015-05-17
1
-2
/
+1
*
Complete the MachineScheduler fix made way back in r210390.
Andrew Trick
2015-03-27
1
-2
/
+2
[next]