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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make MachineScheduler debug output less confusing.
James Y Knight
2015-09-18
1
-1
/
+5
*
Move HexagonMachineScheduler to use the subtarget off of the
Eric Christopher
2015-02-02
1
-9
/
+6
*
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
2014-08-20
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+6
*
Fix 'platform-specific' hyphenations
Alp Toker
2014-06-30
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-8
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
Factor MI-Sched in preparation for post-ra scheduling support.
Andrew Trick
2013-12-28
1
-7
/
+10
*
Rename variables for consistency.
Eli Friedman
2013-09-11
1
-3
/
+3
*
Fix unused variables.
Eli Friedman
2013-09-10
1
-2
/
+0
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
1
-5
/
+5
*
Fix a memory leak in the hexagon scheduler. We call initialize here more
Chandler Carruth
2013-07-27
1
-0
/
+2
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-2
/
+2
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
Cleanup #includes.
Jakub Staszak
2013-03-10
1
-1
/
+2
*
Added FIXME for future Hexagon cleanup.
Andrew Trick
2013-03-02
1
-0
/
+3
*
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-02-13
1
-1
/
+3
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
1
-1
/
+7
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+0
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
1
-2
/
+1
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-10
/
+13
*
DAG post-process for Hexagon MI scheduler
Sergei Larin
2012-09-14
1
-0
/
+27
*
Remove redundant private field.
Benjamin Kramer
2012-09-14
1
-1
/
+1
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
1
-312
/
+12
*
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-10
1
-36
/
+114
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
1
-0
/
+874