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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-09
1
-2
/
+2
*
[MachineScheduler] Order FI-based memops based on stack direction
Francis Visoiu Mistrih
2018-11-29
1
-4
/
+18
*
[MachineScheduler] Add support for clustering mem ops with FI base operands
Francis Visoiu Mistrih
2018-11-28
1
-2
/
+14
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
1
-11
/
+11
*
Bias physical register immediate assignments
Nirav Dave
2018-11-14
1
-25
/
+42
*
Type safe version of MachinePassRegistry
Serge Guelton
2018-11-09
1
-1
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
MachineScheduler: Add -misched-print-dags flag
Matthias Braun
2018-09-19
1
-1
/
+6
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
1
-24
/
+29
*
MachineScheduler: Refactor setPolicy() to limit computing remaining latency
Tom Stellard
2018-08-21
1
-28
/
+60
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
1
-5
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-187
/
+175
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-4
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-8
/
+8
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[MachineScheduler] NFC refactoring
Jonas Paulsson
2018-04-12
1
-21
/
+25
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[MachineScheduler] Dump SUnits before calling SchedImpl->initialize()
Jonas Paulsson
2018-03-05
1
-4
/
+4
*
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...
Francis Visoiu Mistrih
2018-02-19
1
-11
/
+6
*
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...
Francis Visoiu Mistrih
2018-02-08
1
-6
/
+11
*
CodeGen: Fix assertion in ScheduleDAGMILive::scheduleMI due to llvm.dbg.value
Yaxun Liu
2018-01-23
1
-0
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-15
1
-2
/
+6
*
Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-14
1
-6
/
+2
*
CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-13
1
-2
/
+6
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[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
[next]