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
/
InstrSched
/
SchedGraph.cpp
Age
Commit message (
Expand
)
Author
2004-10-08
InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-18
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Brian Gaeke
2004-08-16
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403:
Chris Lattner
2004-07-15
Fix for PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-02
Adjust to the new TargetMachine interface
Chris Lattner
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
Brian Gaeke
2004-02-18
Eliminate operator[] is deprecated warnings
Chris Lattner
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
getOpCode() --> getOpcode().
Brian Gaeke
2004-02-09
Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator
Brian Gaeke
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-06
Let's not forget about our friends -- Constant Pool indices.
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-28
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-27
*** empty log message ***
Tanya Lattner
2003-08-25
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-07-02
A def. operand of a machine instruction may be an ordinary Value*,
Vikram S. Adve
2003-05-31
Changes to allow explicit physical register arguments that have been
Vikram S. Adve
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-22
Cleaned up code layout. No functional changes.
Misha Brukman
2003-05-22
Kill `using' directives.
Misha Brukman
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-10-28
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-13
Major bug fix: was not adding CD edges for RETURNs!
Vikram S. Adve
2002-08-09
Very minor cleanups
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-08
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-09
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-24
Minor changes.
Vikram S. Adve
2002-02-03
* Straighten out #includes
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-12
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-11
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
[next]