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] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-15
/
+14
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
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
*
[MachineScheduler] Minor refactoring.
Jonas Paulsson
2017-10-25
1
-13
/
+18
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-4
/
+4
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-4
/
+4
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-1
/
+1
*
[MiSched] - Simplify ProcResEntry access
Javed Absar
2017-10-03
1
-6
/
+8
*
[Misched]: Remove double call getMicroOpFactor.NFC.
Javed Absar
2017-09-27
1
-1
/
+1
*
Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin
2017-09-13
1
-6
/
+2
*
[MachineScheduler] Put SchedRegion in an anonymous namespace.
Mikael Holmen
2017-09-13
1
-0
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-11
1
-8
/
+8
*
[SystemZ, MachineScheduler] Improve post-RA scheduling.
Jonas Paulsson
2017-08-17
1
-36
/
+84
*
Mark dump() methods as const. NFC
Sam Clegg
2017-06-21
1
-3
/
+3
*
Use range-loop in machine-scheduler. NFCI.
Javed Absar
2017-06-21
1
-94
/
+72
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-4
/
+4
*
ScheduleDAGInstrs: Fix fixupKills()
Matthias Braun
2017-05-27
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
[AArch64] Make instruction fusion more aggressive.
Florian Hahn
2017-05-23
1
-0
/
+6
*
MachineScheduler: Skip acyclic latency heuristic for in-order cores
Matthias Braun
2017-04-12
1
-1
/
+1
*
Improve machine schedulers for in-order processors
Javed Absar
2017-03-27
1
-0
/
+28
*
[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
[prev]
[next]