index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAG.cpp
Age
Commit message (
Expand
)
Author
2006-02-09
Make MachineConstantPool entries alignments explicit
Chris Lattner
2006-02-04
Fix VC++ warning.
Jeff Cohen
2006-02-04
Get rid of some memory leaks identified by Valgrind
Evan Cheng
2006-02-04
Add initial support for immediates. This allows us to compile this:
Chris Lattner
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
Handle physreg input/outputs. We now compile this:
Chris Lattner
2006-01-26
Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an
Chris Lattner
2006-01-25
No need to keep track of top and bottom nodes in a group since the vector is
Evan Cheng
2006-01-25
Keep track of bottom / top element of a set of flagged nodes.
Evan Cheng
2006-01-23
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-21
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2005-12-29
purity++
Duraid Madina
2005-12-21
Disengage DEBUG_LOC from non-PPC targets.
Jim Laskey
2005-12-19
Amend comment.
Jim Laskey
2005-12-19
Create a strong dependency for loads following stores. This will leave a
Jim Laskey
2005-12-18
Keep VC++ happy.
Jeff Cohen
2005-12-18
Fix a bug Sabre was having where the DAG root was a group. The group dominator
Jim Laskey
2005-12-18
Groups were not emitted if the dominator node and the node in the ordering list
Jim Laskey
2005-12-18
Simplify code
Chris Lattner
2005-12-01
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
Nate Begeman
2005-11-30
Added an index field to GlobalAddressSDNode so it can represent X+12, etc.
Evan Cheng
2005-11-09
Switch the allnodes list from a vector of pointers to an ilist of nodes.This ...
Chris Lattner
2005-11-08
Explicitly initialize some instance vars
Chris Lattner
2005-11-07
Let's try ignoring resource utilization on the backward pass.
Jim Laskey
2005-11-05
Fix logic bug in finding retry slot in tally.
Jim Laskey
2005-11-04
Fix a warning
Jim Laskey
2005-11-04
Scheduling now uses itinerary data.
Jim Laskey
2005-10-31
1. Embed and not inherit vector for NodeGroup.
Jim Laskey
2005-10-30
Reduce the number of copies emitted as machine instructions by
Chris Lattner
2005-10-13
Inhibit instructions from being pushed before function calls. This will
Jim Laskey
2005-10-12
Finally committing to the new scheduler. Still -sched=none by default.
Jim Laskey
2005-10-09
When emiting a CopyFromReg and the source is already a vreg, do not bother
Chris Lattner
2005-10-04
Reverting to version - until problem isolated.
Jim Laskey
2005-10-03
Refactor gathering node info and emission.
Jim Laskey
2005-10-02
silence a bogus warning
Chris Lattner
2005-10-02
Add assertions to the trivial scheduler to check that the value types match
Chris Lattner
2005-10-02
Codegen CopyFromReg using the regclass that matches the valuetype of the
Chris Lattner
2005-10-01
Add some very paranoid checking for operand/result reg class matchup
Chris Lattner
2005-10-01
typo
Jim Laskey
2005-10-01
1. Simplify the gathering of node groups.
Jim Laskey
2005-09-30
1. Made things node-centric (from operand).
Jim Laskey
2005-09-29
Silence VC++ redeclaration warnings.
Jeff Cohen
2005-09-27
Remove some redundancies.
Jim Laskey
2005-09-26
Addition of a simple two pass scheduler. This version is currently hacked up
Jim Laskey
2005-09-02
Fix the release build, noticed by Eric van Riet Paap
Chris Lattner
2005-09-01
It is NDEBUG not _NDEBUG
Chris Lattner
2005-08-30
Name this variable to be what it really is!
Chris Lattner
2005-08-30
Handle CopyToReg nodes with flag operands correctly
Chris Lattner
2005-08-29
Add a hack to avoid some horrible code in some cases by always emitting
Chris Lattner
2005-08-27
fix PHI node emission for basic blocks that have select_cc's in them on ppc32
Chris Lattner
[next]