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
...
*
MachineScheduler/ScheduleDAG: Add support to skipping a node.
Matthias Braun
2016-11-11
1
-0
/
+7
*
ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI
Matthias Braun
2016-11-11
1
-0
/
+43
*
MachineScheduler: Dump EntrySU/ExitSU if possible
Matthias Braun
2016-11-11
1
-2
/
+12
*
ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()
Matthias Braun
2016-11-11
1
-30
/
+20
*
[MachineScheduler] Comments fixing.
Jonas Paulsson
2016-11-09
1
-1
/
+2
*
Comment rewording in MachineScheduler.cpp.
Jonas Paulsson
2016-11-04
1
-3
/
+2
*
Fix differences in codegen between Linux and Windows toolchains
Mandeep Singh Grang
2016-10-18
1
-1
/
+2
*
MachineScheduler: Slightly simplify release node
Matthias Braun
2016-09-22
1
-14
/
+0
*
MachineScheduler: Remove ineffective heuristic; NFC
Matthias Braun
2016-09-22
1
-11
/
+0
*
MachineScheduler: Add constructor functions for the DAGMutations
Tom Stellard
2016-08-19
1
-4
/
+40
*
CodeGen: Avoid dereferencing end() when unconstifying iterators
Duncan P. N. Exon Smith
2016-08-16
1
-8
/
+4
*
CodeGen: Avoid dereferencing end() in MachineScheduler
Duncan P. N. Exon Smith
2016-08-11
1
-2
/
+3
*
Target: Remove unused arguments from overrideSchedPolicy, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-2
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-5
/
+6
*
MachineScheduler: Remember top/bottom choice in bidirectional scheduling
Matthias Braun
2016-06-25
1
-9
/
+50
*
MachineScheduler: Fully compare top/bottom candidates
Matthias Braun
2016-06-25
1
-99
/
+103
*
MachineScheduler: Followup to debug message changes
Matthias Braun
2016-06-23
1
-1
/
+0
*
MachineScheduler: Improve debug messages
Matthias Braun
2016-06-23
1
-7
/
+7
*
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
[prev]
[next]