aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-2/+2
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-2/+2
* remove a bunch of explicit code previously needed to update theChris Lattner2009-09-011-27/+7
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-1/+1
* Reapply 79977.Devang Patel2009-08-282-4/+4
* unbreak the build, yay for symlinks + makefiles. :(Chris Lattner2009-08-271-1/+1
* enhance InlineFunction to be able to optionally returnChris Lattner2009-08-271-6/+15
* smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner2009-08-273-8/+8
* remove CloneTrace, which appears to be dead since 2004.Chris Lattner2009-08-272-120/+0
* reduce inlining factor some stuff out to a static helper function,Chris Lattner2009-08-271-126/+155
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-262-4/+4
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-251-1/+1
* Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman2009-08-252-4/+10
* Comment-ify.Owen Anderson2009-08-251-0/+3
* Switch to SmallVector.Owen Anderson2009-08-251-2/+2
* Pull out this predicate loop into a helper function.Owen Anderson2009-08-251-11/+15
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-252-4/+4
* Handle a corner case when extracing code regions where one of the immediate s...Owen Anderson2009-08-251-2/+20
* When extracting SEME regions of code, the extractor needs to update the domin...Owen Anderson2009-08-241-2/+18
* Fix -Asserts warnings.Daniel Dunbar2009-08-231-0/+3
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-234-45/+46
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-191-7/+30
* Be more careful when modifying PHI nodes. Patch by Andre Tavares.Nick Lewycky2009-08-191-1/+2
* Update comments to new-style syntax.Dan Gohman2009-08-171-2/+2
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-171-1/+1
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-161-59/+37
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-151-2/+6
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-131-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-1313-100/+131
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-122-8/+5
* Remove unnecessary casts.Dan Gohman2009-08-111-1/+1
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-0/+3
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-052-3/+3
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-314-32/+17
* Move more code back to 2.5 APIs.Owen Anderson2009-07-308-21/+16
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-301-1/+1
* Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar2009-07-301-3/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-295-17/+15
* Remove now unused Context variables.Benjamin Kramer2009-07-291-1/+0
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-294-8/+8
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-282-3/+3
* Fix a small little typo.Mike Stump2009-07-281-1/+1
* Fix a release-asserts warning. Debug functions should be marked used,Mike Stump2009-07-271-0/+2
* Avoid build warnings.Mike Stump2009-07-271-0/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1
* Do not seed mstadata into the value map.Devang Patel2009-07-271-25/+4
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-12/+12