| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an IndexedMap for LiveVariables::VirtRegInfo. | Jakob Stoklund Olesen | 2011-01-08 | 1 | -3/+4 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Keep track of phi join registers explicitly in LiveVariables. | Jakob Stoklund Olesen | 2010-02-23 | 1 | -0/+11 |
* | Move PHIElimination::isLiveOut method to LiveVariables. | Jakob Stoklund Olesen | 2009-12-01 | 1 | -0/+5 |
* | Fix PR5614: parts of a physical register def may be killed the rest. | Evan Cheng | 2009-12-01 | 1 | -2/+7 |
* | Be more clever about calculating live variables through new basic blocks. | Jakob Stoklund Olesen | 2009-11-21 | 1 | -5/+18 |
* | Fix liveness calculation when splitting critical edges during PHI elimination. | Jakob Stoklund Olesen | 2009-11-11 | 1 | -3/+5 |
* | Teach PHIElimination to split critical edges when -split-phi-edges is enabled. | Jakob Stoklund Olesen | 2009-11-10 | 1 | -1/+8 |
* | Clean up LiveVariables and change how it deals with partial updates and kills... | Evan Cheng | 2009-09-24 | 1 | -8/+1 |
* | Fix PR5024. LiveVariables physical register defs should *commit* only after all | Evan Cheng | 2009-09-23 | 1 | -1/+5 |
* | Forgot this. | Evan Cheng | 2009-09-22 | 1 | -2/+4 |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 1 | -1/+1 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+2 |
* | LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many | Jeffrey Yasskin | 2009-05-26 | 1 | -1/+2 |
* | Eliminate VarInfo::UsedBlocks. | Evan Cheng | 2009-05-26 | 1 | -4/+0 |
* | Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t... | Evan Cheng | 2009-01-20 | 1 | -1/+1 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Revert the part of r59145 that changed the comment about | Dan Gohman | 2008-11-12 | 1 | -7/+10 |
* | Update VarInfo's comments to reflect the current code. LiveVar | Dan Gohman | 2008-11-12 | 1 | -15/+12 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -2/+2 |
* | Factor out code into HandleVirtRegDef, for consistency with | Dan Gohman | 2008-09-21 | 1 | -0/+1 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson | 2008-08-04 | 1 | -4/+2 |
* | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 1 | -31/+11 |
* | - Add LiveVariables::replaceKillInstruction. This does a subset of instructio... | Evan Cheng | 2008-07-03 | 1 | -0/+5 |
* | Rewrite LiveVariable liveness computation. The new implementation is much sim... | Evan Cheng | 2008-04-16 | 1 | -24/+13 |
* | Now that I am told MachineRegisterInfo also tracks physical register uses / d... | Evan Cheng | 2008-04-02 | 1 | -0/+8 |
* | Remove #include<map> from LiveVariables.h. Not referenced. | Evan Cheng | 2008-04-02 | 1 | -1/+0 |
* | Fix live variables issues: | Evan Cheng | 2008-03-19 | 1 | -0/+6 |
* | Improve VarInfo::removeKill() by using std::find instead of linear search. | Evan Cheng | 2008-03-13 | 1 | -7/+6 |
* | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng | 2008-03-05 | 1 | -11/+3 |
* | Fixed typo. | Bill Wendling | 2008-02-20 | 1 | -1/+1 |
* | More constification of things. More comments added. No functionality | Bill Wendling | 2008-02-20 | 1 | -3/+3 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | Fix a typo in a comment. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-01-29 | 1 | -1/+1 |
* | Move some functionality for adding flags to MachineInstr's into methods on Ma... | Owen Anderson | 2008-01-24 | 1 | -23/+2 |
* | Move some calls to getVRegDef higher in the callgraph, so they don't get exec... | Owen Anderson | 2008-01-15 | 1 | -2/+4 |
* | Unbreak the build. | Evan Cheng | 2008-01-15 | 1 | -3/+3 |
* | More cleanups for MachineOperand: | Chris Lattner | 2007-12-30 | 1 | -2/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Live interval splitting: | Evan Cheng | 2007-11-17 | 1 | -17/+24 |
* | Oops, forgot to commit this file. | Owen Anderson | 2007-11-08 | 1 | -0/+4 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 1 | -2/+2 |
* | Don't assume that only Uses can be kills. Defs are marked as kills initially | Dan Gohman | 2007-07-20 | 1 | -1/+1 |
* | Properly handle kills of a physical register which has sub-registers that are... | Evan Cheng | 2007-06-26 | 1 | -0/+10 |
* | Eliminate MarkVirtRegAliveInBlock recursion. | Evan Cheng | 2007-05-08 | 1 | -0/+2 |