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
/
InstrScheduling.cpp
Age
Commit message (
Expand
)
Author
2004-03-31
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-02-29
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2004-02-25
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-24
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-18
Fix deprecated operator[] warnings
Chris Lattner
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
getOpCode() --> getOpcode().
Brian Gaeke
2004-02-09
Move InstrSchedule's iterator begin/end methods inline.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
Do not use a class before it is defined.
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-17
Fixed spelling.
Misha Brukman
2003-09-16
Add flag to control whether or not delay slots are filled during
Vikram S. Adve
2003-08-25
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-15
Remove uses of the NonCopyable class, to make the doxygen output look better
Chris Lattner
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-07-26
Be const correct
Chris Lattner
2003-05-22
Cleaned up code layout. No functional changes.
Misha Brukman
2003-05-22
Kill `using' directives.
Misha Brukman
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
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
Make Scheduling Class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
*** empty log message ***
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-23
Tell PassManager that this pass does not invalidate the CFG so that dominator
Chris Lattner
2002-10-13
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-25
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-22
*** 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-05-22
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-09
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
* Add a file header with some information
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-24
Add option to disable scheduling.
Vikram S. Adve
2002-02-24
* Silence signed/unsigned warnings
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
[next]