Age | Commit message (Expand) | Author |
2010-11-22 | Don't keep track of inserted phis in PromoteMemoryToRegister: the information | Duncan Sands |
2010-11-16 | Have a few places that want to simplify phi nodes use SimplifyInstruction | Duncan Sands |
2010-08-18 | remove some dead code. | Chris Lattner |
2010-07-20 | Don't look up the "dbg" metadata kind by name. | Dan Gohman |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-04 | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel |
2010-05-28 | Fix typo. | Devang Patel |
2010-05-28 | Fix typo. | Devang Patel |
2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
2010-05-11 | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
2010-05-07 | Wrap const MDNode * inside DIDescriptor. | Devang Patel |
2010-05-07 | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel |
2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-01-29 | mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics | Victor Hernandez |
2010-01-27 | some cleanups. | Chris Lattner |
2010-01-27 | no need to check for null | Chris Lattner |
2010-01-27 | When converting dbg.declare to dbg.value, attach promoted store's debug metad... | Victor Hernandez |
2010-01-26 | Switch AllocaDbgDeclares to SmallVector and don't leak DIFactory | Victor Hernandez |
2010-01-26 | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez |
2010-01-25 | Revert r94260 until findDbgDeclare() is made more efficient | Victor Hernandez |
2010-01-23 | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez |
2010-01-22 | Keep ignoring pointer-to-pointer bitcasts | Victor Hernandez |
2010-01-21 | DbgInfoIntrinsic no longer appear in an instruction's use list | Victor Hernandez |
2010-01-05 | Use do+while instead of while for loops which obviously have a | Dan Gohman |
2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
2009-12-13 | Don't leave pointers uninitialized in the default constructor. GCC complains | Chandler Carruth |
2009-11-23 | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky |
2009-11-02 | fix a bug exposed by moving SRoA earlier which caused a crash building kc++ | Chris Lattner |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-09-21 | tidy up | Chris Lattner |
2009-09-03 | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman |
2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-30 | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar |
2009-07-30 | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2009-05-06 | Simplify code by using SmallVector's pop_back_val() instead of | Dan Gohman |
2009-04-16 | Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of | Eli Friedman |
2009-03-06 | Tweak the check for promotable alloca's to handle | Dale Johannesen |
2008-11-17 | Let AnalyzeAlloca() remove debug intrinsics. | Devang Patel |
2008-11-08 | Rework r58829, allowing removal of dbg info intrinsics during alloca | Daniel Dunbar |
2008-11-07 | BCUI + 1 doesn't work. Use next instead. | Bill Wendling |
2008-11-07 | Handle (delete) dbg intrinsics while promoting alloca. | Devang Patel |
2008-10-27 | Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of | Chris Lattner |
2008-10-27 | Add a new LargeBlockInfo helper, which is just a wrapper around | Chris Lattner |