index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
LiveVar
/
BBLiveVar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move sparc-specific code into lib/Target/Sparc
Chris Lattner
2004-01-09
1
-232
/
+0
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-5
/
+4
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-3
/
+2
*
Convert this code from using annotations to using a local map
Chris Lattner
2003-10-20
1
-21
/
+4
*
Remove using declaration
Chris Lattner
2003-10-20
1
-13
/
+11
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
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