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] Add missing machine pass dependency.
Davide Italiano
2017-03-24
1
-0
/
+1
*
Revert "Correct register pressure calculation in presence of subregs"
Stanislav Mekhanoshin
2017-02-24
1
-2
/
+2
*
Correct register pressure calculation in presence of subregs
Stanislav Mekhanoshin
2017-02-23
1
-2
/
+2
*
Fix signed/unsigned comparison warning on MSVC
Simon Pilgrim
2017-02-23
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-22
1
-42
/
+95
*
[CodeGen] Move MacroFusion to the target
Evandro Menezes
2017-02-01
1
-74
/
+0
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-5
/
+9
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-2
/
+2
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-3
/
+3
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-20
/
+12
*
Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add suppor...
Matthias Braun
2016-11-11
1
-7
/
+0
*
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
[prev]
[next]