Jonas Paulsson
|
31f3439809
[MachineScheduler] Dump SUnits before calling SchedImpl->initialize()
|
7 年之前 |
Francis Visoiu Mistrih
|
f751ac3a9c
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print"
|
7 年之前 |
Francis Visoiu Mistrih
|
331b6f31af
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print
|
7 年之前 |
Yaxun Liu
|
73f6582e91
CodeGen: Fix assertion in ScheduleDAGMILive::scheduleMI due to llvm.dbg.value
|
7 年之前 |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 年之前 |
Yaxun Liu
|
06d39e2dc8
Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
|
7 年之前 |
Yaxun Liu
|
92d81a8d46
Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
|
7 年之前 |
Yaxun Liu
|
084f87947f
CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
|
7 年之前 |
Matthias Braun
|
fa621d294f
Rename LiveIntervalAnalysis.h to LiveIntervals.h
|
7 年之前 |
Francis Visoiu Mistrih
|
ca0df55065
[CodeGen] Unify MBB reference format in both MIR and debug output
|
7 年之前 |
Francis Visoiu Mistrih
|
accb337c76
[CodeGen] Rename functions PrintReg* to printReg*
|
7 年之前 |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 年之前 |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 年之前 |
Jonas Paulsson
|
1862283718
[MachineScheduler] Minor refactoring.
|
7 年之前 |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 年之前 |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 年之前 |
Justin Bogner
|
1842f4a81b
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
|
7 年之前 |
Javed Absar
|
1f4dc266e2
[MiSched] - Simplify ProcResEntry access
|
8 年之前 |
Javed Absar
|
dccccced43
[Misched]: Remove double call getMicroOpFactor.NFC.
|
8 年之前 |
Stanislav Mekhanoshin
|
63c545da3a
Allow target to decide when to cluster loads/stores in misched
|
8 年之前 |
Mikael Holmen
|
db48628bdf
[MachineScheduler] Put SchedRegion in an anonymous namespace.
|
8 年之前 |
Eugene Zelenko
|
8fd05041c0
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 年之前 |
Jonas Paulsson
|
59bdb88371
[SystemZ, MachineScheduler] Improve post-RA scheduling.
|
8 年之前 |
Sam Clegg
|
b209206d2c
Mark dump() methods as const. NFC
|
8 年之前 |
Javed Absar
|
829442ad48
Use range-loop in machine-scheduler. NFCI.
|
8 年之前 |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 年之前 |
Matthias Braun
|
0248ff99fa
ScheduleDAGInstrs: Fix fixupKills()
|
8 年之前 |
Matthias Braun
|
94c4904dc5
CodeGen: Rename DEBUG_TYPE to match passnames
|
8 年之前 |
Florian Hahn
|
4cdd2e6d64
[AArch64] Make instruction fusion more aggressive.
|
8 年之前 |
Matthias Braun
|
6b814345d1
MachineScheduler: Skip acyclic latency heuristic for in-order cores
|
8 年之前 |