Age | Commit message (Expand) | Author |
2010-08-02 | Work in progress. | Nick Lewycky |
2010-07-31 | Speculatively revert r108614, "Another attempt at getting the clang self-host to | Daniel Dunbar |
2010-07-31 | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola |
2010-07-30 | Move MaximumAlignment to be a member of the Value class. | Dan Gohman |
2010-07-30 | Add missing newline to debug statement. | Nick Lewycky |
2010-07-29 | PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull | Eli Friedman |
2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-28 | Define a maximum supported alignment value for load, store, and | Dan Gohman |
2010-07-28 | When user code intentionally dereferences null, the alignment of the | Dan Gohman |
2010-07-28 | simplify | Gabor Greif |
2010-07-28 | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif |
2010-07-27 | recommit simplification (r109502, backed out r109509); seems to innocent | Gabor Greif |
2010-07-27 | back out this too to restore the bots | Gabor Greif |
2010-07-27 | simplify: CallSite::get --> CallSite constructor | Gabor Greif |
2010-07-27 | simplify | Gabor Greif |
2010-07-26 | Add an initial implementation of LazyValueInfo updating for JumpThreading. D... | Owen Anderson |
2010-07-26 | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman |
2010-07-26 | Preserve ScalarEvolution in the loop unroller. | Dan Gohman |
2010-07-26 | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman |
2010-07-26 | A block dominates itself, by definition. | Dan Gohman |
2010-07-24 | Revert this because we can't clone cyclic MDNodes which are creating during a | Nick Lewycky |
2010-07-24 | Whether function-local or not, a MDNode may reference a Function in which case | Nick Lewycky |
2010-07-22 | Speculatively revert 109117 | Devang Patel |
2010-07-22 | keep in 80 cols | Gabor Greif |
2010-07-22 | Map MDNode correctly. | Devang Patel |
2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
2010-07-22 | simplify | Gabor Greif |
2010-07-22 | do not access arguments via low-level interface, do not multiply dereference ... | Gabor Greif |
2010-07-22 | pass dereferenced iterator to dyn_cast | Gabor Greif |
2010-07-22 | pass dereferenced iterator to dyn_cast | Gabor Greif |
2010-07-22 | undo 80 column trespassing I caused | Gabor Greif |
2010-07-21 | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-20 | Make this code a little more readable. | Dan Gohman |
2010-07-20 | Use DebugLocs instead of MDNodes. | Dan Gohman |
2010-07-20 | Fix a typo. | Dan Gohman |
2010-07-20 | Don't look up the "dbg" metadata kind by name. | Dan Gohman |
2010-07-20 | Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, | Dan Gohman |
2010-07-20 | Remember that the induction variable is always a PHINode and | Dan Gohman |
2010-07-19 | Tweak per Chris' comments. | Owen Anderson |
2010-07-19 | Reimplement r108639 in InstCombine rather than DAGCombine. | Owen Anderson |
2010-07-17 | Another attempt at getting the clang self-host to like my instcombine patch. | Owen Anderson |
2010-07-16 | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner |
2010-07-16 | Reorder the contents of various getAnalysisUsage functions, eliminating | Dan Gohman |
2010-07-16 | Remove the rest of my instcombine changes. Back to the drawing board on this... | Owen Anderson |
2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
2010-07-16 | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky |
2010-07-16 | Also revert 108422, it's causing some test failures. | Eric Christopher |
2010-07-15 | Don't merge uses when they are targetting fixup sites with | Dan Gohman |
2010-07-15 | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman |