index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ScheduleDAGInstrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-2
/
+3
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-69
/
+65
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-51
/
+246
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-1
/
+2
*
mi-sched: bypass heuristic checks when regpressure tracking is disabled.
Andrew Trick
2013-09-04
1
-3
/
+3
*
mi-sched: update PressureDiffs on-the-fly for liveness.
Andrew Trick
2013-08-30
1
-2
/
+8
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
1
-5
/
+10
*
Comment and revise the cyclic critical path code.
Andrew Trick
2013-08-29
1
-59
/
+0
*
Add useAA() to TargetSubtargetInfo
Hal Finkel
2013-08-29
1
-13
/
+19
*
Adds cyclic critical path computation and heuristics, temporarily disabled.
Andrew Trick
2013-08-23
1
-0
/
+61
*
MI Sched: record local vreg uses.
Andrew Trick
2013-08-23
1
-3
/
+5
*
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...
Andrew Trick
2013-08-23
1
-3
/
+3
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-5
/
+5
*
misched: Compress pairs returned by getUnderlyingObjectsForInstr.
Benjamin Kramer
2013-06-29
1
-12
/
+15
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-17
/
+7
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
1
-0
/
+4
*
Equal treatment of labels and other terminators in MI DAG construction.
Sergei Larin
2013-02-12
1
-1
/
+1
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
1
-1
/
+1
*
ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.
Andrew Trick
2013-01-25
1
-7
/
+19
*
SchedDFS: Complete support for nested subtrees.
Andrew Trick
2013-01-25
1
-33
/
+74
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
1
-5
/
+9
*
SchedDFS: Initial support for nested subtrees.
Andrew Trick
2013-01-25
1
-37
/
+73
*
SchedDFS: Refactor and tweak the subtree selection criteria.
Andrew Trick
2013-01-25
1
-24
/
+32
*
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-21
1
-45
/
+33
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
MISched: add dependence to ExitSU to model live-out latency.
Andrew Trick
2012-12-18
1
-1
/
+16
*
Use GetUnderlyingObjects in misched
Hal Finkel
2012-12-10
1
-92
/
+143
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
1
-7
/
+7
*
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
2012-12-01
1
-1
/
+2
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
1
-41
/
+166
*
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
1
-1
/
+1
*
misched: better alias analysis.
Andrew Trick
2012-11-28
1
-2
/
+3
*
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
1
-15
/
+15
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-9
/
+14
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
1
-25
/
+32
*
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-30
1
-5
/
+0
*
This patch addresses a problem with the Post RA scheduler generating an
Preston Gurd
2012-10-29
1
-0
/
+5
*
Fix typo in comment.
Nick Lewycky
2012-10-26
1
-1
/
+1
*
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-15
1
-0
/
+93
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-22
/
+6
*
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
1
-40
/
+1
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
1
-40
/
+7
*
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
1
-35
/
+24
*
misched: Make ScheduleDAGInstrs use the TargetSchedule interface.
Andrew Trick
2012-09-18
1
-16
/
+14
*
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
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-1
/
+1
*
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-23
1
-27
/
+30
*
Use the latest MachineRegisterInfo APIs. No functionality.
Andrew Trick
2012-07-30
1
-1
/
+1
[next]