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
/
Target
/
Hexagon
/
HexagonMachineScheduler.h
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
*
[Hexagon] Add heuristic to exclude critical path cost for scheduling
Krzysztof Parzyszek
2018-03-20
1
-4
/
+4
*
[Hexagon] Improve scheduling heuristic for large basic blocks
Krzysztof Parzyszek
2018-03-20
1
-0
/
+28
*
[Hexagon] Improve scheduling based on register pressure
Krzysztof Parzyszek
2018-03-20
1
-8
/
+10
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-28
1
-46
/
+38
*
[Hexagon] Break up DAG mutations into separate classes, move to subtarget
Krzysztof Parzyszek
2017-08-28
1
-8
/
+0
*
[Hexagon] Move pre-RA DAG mutations to scheduler constructor
Krzysztof Parzyszek
2017-08-28
1
-1
/
+8
*
Fix typo and place comment close to its target
Krzysztof Parzyszek
2017-04-27
1
-5
/
+6
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+1
*
[Hexagon] Add verbose debugging mode to Hexagon MI Scheduler
Krzysztof Parzyszek
2016-07-18
1
-2
/
+5
*
[Hexagon] Make MI scheduler check for stalls in previous packet on v60
Krzysztof Parzyszek
2016-07-15
1
-3
/
+13
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move HexagonMachineScheduler to use the subtarget off of the
Eric Christopher
2015-02-02
1
-5
/
+3
*
Remove unused argument to CreateTargetScheduleState and change
Eric Christopher
2014-10-09
1
-2
/
+2
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-6
/
+6
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
*
Fix 'platform-specific' hyphenations
Alp Toker
2014-06-30
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-6
/
+7
*
Use unique_ptr to manage objects owned by the ScheduleDAGMI.
David Blaikie
2014-04-21
1
-2
/
+3
*
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...
Benjamin Kramer
2014-04-21
1
-1
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-6
/
+6
*
Factor MI-Sched in preparation for post-ra scheduling support.
Andrew Trick
2013-12-28
1
-13
/
+13
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
1
-1
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-4
/
+4
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-20
/
+13
*
DAG post-process for Hexagon MI scheduler
Sergei Larin
2012-09-14
1
-0
/
+7
*
Remove redundant private field.
Benjamin Kramer
2012-09-14
1
-2
/
+1
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
1
-198
/
+6
*
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-10
1
-141
/
+155
*
Remove redundant semicolons to fix -pedantic-errors build.
Richard Smith
2012-09-05
1
-2
/
+2
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
1
-0
/
+423