aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveVariables.h
Commit message (Expand)AuthorAgeFilesLines
* Live interval splitting:Evan Cheng2007-11-171-17/+24
* Oops, forgot to commit this file.Owen Anderson2007-11-081-0/+4
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-2/+2
* Don't assume that only Uses can be kills. Defs are marked as kills initiallyDan Gohman2007-07-201-1/+1
* Properly handle kills of a physical register which has sub-registers that are...Evan Cheng2007-06-261-0/+10
* Eliminate MarkVirtRegAliveInBlock recursion.Evan Cheng2007-05-081-0/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+3
* Be careful when to add implicit kill / dead operands. Don't add them during /...Evan Cheng2007-04-261-14/+22
* Data structure change to improve compile time (especially in debug mode).Evan Cheng2007-04-251-14/+10
* Fix for PR1306.Evan Cheng2007-04-251-2/+19
* VarInfo::UsedBlocks is no longer used. Remove.Evan Cheng2007-04-181-4/+0
* Keep track of number of uses within the function per virtual register.Evan Cheng2007-04-171-1/+5
* Track the BB's where each virtual register is used.Evan Cheng2007-03-171-0/+6
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-191-4/+5
* For PR1207:Reid Spencer2007-02-191-5/+4
* Allow LiveVariables to track liveness of more registers.Evan Cheng2007-02-171-4/+5
* Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng2007-02-151-2/+3
* Do away with kill / dead maps. Move kill / dead info onto MI's.Evan Cheng2006-11-151-95/+36
* Fix for PR929. The PHI nodes were being gone through for each instructionBill Wendling2006-10-031-1/+11
* Move two methods out of line, make them work when the record for a machineChris Lattner2006-09-031-28/+6
* add a comment that I should have written a long time agoChris Lattner2006-01-041-0/+28
* add a dump method to help debuggingChris Lattner2006-01-041-0/+2
* Fix a problem Duraid noticed, where we weren't removing values from the killsChris Lattner2005-08-251-2/+20
* Keep the killed/dead sets sorted, so that "KillsRegister" can do a quickChris Lattner2005-08-241-22/+26
* Change live variables from using multimaps to using maps of vectors andChris Lattner2005-08-231-46/+62
* Add RegisterDefIsDead to correspond to KillsRegister, mark both constChris Lattner2005-08-231-2/+14
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Add a useful accessorChris Lattner2005-01-011-0/+10
* Use newly added API in MRegisterInfo and don't expose the allocatableAlkis Evlogimenos2004-08-261-4/+0
* There is no need to store the MBB along with the MI any more, we can nowChris Lattner2004-07-191-10/+8
* Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)Chris Lattner2004-07-191-8/+4
* Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent()Chris Lattner2004-07-191-3/+2
* Now that we have happy mappings from MBBs->numbers, use them instead of keepingChris Lattner2004-07-011-23/+0
* Stop LiveVariables from using BasicBlocks as part of the mapping, insteadChris Lattner2004-05-011-10/+6
* ADd a method for when an instruction movesChris Lattner2004-02-191-0/+6
* Add a new lazily constructed mapping from Idx's the MBB they representChris Lattner2004-01-301-0/+10
* Make LiveVariables::HandlePhysRegUse andAlkis Evlogimenos2004-01-111-2/+3
* Add TwoAddressInstructionPass to handle instructions that have two orAlkis Evlogimenos2003-12-181-12/+56
* Ignore non-allocatable physical registers in live interval analysis.Alkis Evlogimenos2003-12-131-0/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Beef up interface, move getVarInfo out-of-line.Chris Lattner2003-05-121-12/+39
* Expand API for updating live var info.Chris Lattner2003-05-121-8/+39
* Add comments, add a vector to keep track of which registers are allocatableChris Lattner2003-05-071-5/+19