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
/
ScheduleDAGEmit.cpp
Age
Commit message (
Expand
)
Author
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-14
For post-regalloc scheduling, remove the instructions from the block
Dan Gohman
2008-11-14
Initial support for carrying MachineInstrs in SUnits.
Dan Gohman
2008-11-13
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
Make the Node member of SUnit private, and add accessors.
Dan Gohman
2008-11-13
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
Dan Gohman
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-17
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-16
When converting a CopyFromReg to a copy instruction, use the register class o...
Evan Cheng
2008-09-16
Reverting r56249. On further investigation, this functionality isn't needed.
Bill Wendling
2008-09-16
- Change "ExternalSymbolSDNode" to "SymbolSDNode".
Bill Wendling
2008-09-12
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
2008-09-12
Pass "earlyclobber" bit through to machine
Dale Johannesen
2008-09-12
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-09-05
Move the code that inserts copies for function livein registers
Dan Gohman
2008-09-05
Revert r55817. It broke PIC. FastISel will need to find a different
Dan Gohman
2008-09-05
In FastISel mode, the scheduler may be invoked multiple times
Dan Gohman
2008-09-03
Separate MachineInstr-emitting routines from actual scheduling
Dan Gohman