Age | Commit message (Expand) | Author |
2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-01 | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman |
2011-01-16 | Teach DAE to look for functions whose arguments are unused, and change all ca... | Anders Carlsson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-20 | Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, | Dan Gohman |
2010-06-07 | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman |
2010-05-15 | Clean up, no functional change. | Nick Lewycky |
2010-04-30 | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel |
2010-04-14 | I don't know how, but I managed to goof the revert. Remove function that should | Nick Lewycky |
2010-04-14 | Revert r101213. | Nick Lewycky |
2010-04-14 | Remove tab. | Nick Lewycky |
2010-04-14 | While DAE can't modify the function signature of an externally visible function, | Nick Lewycky |
2010-04-10 | Implement support for varargs functions without any fixed | Chris Lattner |
2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
2010-04-01 | Clean up this file a little, no functionality change. This is a subset of my | Nick Lewycky |
2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
2010-03-24 | tighten a type and remove trailing whitespace, no functional changes | Gabor Greif |
2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-01-23 | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky |
2010-01-23 | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky |
2010-01-05 | Change errs() to dbgs(). | David Greene |
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-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |
2009-09-03 | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |