aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2010-04-02Recommit 100158 now that the buildbots are happy again.Bob Wilson
2010-04-02Revert the recent alignment changes. They're broken for -Os because,Dan Gohman
2010-04-02Revert 100158 in case it is causing some of the buildbot problems.Bob Wilson
2010-04-02Make globalopt refine global variable alignment.Dan Gohman
2010-04-02Check for terminating conditions before adding PHIs to the worklists.Bob Wilson
2010-04-01Remove trailing whitespace.Bob Wilson
2010-04-01Rewrite another SSAUpdater function to avoid recursion.Bob Wilson
2010-04-01Change another SSAUpdater function to avoid recursion.Bob Wilson
2010-04-01Simplify the code to check for existing PHIs, now that it is only used inBob Wilson
2010-04-01The SSAUpdater should avoid recursive traversals of the CFG, since that mayBob Wilson
2010-04-01Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif
2010-04-01Clean up this file a little, no functionality change. This is a subset of myNick Lewycky
2010-03-31Rewrite part of the SSAUpdater to be more careful about inserting redundantBob Wilson
2010-03-31Fix a nasty dangling-pointer heisenbug that couldDale Johannesen
2010-03-30Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2010-03-30Fix a grammaro.Dan Gohman
2010-03-30fix two cases where the arguments were extracted from the wrong range out of ...Gabor Greif
2010-03-27Remove another memory leak from ABCD by using Edges by value instead ofJeffrey Yasskin
2010-03-27In ABCD, change the non-null Bound*s to Bound&s.Jeffrey Yasskin
2010-03-27Fix a memory leak in ABCD by giving ownership of Bound objects to theJeffrey Yasskin
2010-03-27When we promote a load of an argument make sure to take the alignmentEric Christopher
2010-03-26Ignore debug intrinsics in yet more places.Dan Gohman
2010-03-25rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif
2010-03-25rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif
2010-03-25fix PR6642, GVN forwarding from memset to load of the base of the memset.Chris Lattner
2010-03-24Temporarily revert this, it's causing an issue with an internal project.Eric Christopher
2010-03-24Move OptChkCall off LibCallOptimization into StrCpyOpt.Evan Cheng
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif
2010-03-24tighten a type and remove trailing whitespace, no functional changesGabor Greif
2010-03-24increase const goodness and remove pointless getUser() callsGabor Greif
2010-03-24cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ...Gabor Greif
2010-03-23add some accessors to callsite/callinst/invokeinst to checkChris Lattner
2010-03-23Skip debugging intrinsics when sinking unused invariants.Bill Wendling
2010-03-23Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng
2010-03-23add assert in argpromotion, which cannot triggerGabor Greif
2010-03-23Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng
2010-03-22Fix 80 col violation.Evan Cheng
2010-03-22backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif
2010-03-22Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif
2010-03-20Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif
2010-03-20Clear the SCEVExpander's insertion point after making deletions,Dan Gohman
2010-03-19back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif
2010-03-19Recommit r80858 again (which has been backed out in r80871).Gabor Greif
2010-03-16str[r]chr returns its pointer argument so we cannot mark it as nocapture. Tha...Benjamin Kramer
2010-03-16Mark str[r]chr readonly.Benjamin Kramer
2010-03-15Skip debug info intrinsics.Devang Patel
2010-03-15Skip debug info intrinsics.Devang Patel
2010-03-15In "empty" bb, the return instruction may not be first instruction, if dbg va...Devang Patel
2010-03-14Skip over debug info when trying to merge two return BBs.Bill Wendling