| Commit message (Expand) | Author | Age | Files | Lines |
* | When promoting an alloca to registers discard any lifetime intrinsics. | Nick Lewycky | 2011-06-17 | 1 | -0/+59 |
* | Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when | Cameron Zwarich | 2011-05-24 | 1 | -12/+0 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -1/+1 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+1 |
* | Refactor into a separate utility function. | Devang Patel | 2011-03-17 | 1 | -29/+14 |
* | Do not use DIFactory. Use DIBuilder. | Devang Patel | 2011-02-24 | 1 | -6/+7 |
* | Convert two std::vectors to SmallVectors for a 3.4% speedup running -scalarrepl | Cameron Zwarich | 2011-01-23 | 1 | -2/+2 |
* | Convert a std::map to a DenseMap for another 1.7% speedup on -scalarrepl. | Cameron Zwarich | 2011-01-18 | 1 | -3/+3 |
* | Make a std::vector a SmallVector<*, 32> like the other vectors in the same | Cameron Zwarich | 2011-01-18 | 1 | -1/+1 |
* | Remove outdated references to dominance frontiers. | Cameron Zwarich | 2011-01-18 | 1 | -7/+7 |
* | Roll r123609 back in with two changes that fix test failures with expensive | Cameron Zwarich | 2011-01-17 | 1 | -50/+119 |
* | Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. | Cameron Zwarich | 2011-01-17 | 1 | -118/+49 |
* | Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to | Cameron Zwarich | 2011-01-17 | 1 | -49/+118 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -1/+1 |
* | Don't keep track of inserted phis in PromoteMemoryToRegister: the information | Duncan Sands | 2010-11-22 | 1 | -8/+3 |
* | Have a few places that want to simplify phi nodes use SimplifyInstruction | Duncan Sands | 2010-11-16 | 1 | -3/+4 |
* | remove some dead code. | Chris Lattner | 2010-08-18 | 1 | -8/+0 |
* | Don't look up the "dbg" metadata kind by name. | Dan Gohman | 2010-07-20 | 1 | -4/+5 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -3/+5 |
* | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 1 | -3/+2 |
* | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel | 2010-06-04 | 1 | -4/+2 |
* | Fix typo. | Devang Patel | 2010-05-28 | 1 | -1/+1 |
* | Fix typo. | Devang Patel | 2010-05-28 | 1 | -1/+1 |
* | Do not drop location info for inlined function args. | Devang Patel | 2010-05-27 | 1 | -0/+5 |
* | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -1/+1 |
* | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 1 | -1/+1 |
* | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel | 2010-05-07 | 1 | -1/+1 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -6/+6 |
* | mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics | Victor Hernandez | 2010-01-29 | 1 | -3/+13 |
* | some cleanups. | Chris Lattner | 2010-01-27 | 1 | -14/+15 |
* | no need to check for null | Chris Lattner | 2010-01-27 | 1 | -1/+1 |
* | When converting dbg.declare to dbg.value, attach promoted store's debug metad... | Victor Hernandez | 2010-01-27 | 1 | -1/+4 |
* | Switch AllocaDbgDeclares to SmallVector and don't leak DIFactory | Victor Hernandez | 2010-01-26 | 1 | -1/+4 |
* | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez | 2010-01-26 | 1 | -1/+52 |
* | Revert r94260 until findDbgDeclare() is made more efficient | Victor Hernandez | 2010-01-25 | 1 | -38/+3 |
* | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez | 2010-01-23 | 1 | -3/+38 |
* | Keep ignoring pointer-to-pointer bitcasts | Victor Hernandez | 2010-01-22 | 1 | -3/+0 |
* | DbgInfoIntrinsic no longer appear in an instruction's use list | Victor Hernandez | 2010-01-21 | 1 | -19/+4 |
* | Use do+while instead of while for loops which obviously have a | Dan Gohman | 2010-01-05 | 1 | -2/+2 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+0 |
* | Don't leave pointers uninitialized in the default constructor. GCC complains | Chandler Carruth | 2009-12-13 | 1 | -1/+1 |
* | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky | 2009-11-23 | 1 | -8/+4 |
* | fix a bug exposed by moving SRoA earlier which caused a crash building kc++ | Chris Lattner | 2009-11-02 | 1 | -1/+6 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -3/+3 |
* | tidy up | Chris Lattner | 2009-09-21 | 1 | -7/+8 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -11/+8 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -0/+3 |