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
*
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
*
Reenable a basic SSA DAG builder optimization.
Andrew Trick
2012-07-28
1
-5
/
+4
*
misched: disable SSA check pending PR13112.
Andrew Trick
2012-06-14
1
-2
/
+4
*
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
1
-13
/
+21
*
Move RegisterPressure.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
1
-61
/
+18
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-2
/
+4
*
Use LiveRangeQuery in ScheduleDAGInstrs.
Jakob Stoklund Olesen
2012-05-20
1
-11
/
+3
*
Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...
Andrew Trick
2012-05-15
1
-22
/
+243
*
misched: DAG builder must special case earlyclobber
Andrew Trick
2012-04-24
1
-0
/
+9
*
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-24
1
-1
/
+10
*
New and improved comment.
Andrew Trick
2012-04-20
1
-1
/
+1
*
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
1
-2
/
+2
*
misched: initialize BB
Andrew Trick
2012-04-20
1
-2
/
+4
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
1
-3
/
+3
*
ScheduleDAGInstrs: When adding uses we add them into a set that's empty at th...
Benjamin Kramer
2012-03-16
1
-2
/
+2
*
misched: add DAG edges from vreg defs to ExitSU.
Andrew Trick
2012-03-16
1
-1
/
+3
*
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
1
-4
/
+7
*
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
1
-5
/
+5
*
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
1
-1
/
+1
*
misched prep: Comment the ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
1
-2
/
+3
*
misched prep: Cleanup ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
1
-2
/
+2
*
misched prep: rename InsertPos to End.
Andrew Trick
2012-03-07
1
-5
/
+5
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
1
-13
/
+13
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-20
/
+29
*
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
1
-35
/
+0
*
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
1
-0
/
+6
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-2
/
+2
*
PostRA sched: speed up physreg tracking by not abusing SparseSet.
Andrew Trick
2012-02-24
1
-15
/
+26
*
misched: cleanup reaching def computation
Andrew Trick
2012-02-23
1
-3
/
+5
*
PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.
Andrew Trick
2012-02-23
1
-78
/
+86
*
Don't compute latencies for regmask operands.
Jakob Stoklund Olesen
2012-02-22
1
-1
/
+3
*
misched: Use SparseSet for VRegDegs for constant time clear().
Andrew Trick
2012-02-22
1
-13
/
+19
[next]