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
*
[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
*
[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
[next]