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-05-31
commuteInstruction() does not always create a new MI!
Evan Cheng
2006-05-31
Eliminate a memory leak.
Evan Cheng
2006-05-18
lib/Target/Target.td
Evan Cheng
2006-05-16
Move function-live-in-handling code from the sdisel code to the scheduler.
Chris Lattner
2006-05-13
Fixing 2006-05-01-SchedCausingSpills.ll; some clean up
Evan Cheng
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
Duh. That could take a long time.
Evan Cheng
2006-05-12
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-11
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-24
fix spello
Chris Lattner
2006-03-20
TargetData doesn't know the alignment of vectors :(
Chris Lattner
2006-03-10
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
prune #includes
Chris Lattner
2006-03-10
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
Make EmitNode take a SDNode instead of a NodeInfo*
Chris Lattner
2006-03-10
Move the VRBase field from NodeInfo to being a separate, explicit, map.
Chris Lattner
2006-03-10
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
Chris Lattner
2006-03-08
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-05
When a hazard recognizer needs noops to be inserted, do so. This represents
Chris Lattner
2006-02-25
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-24
Pass all the flags to the asm printer, not just the # operands.
Chris Lattner
2006-02-24
rename NumOps -> NumVals to avoid shadowing a NumOps var in an outer scope.
Chris Lattner
2006-02-24
Refactor operand adding out to a new AddOperand method
Chris Lattner
2006-02-23
Record all of the expanded registers in the DAG and machine instr, fixing
Chris Lattner
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
[next]