Age | Commit message (Expand) | Author |
2010-03-01 | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-01-20 | adopt getAdjustedAnalysisPointer in two more passes. | Chris Lattner |
2009-12-23 | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
2009-11-22 | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner |
2009-11-10 | Fix DenseMap iterator constness. | Jeffrey Yasskin |
2009-10-27 | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez |
2009-10-26 | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
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-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
2009-09-18 | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez |
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-28 | Mark Andersen's as experimental. | Chris Lattner |
2009-08-23 | Fix -Asserts warnings. | Daniel Dunbar |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-19 | Use hasDefinitiveInitializer() instead of testing the same thing | Dan Gohman |
2009-08-11 | Use isa instead of dyn_cast when the result is only converted to bool. | Dan Gohman |
2009-08-07 | Remove unused function. | Daniel Dunbar |
2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-24 | Move to raw_ostream. | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-06-30 | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson |
2009-06-25 | Use a more correct atomic increment style. This isn't really necessary in | Owen Anderson |
2009-06-24 | Make this thread-safe. | Owen Anderson |
2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2008-12-27 | Check that the function prototypes are correct before assuming that the | Nick Lewycky |
2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-05-27 | Fix some constructs that gcc-4.4 warns about. | Duncan Sands |
2008-05-22 | Use isSingleValueType instead of isFirstClassType to | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-07 | Fix PR 2169. | Daniel Berlin |
2008-03-21 | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman |
2008-03-20 | enable -analyze for andersens | Andrew Lenharth |