| Age | Commit message (Expand) | Author |
| 2010-04-03 | add a comment and fix some consistency issues, converting | Chris Lattner |
| 2010-04-03 | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner |
| 2010-04-03 | just eliminate the uitofp checks. This code isn't doing | Chris Lattner |
| 2010-04-03 | rename PH -> PN to be consistent with WeakPN and the rest | Chris Lattner |
| 2010-04-03 | improve comment and drop a dead check. If PH had | Chris Lattner |
| 2010-04-03 | strength reduce a ridiculous use of APInt. | Chris Lattner |
| 2010-04-03 | rename stuff improve comment grammar. | Chris Lattner |
| 2010-04-03 | simplify some code and resolve a fixme. | Chris Lattner |
| 2010-04-03 | There is no guarantee that the increment and the branch | Chris Lattner |
| 2010-04-03 | first half of a pass through IndVarSimplify::HandleFloatingPointIV, | Chris Lattner |
| 2010-04-03 | Code refactoring. | Evan Cheng |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman |
| 2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
| 2010-03-31 | Fix a nasty dangling-pointer heisenbug that could | Dale Johannesen |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-27 | Remove another memory leak from ABCD by using Edges by value instead of | Jeffrey Yasskin |
| 2010-03-27 | In ABCD, change the non-null Bound*s to Bound&s. | Jeffrey Yasskin |
| 2010-03-27 | Fix a memory leak in ABCD by giving ownership of Bound objects to the | Jeffrey Yasskin |
| 2010-03-26 | Ignore debug intrinsics in yet more places. | Dan Gohman |
| 2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
| 2010-03-25 | fix PR6642, GVN forwarding from memset to load of the base of the memset. | Chris Lattner |
| 2010-03-24 | Move OptChkCall off LibCallOptimization into StrCpyOpt. | Evan Cheng |
| 2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
| 2010-03-24 | increase const goodness and remove pointless getUser() calls | Gabor Greif |
| 2010-03-23 | Skip debugging intrinsics when sinking unused invariants. | Bill Wendling |
| 2010-03-23 | Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op... | Evan Cheng |
| 2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
| 2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
| 2010-03-20 | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman |
| 2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
| 2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
| 2010-03-16 | str[r]chr returns its pointer argument so we cannot mark it as nocapture. Tha... | Benjamin Kramer |
| 2010-03-16 | Mark str[r]chr readonly. | Benjamin Kramer |
| 2010-03-15 | Skip debug info intrinsics. | Devang Patel |
| 2010-03-15 | In "empty" bb, the return instruction may not be first instruction, if dbg va... | Devang Patel |
| 2010-03-14 | Skip over debug info when trying to merge two return BBs. | Bill Wendling |
| 2010-03-12 | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer |
| 2010-03-11 | Whoops this already existed. | Nate Begeman |
| 2010-03-11 | Add a handful of additional useful pass manager things to the C API | Nate Begeman |
| 2010-03-11 | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer |
| 2010-03-11 | Lower stpcpy_chk when possible. | Eric Christopher |
| 2010-03-11 | Do some final lowering in CodeGenPrepare of _chk calls similar to | Eric Christopher |
| 2010-03-10 | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman |
| 2010-03-06 | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher |
| 2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |
| 2010-03-05 | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng |
| 2010-03-05 | fix a nice subtle reassociate bug which would only occur | Chris Lattner |