aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* Clear the cached cost when removing a function inDale Johannesen2009-03-191-1/+2
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-132-2/+2
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-132-2/+2
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-281-4/+7
* Reapply r64300:Nick Lewycky2009-02-131-2/+12
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-111-18/+8
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-111-8/+18
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-051-2/+18
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-1/+2
* switch over some other methods from indices to iteratorsGabor Greif2009-01-171-8/+8
* speed up iterative loop by using iterators. changes direction, but functional...Gabor Greif2009-01-171-4/+4
* Add the private linkage.Rafael Espindola2009-01-153-5/+5
* minor simplificationGabor Greif2009-01-141-2/+2
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* 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
* Teach internalize to preserve the callgraph.Duncan Sands2008-10-031-0/+13
* Factorize code: remove variants of "strip offDuncan Sands2008-10-011-27/+4
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+7
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-131-3/+11
* Rather than marking all internal globals "Ref"Duncan Sands2008-09-121-17/+11
* Intrinsics don't touch internal global variablesDuncan Sands2008-09-111-2/+4
* Intrinsics don't read these kinds of globalDuncan Sands2008-09-111-5/+7
* Simplify this some more. No functionality change.Duncan Sands2008-09-091-15/+8
* Optimization suggested by Matthijs Kooijman.Duncan Sands2008-09-091-1/+2
* Correct callgraph construction. It has two problems:Duncan Sands2008-09-091-34/+14
* Didn't mean to commit this change to how theDuncan Sands2008-09-081-8/+4
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-081-14/+8
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-061-1/+14
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-051-0/+10
* Delete the removeCallEdgeTo callgraph method,Duncan Sands2008-09-051-10/+0
* Neaten this up a bit. No functionality change.Duncan Sands2008-09-041-15/+14
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-044-4/+4
* If a SCC has a node without a function, then the SCCDuncan Sands2008-09-031-9/+14
* Fix maxo bado thinko.Duncan Sands2008-09-031-1/+1
* Since onlyReadsMemory returns true if in factDuncan Sands2008-09-031-2/+4
* Cleanup GlobalsModRef a bit. When analysing theDuncan Sands2008-09-031-104/+108
* Don't use the result of WriteAsOperand or WriteTypeSymbolic.Chris Lattner2008-08-191-3/+6
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-081-4/+2
* Replace two manual loops with calls to CallSite::hasArguments (no functional ...Matthijs Kooijman2008-06-041-3/+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-134-25/+28
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Add assert.Devang Patel2008-05-021-0/+1
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-131-0/+14
* Fix PR 2169.Daniel Berlin2008-04-071-0/+3