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