summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/BasicAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-rangeChris Lattner2006-11-031-8/+20
* For PR786:Reid Spencer2006-11-021-1/+1
* For PR950:Reid Spencer2006-10-201-8/+7
* Fix more static dtor issuesChris Lattner2006-10-041-14/+17
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-281-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+2
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-2/+3
* For PR780:Reid Spencer2006-06-071-3/+3
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-1/+1
* Use autogenerated mod/ref info for intrinsics.Chris Lattner2006-03-091-22/+26
* Fix a crash compiling ObsequiChris Lattner2006-03-041-5/+12
* Be more conservative with our symbolic alias analysis. In particular,Chris Lattner2006-03-041-6/+35
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-1/+2
* prevent cse of readcyclecounterAndrew Lenharth2005-11-111-1/+0
* continued readcyclecounter supportAndrew Lenharth2005-11-111-0/+1
* floor/ceil don't read/write memory. This allows gcse to eliminate 6 callsChris Lattner2005-08-241-0/+2
* Remove glibc specific functions, and mark a couple as C99Andrew Lenharth2005-07-111-3/+1
* because on alpha:Andrew Lenharth2005-07-111-0/+1
* By definition, 'tail' calls cannot access the stack frame of their caller.Chris Lattner2005-05-081-0/+6
* These intrinsics do not access memoryChris Lattner2005-05-061-1/+1
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-301-1/+1
* These functions can set errno!Chris Lattner2005-04-281-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-35/+35
* Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilationChris Lattner2005-03-091-2/+6
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-081-0/+6
* Fix a bug in -no-aa that caused two DSGraph tests to XPASS.Chris Lattner2004-12-151-1/+2
* Adjust to new alias analysis interfacesChris Lattner2004-12-151-38/+33
* Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos2004-12-081-9/+11
* Add testcase and fix for another case where we query the size anAlkis Evlogimenos2004-12-081-7/+12
* For PR387:\Reid Spencer2004-12-071-0/+3
* Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.llChris Lattner2004-11-281-3/+3
* The trick with globals actually works with allocas and malloc tooChris Lattner2004-11-261-12/+12
* A store or load cannot alias a global if the accessed amount is larger thenChris Lattner2004-11-261-20/+49
* Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.llChris Lattner2004-11-171-2/+1
* Be more careful about looking for constants when we really want constantint's.Chris Lattner2004-10-161-10/+8
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-031-0/+1
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-2/+1
* Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llxChris Lattner2004-07-291-5/+9
* Make basicaa a bit more aggressiveChris Lattner2004-07-271-0/+4
* basic-aa can actually provide simple mod/ref infoChris Lattner2004-07-271-3/+3
* This was implemented back in marchChris Lattner2004-07-271-7/+0
* Do not ignore casts unless they are pointer-pointer casts. This caused usChris Lattner2004-07-211-4/+8
* bug 122:Reid Spencer2004-07-181-12/+6
* Simplify logic.Chris Lattner2004-07-141-2/+2
* Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.Chris Lattner2004-06-191-9/+8
* isnan is deadChris Lattner2004-06-151-1/+1
* llvm.isnan doesn't access memoryChris Lattner2004-06-111-1/+1
* Move the -no-aa AA implementation into this file since both of theseChris Lattner2004-05-231-8/+46
* Hrm, operator new and new[] do not belong here. We should not CSE them! :)Chris Lattner2004-04-121-3/+0
OpenPOWER on IntegriCloud