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
/
BBLiveVar.h
Age
Commit message (
Expand
)
Author
2004-01-09
Move sparc-specific code into lib/Target/Sparc
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Convert this code from using annotations to using a local map
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-08-12
For an instruction with delay slots, mark all live values before
Vikram S. Adve
2003-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
Move annotations to support library
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-28
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-22
Move the DEBUG_LV option out of the public header file into a private header.
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Fixed several problems with handling arguments to Phis.
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
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...
Chris Lattner
2002-02-05
* Big cleanups.
Chris Lattner
2002-02-04
Cut down include pollution and number of frivolous consts.
Chris Lattner
2002-02-04
Minor cleanups
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
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-08-20
LV info on machine instructions
Ruchira Sasanka
2001-07-24
*** empty log message ***
Ruchira Sasanka