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
/
Analysis
/
LiveVar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-05-27
2
-10
/
+11
*
The word `operands' has an `r' in it.
Misha Brukman
2003-05-20
1
-1
/
+1
*
Sparc instruction opcodes now all live under the `V9' namespace.
Misha Brukman
2003-05-20
1
-2
/
+2
*
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
2
-3
/
+3
*
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
2
-3
/
+3
*
Move annotations to support library
Chris Lattner
2003-01-14
1
-1
/
+1
*
Fix spelling of `propagate'.
Misha Brukman
2002-10-29
2
-2
/
+2
*
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-10-28
3
-33
/
+43
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
2
-8
/
+6
*
- 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-23
1
-2
/
+0
*
*** 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
2
-9
/
+13
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-2
/
+2
*
minor change in removing endl
Anand Shukla
2002-06-25
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-06-25
4
-29
/
+29
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
1
-1
/
+6
*
Move the DEBUG_LV option out of the public header file into a private header.
Chris Lattner
2002-05-22
1
-0
/
+9
*
Hide debugging options
Chris Lattner
2002-05-20
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
2
-2
/
+0
*
Simplify and update code a bit
Chris Lattner
2002-04-28
1
-5
/
+5
*
s/Method/Function
Chris Lattner
2002-04-27
2
-14
/
+15
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-6
/
+6
*
Just use << isntead of forcing getStrValue
Chris Lattner
2002-04-18
1
-1
/
+1
*
* General cleanups
Chris Lattner
2002-04-09
1
-21
/
+21
*
s/Method/Function
Chris Lattner
2002-04-08
1
-8
/
+8
*
isLabelType is obsolete
Chris Lattner
2002-04-08
1
-1
/
+1
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-1
/
+0
*
Fixed several problems with handling arguments to Phis.
Vikram S. Adve
2002-03-18
2
-41
/
+55
*
Big bug fix: killed uses were being inserted instead of erased!
Vikram S. Adve
2002-03-18
1
-8
/
+28
*
Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
2
-1
/
+2
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-2
/
+3
*
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
3
-32
/
+56
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
2
-6
/
+10
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
3
-17
/
+16
*
Must include SetOperations to do set_*
Chris Lattner
2002-02-05
2
-0
/
+2
*
Remove empty files
Chris Lattner
2002-02-05
1
-0
/
+0
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
5
-104
/
+72
*
* Code Cleanups
Chris Lattner
2002-02-05
3
-59
/
+29
*
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...
Chris Lattner
2002-02-05
3
-3
/
+3
*
* Give BBLiveVar.cpp a proper file header
Chris Lattner
2002-02-05
2
-123
/
+102
*
* Big cleanups.
Chris Lattner
2002-02-05
1
-21
/
+22
*
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
4
-16
/
+17
*
Cut down include pollution and number of frivolous consts.
Chris Lattner
2002-02-04
1
-14
/
+8
[next]