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
/
SelectionDAG
/
ScheduleDAGRRList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug fix. Passive nodes are not in SUnitMap.
Evan Cheng
2007-11-09
1
-3
/
+6
*
Add pseudo dependency to force two-address instruction to be scheduled after
Evan Cheng
2007-11-06
1
-2
/
+5
*
One mundane change: Change ReplaceAllUsesOfValueWith to *optionally*
Chris Lattner
2007-10-15
1
-4
/
+2
*
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-12
1
-0
/
+13
*
Fix a typo in a comment.
Dan Gohman
2007-10-05
1
-1
/
+1
*
Chain producing nodes cannot be moved, not chain reading nodes.
Evan Cheng
2007-10-05
1
-5
/
+7
*
Oops. Didn't mean to leave this in.
Evan Cheng
2007-10-05
1
-1
/
+0
*
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-05
1
-19
/
+132
*
If two instructions are both two-address code, favors (schedule closer to
Evan Cheng
2007-09-28
1
-3
/
+20
*
Remove a poor scheduling heuristic.
Evan Cheng
2007-09-28
1
-34
/
+5
*
Trim some unneeded fields.
Evan Cheng
2007-09-28
1
-17
/
+8
*
Avoid inserting a live register more than once.
Evan Cheng
2007-09-27
1
-8
/
+18
*
Boogs.
Evan Cheng
2007-09-27
1
-10
/
+10
*
Be smarter about which node to force schedule. Reduce # of duplications + cop...
Evan Cheng
2007-09-27
1
-84
/
+120
*
Backtracking only when it won't create a cycle.
Evan Cheng
2007-09-27
1
-23
/
+35
*
- Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.
Evan Cheng
2007-09-26
1
-65
/
+145
*
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-25
1
-71
/
+398
*
Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
Evan Cheng
2007-09-19
1
-22
/
+22
*
Bug fixes.
Evan Cheng
2007-09-13
1
-4
/
+4
*
Minor cleanups to reduce some spurious differences between different
Dan Gohman
2007-08-20
1
-9
/
+11
*
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-13
1
-1
/
+1
*
Remove unused variables.
David Greene
2007-06-29
1
-3
/
+0
*
Remove unnecessary attributions in comments.
David Greene
2007-06-29
1
-1
/
+1
*
Remove the "special tie breaker" because it resulted in inconsistent
David Greene
2007-06-29
1
-10
/
+12
*
std::set is really really terrible. Switch to SmallPtrSet to reduce compile t...
Evan Cheng
2007-06-22
1
-4
/
+4
*
Fix a typo in a comment.
Dan Gohman
2007-04-26
1
-1
/
+1
*
Estimate a cost using the possible number of scratch registers required and use
Evan Cheng
2007-03-14
1
-9
/
+47
*
Try schedule def + use closer whne Sethi-Ullman numbers are the same.
Evan Cheng
2007-03-13
1
-6
/
+38
*
switch the sched unit map over to use a DenseMap instead of std::map. This
Chris Lattner
2007-02-03
1
-5
/
+5
*
Fit in 80 columns
Chris Lattner
2007-02-01
1
-5
/
+7
*
Naming consistency.
Evan Cheng
2007-01-08
1
-25
/
+27
*
Fix for PR1075: bottom-up register-reduction scheduling actually increases re...
Evan Cheng
2007-01-08
1
-120
/
+72
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-16
/
+15
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-8
/
+4
*
Remove dead code; added a missing null ptr check.
Evan Cheng
2006-11-06
1
-32
/
+1
*
Changes to use operand constraints to process two-address instructions.
Evan Cheng
2006-11-04
1
-44
/
+128
*
silence warning
Chris Lattner
2006-11-03
1
-35
/
+0
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+0
*
Clean up.
Evan Cheng
2006-11-01
1
-5
/
+11
*
CopyFromReg starts a live range so its use should not be considered a floater.
Evan Cheng
2006-11-01
1
-1
/
+1
*
Debug tweak.
Evan Cheng
2006-10-14
1
-2
/
+2
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
Chris Lattner
2006-08-17
1
-30
/
+30
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
1
-1
/
+1
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
1
-2
/
+4
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
1
-4
/
+14
*
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
1
-1
/
+1
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-2
/
+4
*
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
1
-1
/
+2
*
Make sure the register pressure reduction schedulers work for non-uniform
Evan Cheng
2006-05-30
1
-12
/
+14
[next]