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
/
ScheduleDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ScheduleDAGRRList] Recompute topological ordering on demand.
Florian Hahn
2019-04-17
1
-0
/
+32
*
[ScheduleDAG] Add statistics for maintaining the topological order.
Florian Hahn
2019-04-10
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
1
-56
/
+44
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[CodeGen] Add dependency printer
Evandro Menezes
2017-07-12
1
-35
/
+56
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
MachineScheduler/ScheduleDAG: Add support for GetSubGraph
Valery Pykhtin
2017-03-28
1
-0
/
+81
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-22
1
-15
/
+28
*
ScheduleDAG: Cleanup; NFC
Matthias Braun
2017-02-21
1
-184
/
+133
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+3
*
[CodeGen] Implement the SUnit::print() method
Evandro Menezes
2017-01-10
1
-9
/
+9
*
Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add suppor...
Matthias Braun
2016-11-11
1
-4
/
+0
*
MachineScheduler/ScheduleDAG: Add support to skipping a node.
Matthias Braun
2016-11-11
1
-0
/
+4
*
ScheduleDAG: Identify EntrySU/ExitSU when dumping node ids
Matthias Braun
2016-11-11
1
-3
/
+13
*
ScheduleDAG: Match enum names when printing sdep kinds
Matthias Braun
2016-09-23
1
-8
/
+8
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+1
*
MachineScheduler: Add regpressure information to debug dump
Matthias Braun
2015-11-06
1
-1
/
+0
*
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
2015-01-27
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+4
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-5
/
+5
*
Scheduler diagnostics. Print the register name.
Andrew Trick
2013-03-01
1
-0
/
+2
*
Instructions schedulers should report correct height/depth.
Andrew Trick
2013-03-01
1
-2
/
+2
*
Replace loop with std::find.
Benjamin Kramer
2013-02-16
1
-10
/
+4
*
MIsched: Added biasCriticalPath.
Andrew Trick
2013-01-24
1
-0
/
+15
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
1
-8
/
+4
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-20
/
+58
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-06-13
1
-3
/
+20
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-15
/
+7
*
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
1
-17
/
+0
*
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
1
-9
/
+4
*
Don't print out pointer values in SUnit::dump().
Jakob Stoklund Olesen
2012-02-17
1
-5
/
+3
*
misched: Initial code for building an MI level scheduling DAG
Andrew Trick
2012-01-14
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
1
-1
/
+1
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-1
/
+1
*
Added -stress-sched flag in the Asserts build.
Andrew Trick
2011-06-15
1
-0
/
+12
[next]