Age | Commit message (Expand) | Author |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-25 | Make AliasAnalysis and related classes use | Dan Gohman |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-17 | Replace isTrapping with a new, similar method called | Eli Friedman |
2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2009-07-03 | Second batch of passes using LLVMContext. | Owen Anderson |
2009-03-27 | Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due to | Duncan Sands |
2009-03-26 | While hoisting an instruction, update alias info set tracker. | Devang Patel |
2009-03-09 | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner |
2009-02-12 | This code doesn't actually use the ExitingBlocks list. | Dan Gohman |
2008-10-22 | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-07-24 | Put the LICM of constant GlobalVariables, introduced in r53945, under a | Dan Gohman |
2008-07-23 | "Allow LICM to sink or lift loads from constant memory. Also add a test | Chris Lattner |
2008-06-22 | Use Loop::block_iterator. | Dan Gohman |
2008-05-23 | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman |
2008-05-22 | rewrite the validity checking for memory promotion to be simpler, | Chris Lattner |
2008-05-22 | Use 'continue' to reduce nesting in this loop. No functionality change. | Chris Lattner |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-06 | Make several variable declarations static. | Dan Gohman |
2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-01 | Integrate the readonly/readnone logic more deeply | Duncan Sands |
2007-11-25 | Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... | Anton Korobeynikov |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-10-31 | Fix a typo in a comment. | Dan Gohman |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-10-01 | Relax unsafe use check. If there is one unconditional use inside the loop the... | Devang Patel |
2007-09-25 | Do not reserve DOM check for GetElementPtrInst. | Devang Patel |
2007-09-24 | Do not promote null values because it may be unsafe to do so. | Devang Patel |
2007-09-19 | Avoid unsafe promotion. | Devang Patel |
2007-09-18 | Fix PR1657 | Devang Patel |
2007-08-21 | Use SmallVector instead of std::vector. | Devang Patel |
2007-08-18 | Typo. | Nick Lewycky |
2007-07-31 | Add note. | Devang Patel |
2007-07-31 | Implement Simple Analysis interfaces - cloneBasicBlockAnalysis and deleteAnal... | Devang Patel |
2007-07-30 | LICM preserves scalar evolution and dom frontier. | Devang Patel |
2007-06-07 | Do not require ETForest. Now it is unused by LICM. | Devang Patel |
2007-06-07 | Use DominatorTree instead of ETForest. | Devang Patel |
2007-06-05 | Allow insertelement, extractelement, and shufflevector to be hoisted/sunk | Dan Gohman |
2007-06-04 | s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g | Devang Patel |
2007-06-03 | s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g | Devang Patel |
2007-06-01 | Insert new instructions in AliasSet. | Devang Patel |
2007-05-30 | Fix typo. | Devang Patel |
2007-05-06 | Fix typo in comment. | Nick Lewycky |