aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/FunctionAttrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SCCCaptured is trivially false on entry to this loop and not modified inside it.Nick Lewycky2012-01-051-1/+1
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-281-5/+222
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-161-4/+4
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-151-2/+2
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-111-10/+3
* Add a doesAccessArgPointees helper function, and update code to useDan Gohman2010-11-101-1/+1
* Factor out the code for testing whether a function accessesDan Gohman2010-11-101-3/+2
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-101-44/+31
* Teach FunctionAttrs about the VAArg instruction.Dan Gohman2010-11-091-0/+7
* Use the AliasAnalysis interface to determine how a Function accessesDan Gohman2010-11-091-2/+3
* Teach FunctionAttrs about AccessesArgumentsReadonly.Dan Gohman2010-11-091-0/+19
* Fix a thinko that Duncan spotted.Dan Gohman2010-11-081-1/+1
* Make FunctionAttrs TBAA-aware.Dan Gohman2010-11-081-12/+24
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-081-52/+5
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-081-18/+33
* Rename PointsToLocalMemory to PointsToLocalOrConstantMemory to makeDuncan Sands2010-11-031-8/+11
* Now that the MallocInst no longer exists, this workaround forDuncan Sands2010-10-301-5/+0
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-301-4/+4
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* CallGraphSCC passes implicity require CallGraph analysis.Owen Anderson2010-10-131-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-1/+1
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-2/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-22/+22
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-4/+4
* Be less stingy as to how many selects and phi nodes weDuncan Sands2010-01-071-2/+2
* Fix a README item: have functionattrs look through selects andDuncan Sands2010-01-061-10/+41
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-0/+15
* Extend CaptureTracking to indicate when a value is never stored, evenDan Gohman2009-11-191-2/+2
* 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 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-1/+1
* Malloc calls are marked NoAlias, so the code below the isMalloc() check makes...Victor Hernandez2009-10-191-2/+0
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-2/+1
* remove special handling of bitcast(malloc), it will be handledChris Lattner2009-09-271-5/+4
* unlike the malloc instruction, "malloc" calls do not claim to be readonly, ju...Chris Lattner2009-09-271-1/+1
* Enhance transform passes so that they apply the same tranforms to malloc call...Victor Hernandez2009-09-181-3/+9
* simplify some code by making the SCCNodes set contain Function*'sChris Lattner2009-08-311-12/+9
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-2/+2
* Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands2009-05-061-0/+5
* This debug info special case should no longerDuncan Sands2009-03-091-4/+0
* Fix comments, pointed out by Duncan Sands.Nick Lewycky2009-03-081-3/+3
* Mark function returns as noalias.Nick Lewycky2009-03-081-0/+127
* Ignore debug info intrinsics.Devang Patel2009-03-031-1/+5
* BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands2009-01-181-81/+2