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