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
/
include
/
llvm
/
CodeGen
/
FunctionLiveVarInfo.h
Age
Commit message (
Expand
)
Author
2004-02-24
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Add a new map
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Fix header file comment
Chris Lattner
2003-08-12
Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps.
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-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-22
Avoid #including CommandLine.h
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-19
Big bug fix: killed uses were being inserted instead of erased!
Vikram S. Adve
2002-02-05
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
* Big cleanups.
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
Remove tons of include pollution
Chris Lattner
2001-12-08
Added comments are more documentation info
Ruchira Sasanka
2001-10-12
--added support for implicit operands in machine instructions
Ruchira Sasanka
2001-10-01
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-09-30
no major change.
Ruchira Sasanka
2001-08-28
Use const int instead of #define.
Vikram S. Adve
2001-08-20
LV info on machine instructions
Ruchira Sasanka
2001-07-24
*** empty log message ***
Ruchira Sasanka