aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar/BBLiveVar.h
AgeCommit message (Expand)Author
2004-01-09Move sparc-specific code into lib/Target/SparcChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-10-20Convert this code from using annotations to using a local mapChris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-08-12For an instruction with delay slots, mark all live values beforeVikram S. Adve
2003-01-14Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner
2003-01-14Move annotations to support libraryChris Lattner
2002-10-29Fix spelling of `propagate'.Misha Brukman
2002-10-28Eliminate uses of MachineBasicBlock::getChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-22Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Fixed several problems with handling arguments to Phis.Vikram S. Adve
2002-02-05Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner
2002-02-05Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner
2002-02-05* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner
2002-02-05Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner
2002-02-05* Big cleanups.Chris Lattner
2002-02-04Cut down include pollution and number of frivolous consts.Chris Lattner
2002-02-04Minor cleanupsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-12--added support for implicit operands in machine instructionsRuchira Sasanka
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-08-20LV info on machine instructionsRuchira Sasanka
2001-07-24*** empty log message ***Ruchira Sasanka