index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
LiveVar
/
FunctionLiveVarInfo.cpp
Age
Commit message (
Expand
)
Author
2004-01-09
Move sparc-specific code into lib/Target/Sparc
Chris Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Convert this code from using annotations to using a local map
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-08-14
Improvement to the previous fix: branch following a delay slot of
Vikram S. Adve
2003-08-12
For an instruction with delay slots, mark all live values before
Vikram S. Adve
2003-07-29
Don't require a BB to look-up live variables, unless they may need to
Vikram S. Adve
2003-05-27
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2002-10-28
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-08
A single MachineInstr operand may now be both a def and a use.
Vikram S. Adve
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-22
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-09
* General cleanups
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-18
Big bug fix: killed uses were being inserted instead of erased!
Vikram S. Adve
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-05
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
Must include SetOperations to do set_*
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
* Code Cleanups
Chris Lattner
2002-02-05
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...
Chris Lattner
2002-02-05
* Give BBLiveVar.cpp a proper file header
Chris Lattner
2002-02-04
Code cleanups, no functional change
Chris Lattner
2002-02-04
Clean up MethodLiveVarInfo
Chris Lattner
2002-02-04
Turn live variable analysis into a real MethodPass.
Chris Lattner
2002-02-04
* Add #includes that were yanked out of header files
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-08
Added more comments. Added code to destructor in MethodLiveVarInfo to delete
Ruchira Sasanka
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-10-16
No major change - added some comments
Ruchira Sasanka
2001-10-15
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-12
added support for implict operands in machine instruction
Ruchira Sasanka
2001-09-30
*** empty log message ***
Ruchira Sasanka
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-08-28
analyze() now checks to see that we don't analyze the same method twice.
Vikram S. Adve
[next]