index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
LiveVar
/
FunctionLiveVarInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
1
-2
/
+2
*
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-20
/
+27
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-4
/
+3
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-1
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-1
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-0
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-6
/
+10
*
A single MachineInstr operand may now be both a def and a use.
Vikram S. Adve
2002-07-08
1
-3
/
+6
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-8
/
+8
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
1
-1
/
+6
*
Hide debugging options
Chris Lattner
2002-05-20
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
s/Method/Function
Chris Lattner
2002-04-27
1
-13
/
+14
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-6
/
+6
*
* General cleanups
Chris Lattner
2002-04-09
1
-21
/
+21
*
s/Method/Function
Chris Lattner
2002-04-08
1
-8
/
+8
*
Big bug fix: killed uses were being inserted instead of erased!
Vikram S. Adve
2002-03-18
1
-8
/
+28
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
1
-20
/
+16
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
1
-3
/
+5
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
1
-11
/
+9
*
Must include SetOperations to do set_*
Chris Lattner
2002-02-05
1
-0
/
+1
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
1
-27
/
+53
*
* Code Cleanups
Chris Lattner
2002-02-05
1
-1
/
+1
*
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...
Chris Lattner
2002-02-05
1
-1
/
+1
*
* Give BBLiveVar.cpp a proper file header
Chris Lattner
2002-02-05
1
-2
/
+19
*
Code cleanups, no functional change
Chris Lattner
2002-02-04
1
-82
/
+47
*
Clean up MethodLiveVarInfo
Chris Lattner
2002-02-04
1
-110
/
+77
*
Turn live variable analysis into a real MethodPass.
Chris Lattner
2002-02-04
1
-35
/
+16
*
* Add #includes that were yanked out of header files
Chris Lattner
2002-02-04
1
-0
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-7
/
+5
*
Added more comments. Added code to destructor in MethodLiveVarInfo to delete
Ruchira Sasanka
2001-12-08
1
-11
/
+55
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
No major change - added some comments
Ruchira Sasanka
2001-10-16
1
-7
/
+10
*
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
1
-6
/
+6
*
added support for implict operands in machine instruction
Ruchira Sasanka
2001-10-12
1
-0
/
+16
*
*** empty log message ***
Ruchira Sasanka
2001-09-30
1
-2
/
+3
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
1
-5
/
+5
*
analyze() now checks to see that we don't analyze the same method twice.
Vikram S. Adve
2001-08-28
1
-1
/
+5
*
LV code on machine instructions
Ruchira Sasanka
2001-08-20
1
-70
/
+104
*
*** empty log message ***
Ruchira Sasanka
2001-07-24
1
-0
/
+189