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
/
BBLiveVar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-05-27
1
-4
/
+4
*
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
1
-1
/
+1
*
Fix spelling of `propagate'.
Misha Brukman
2002-10-29
1
-1
/
+1
*
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-10
/
+8
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-4
/
+3
*
A single MachineInstr operand may now be both a def and a use.
Vikram S. Adve
2002-07-08
1
-6
/
+7
*
minor change in removing endl
Anand Shukla
2002-06-25
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-11
/
+11
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
s/Method/Function
Chris Lattner
2002-04-27
1
-1
/
+1
*
isLabelType is obsolete
Chris Lattner
2002-04-08
1
-1
/
+1
*
Fixed several problems with handling arguments to Phis.
Vikram S. Adve
2002-03-18
1
-36
/
+49
*
Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
1
-0
/
+1
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-2
/
+3
*
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
1
-6
/
+27
*
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
-0
/
+2
*
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
-10
/
+9
*
* Code Cleanups
Chris Lattner
2002-02-05
1
-13
/
+5
*
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
-121
/
+83
*
* Add #includes that were yanked out of header files
Chris Lattner
2002-02-04
1
-4
/
+5
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+9
*
Added more comments. Added code to destructor in MethodLiveVarInfo to delete
Ruchira Sasanka
2001-12-08
1
-10
/
+23
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-2
/
+2
*
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
1
-12
/
+12
*
added support for implict operands in machine instruction
Ruchira Sasanka
2001-10-12
1
-29
/
+60
*
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-10-01
1
-2
/
+2
*
Move the sparc target to a new lib/Target directory
Chris Lattner
2001-09-14
1
-1
/
+1
*
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-14
1
-1
/
+1
*
LV code on machine instructions
Ruchira Sasanka
2001-08-20
1
-54
/
+101
*
*** empty log message ***
Ruchira Sasanka
2001-07-24
1
-0
/
+158