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
/
ScheduleDAGInstrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Remove an unnecessary restriction. MIsNeedChainEdge() should be checked even...
Owen Anderson
2014-09-12
1
-1
/
+1
*
[AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Chad Rosier
2014-09-08
1
-0
/
+9
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
2014-08-20
1
-2
/
+1
*
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
2014-08-20
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-2
/
+2
*
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
Alp Toker
2014-07-01
1
-2
/
+3
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Fix typos
Alp Toker
2014-05-15
1
-2
/
+2
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Remove seemingly-unneeded artificial dependency
Hal Finkel
2014-04-21
1
-5
/
+0
*
Better comments to explain buffered/unbuffered processor resources.
Andrew Trick
2014-04-18
1
-4
/
+8
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-38
/
+40
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-14
/
+14
*
Reenable use of TBAA during CodeGen
Hal Finkel
2014-04-12
1
-7
/
+1
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-2
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+4
*
Indent this continued line.
Nick Lewycky
2014-02-25
1
-4
/
+4
*
Fix change in behaviour accidentally introduced in r201754.
Nick Lewycky
2014-02-20
1
-2
/
+4
*
Simplify the implementation of getUnderlyingObjectsForInstr, without intendin...
Nick Lewycky
2014-02-20
1
-13
/
+12
*
Disable the use of TBAA when using AA in CodeGen
Hal Finkel
2014-01-25
1
-2
/
+11
*
Track multiple stores per object when using AA in ScheduleDAGInstrs
Hal Finkel
2014-01-20
1
-21
/
+38
*
Conservatively handle multiple MMOs in MIsNeedChainEdge
Hal Finkel
2014-01-08
1
-4
/
+4
*
Move the PostRA scheduler's fixupKills function for reuse.
Andrew Trick
2013-12-28
1
-3
/
+147
*
MI-Sched: Model "reserved" processor resources.
Andrew Trick
2013-12-05
1
-1
/
+7
*
MI-Sched: handle latency of in-order operations with the new machine model.
Andrew Trick
2013-12-05
1
-0
/
+16
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
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
[next]