aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2010-06-24use callsite to obtain all argumentsGabor Greif
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-24Use available typedef for " DenseMap<const Value*, Value*>".Devang Patel
2010-06-23Cosmetic change.Devang Patel
2010-06-22Revert 106592 for now. It causes clang-selfhost build failure.Devang Patel
2010-06-22If a metadata operand is seeded in value map and the metadata should also be ...Devang Patel
2010-06-22While cloning a module, clone metadata attached with instructions.Devang Patel
2010-06-22Clone named metadata while cloning a module.Devang Patel
2010-06-22Use pre-increment instead of post-increment when the result is not used.Dan Gohman
2010-06-22Revert 106528. It is causing self host failures.Devang Patel
2010-06-22Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr...Devang Patel
2010-06-22Revert my change to clone named metadata. Buildbots are complaining.Bob Wilson
2010-06-22Include named metadata when cloning a module.Bob Wilson
2010-06-21Use A.append(...) instead of A.insert(A.end(), ...) when A is aDan Gohman
2010-06-16remove trailing whitespaceJim Grosbach
2010-06-15simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer
2010-06-04Copy location info for current function argument from dbg.declare if respecti...Devang Patel
2010-06-01Remove unused codeJim Grosbach
2010-06-01fix think-oJim Grosbach
2010-06-01Simplify things a bit more. Fix prototype to use SmallVectorImpl andJim Grosbach
2010-06-01mirror of r105280 changes for LowerInvoke, which uses the same basic logic hereJim Grosbach
2010-06-01Use SmallVector instead of std::vector.Jim Grosbach
2010-05-31Fix PR7272: when inlining through a callsite with byval arguments,Duncan Sands
2010-05-31The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky
2010-05-28Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman
2010-05-28Fix typo.Devang Patel
2010-05-28Fix typo.Devang Patel
2010-05-27Do not drop location info for inlined function args.Devang Patel
2010-05-11Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor
2010-05-07Wrap const MDNode * inside DIDescriptor.Devang Patel
2010-05-07Use overloaded operators instead of DIDescriptor::getNode()Devang Patel
2010-05-04Combine the implementations of the core part of the SSAUpdater andBob Wilson
2010-05-01rename InlineInfo.DevirtualizedCalls -> InlinedCalls toChris Lattner
2010-05-01Implement rdar://6295824 and PR6724 with two tiny changesChris Lattner
2010-04-26Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner
2010-04-23switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.Chris Lattner
2010-04-22The inliner was choosing to not consider call sitesChris Lattner
2010-04-22refactor the interface to InlineFunction so that most of the in/outChris Lattner
2010-04-22when inlining something like this:Chris Lattner
2010-04-22eliminate dead #include.Chris Lattner
2010-04-21Fix a performance problem with the new SSAUpdater. This showed up in theBob Wilson
2010-04-20Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r...Devang Patel
2010-04-20There is no need to install ValueMapper.h header. Devang Patel
2010-04-17Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16reapply r101434Gabor Greif
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif