aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-1/+1
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-3/+3
* 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
* 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