index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSched
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move function to cpp file from header
Chris Lattner
2002-11-02
2
-5
/
+7
*
New iostream definitions
Chris Lattner
2002-11-01
1
-0
/
+1
*
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
4
-186
/
+96
*
Make Scheduling Class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
1
-3
/
+3
*
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
1
-21
/
+20
*
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
1
-0
/
+1
*
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-10-28
1
-1
/
+0
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
2
-13
/
+13
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
2
-4
/
+4
*
Tell PassManager that this pass does not invalidate the CFG so that dominator
Chris Lattner
2002-10-23
1
-0
/
+1
*
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-10-13
1
-15
/
+9
*
Major bug fix: was not adding CD edges for RETURNs!
Vikram S. Adve
2002-10-13
1
-8
/
+10
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
4
-41
/
+19
*
Very minor cleanups
Chris Lattner
2002-08-09
1
-23
/
+15
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
1
-6
/
+6
*
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
1
-8
/
+20
*
*** empty log message ***
Chris Lattner
2002-07-25
3
-5
/
+5
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-24
5
-10
/
+9
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-7
/
+10
*
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
5
-102
/
+91
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
2
-7
/
+6
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
2
-4
/
+4
*
Hide debugging options
Chris Lattner
2002-05-20
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
4
-9
/
+1
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
s/Method/Function
Chris Lattner
2002-04-27
3
-11
/
+11
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-12
/
+7
*
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
1
-1
/
+0
*
* Add a file header with some information
Chris Lattner
2002-04-09
1
-35
/
+25
*
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
1
-12
/
+8
*
s/Method/Function
Chris Lattner
2002-04-08
2
-3
/
+3
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-8
/
+8
*
Use deterministic iterator for SchedGraphs. This is actually not
Vikram S. Adve
2002-03-24
1
-24
/
+10
*
Bug fix: nextToTry was not being initialized in one case.
Vikram S. Adve
2002-03-24
1
-3
/
+5
*
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
1
-0
/
+1
*
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
1
-39
/
+53
*
Minor changes.
Vikram S. Adve
2002-03-24
1
-7
/
+3
*
Rename Method to Function
Chris Lattner
2002-03-23
2
-6
/
+7
*
Change to make it build with GCC 2.95.3
Anand Shukla
2002-02-26
1
-1
/
+1
*
* Silence signed/unsigned warnings
Chris Lattner
2002-02-24
2
-3
/
+4
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
2
-14
/
+12
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
1
-7
/
+7
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
1
-7
/
+5
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
2
-10
/
+7
*
* Add a #include not indirectly included any more
Chris Lattner
2002-02-05
1
-0
/
+1
*
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
3
-50
/
+62
[next]