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
/
LiveVariables.h
Age
Commit message (
Expand
)
Author
2006-01-04
add a comment that I should have written a long time ago
Chris Lattner
2006-01-04
add a dump method to help debugging
Chris Lattner
2005-08-25
Fix a problem Duraid noticed, where we weren't removing values from the kills
Chris Lattner
2005-08-24
Keep the killed/dead sets sorted, so that "KillsRegister" can do a quick
Chris Lattner
2005-08-23
Change live variables from using multimaps to using maps of vectors and
Chris Lattner
2005-08-23
Add RegisterDefIsDead to correspond to KillsRegister, mark both const
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-01
Add a useful accessor
Chris Lattner
2004-08-26
Use newly added API in MRegisterInfo and don't expose the allocatable
Alkis Evlogimenos
2004-07-19
There is no need to store the MBB along with the MI any more, we can now
Chris Lattner
2004-07-19
Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)
Chris Lattner
2004-07-19
Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent()
Chris Lattner
2004-07-01
Now that we have happy mappings from MBBs->numbers, use them instead of keeping
Chris Lattner
2004-05-01
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
Chris Lattner
2004-02-19
ADd a method for when an instruction moves
Chris Lattner
2004-01-30
Add a new lazily constructed mapping from Idx's the MBB they represent
Chris Lattner
2004-01-11
Make LiveVariables::HandlePhysRegUse and
Alkis Evlogimenos
2003-12-18
Add TwoAddressInstructionPass to handle instructions that have two or
Alkis Evlogimenos
2003-12-13
Ignore non-allocatable physical registers in live interval analysis.
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-05-12
Beef up interface, move getVarInfo out-of-line.
Chris Lattner
2003-05-12
Expand API for updating live var info.
Chris Lattner
2003-05-07
Add comments, add a vector to keep track of which registers are allocatable
Chris Lattner
2003-01-13
Add new files
Chris Lattner