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
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-04
Rename isOperand() to isOperandOf() (and other similar methods). It always co...
Evan Cheng
2008-03-01
Refactor / clean up code; remove td list scheduler special tie breaker (no re...
Evan Cheng
2008-02-20
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-16
Revert 47177, which was incorrect.
Dan Gohman
2008-02-15
Skip over the defs and start at the uses when looking for operands
Dan Gohman
2008-02-15
Use the TargetInstrDescr to determine the number of operands
Dan Gohman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-29
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
Fix a typo in a comment.
Dan Gohman
2008-01-29
Fix a typo in a comment.
Dan Gohman
2008-01-09
Special copy SUnit's do not have SDNode's.
Evan Cheng
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
simplify some code.
Chris Lattner
2008-01-07
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-20
More accurate checks for two-address constraints.
Evan Cheng
2007-12-20
Bring back a burr scheduling heuristic that's still needed.
Evan Cheng
2007-12-18
FIX for PR1799: When a load is unfolded from an instruction, check if it is a...
Evan Cheng
2007-11-09
Bug fix. Passive nodes are not in SUnitMap.
Evan Cheng
2007-11-06
Add pseudo dependency to force two-address instruction to be scheduled after
Evan Cheng
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
[next]