summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/Andersens.cpp
Commit message (Expand)AuthorAge
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-01
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* adopt getAdjustedAnalysisPointer in two more passes.Chris Lattner2010-01-20
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Enhance analysis passes so that they apply the same analysis to malloc calls ...Victor Hernandez2009-09-18
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* Mark Andersen's as experimental.Chris Lattner2009-08-28
* Fix -Asserts warnings.Daniel Dunbar2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Use hasDefinitiveInitializer() instead of testing the same thingDan Gohman2009-08-19
* Use isa instead of dyn_cast when the result is only converted to bool.Dan Gohman2009-08-11
* Remove unused function.Daniel Dunbar2009-08-07
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move to raw_ostream.Daniel Dunbar2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-30
* Use a more correct atomic increment style. This isn't really necessary inOwen Anderson2009-06-25
* Make this thread-safe.Owen Anderson2009-06-24
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* Add the private linkage.Rafael Espindola2009-01-15
* Check that the function prototypes are correct before assuming that the Nick Lewycky2008-12-27
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-21
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-21
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-27
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-22
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix PR 2169.Daniel Berlin2008-04-07
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* enable -analyze for andersensAndrew Lenharth2008-03-20