| Age | Commit message (Expand) | Author |
| 2011-08-18 | Dramatically speedup codegen prepare by a) avoiding use of dominator tree and... | Devang Patel |
| 2011-08-17 | Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt). | Eli Friedman |
| 2011-08-17 | Disable PRE for landing pads. | Bill Wendling |
| 2011-08-17 | Silly mistake from r137777; restore significant isStructTy() checks. While h... | Eli Friedman |
| 2011-08-16 | A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop | Eli Friedman |
| 2011-08-16 | Minor bug in SCCP found by inspection. (I don't think it's possible to hit t... | Eli Friedman |
| 2011-08-16 | Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>' | Bill Wendling |
| 2011-08-15 | In places where it's using "getFirstNonPHI", skip the landingpad instruction ... | Bill Wendling |
| 2011-08-15 | Atomic load/store support in LICM. | Eli Friedman |
| 2011-08-15 | Skip the insertion iterator past the landingpad instruction if there. | Bill Wendling |
| 2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
| 2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
| 2011-08-12 | Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result | Dan Gohman |
| 2011-08-12 | Don't let arbitrary calls disrupt nested retain+release pairs if | Dan Gohman |
| 2011-08-12 | Use an actual reverse-CFG reverse-postorder for the bottom-up traversal, | Dan Gohman |
| 2011-08-11 | Allow loop unrolling to get known trip counts from ScalarEvolution. | Andrew Trick |
| 2011-08-11 | Fix typos in comments, and delete an unused function. | Dan Gohman |
| 2011-08-10 | Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534. | Andrew Trick |
| 2011-08-10 | Cleanup. Make ScalarEvolution an explicit argument of the | Andrew Trick |
| 2011-08-10 | Added a SimplifyIndVar utility to simplify induction variable users | Andrew Trick |
| 2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman |
| 2011-08-06 | Made SCEV's UDiv expressions more canonical. When dividing a | Andrew Trick |
| 2011-08-04 | Fix an obvious type. Patch by Ivan Krasin. | Evan Cheng |
| 2011-08-02 | Add new atomic instructions to SCCP. No functional change, but stops debug s... | Eli Friedman |
| 2011-08-02 | Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc... | Owen Anderson |
| 2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
| 2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
| 2011-07-29 | Clear DbgValues in the end. | Devang Patel |
| 2011-07-29 | Clean up debug info after reassociation. | Devang Patel |
| 2011-07-29 | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman |
| 2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
| 2011-07-28 | Fix a use after free. An instruction can't be both an intrinsic call and a fe... | Benjamin Kramer |
| 2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
| 2011-07-27 | Misc mid-level changes for new 'fence' instruction. | Eli Friedman |
| 2011-07-25 | Finish adding support for lifetime intrinsics to SROA. Fixes PR10121! | Nick Lewycky |
| 2011-07-25 | Add missing space (this line is no longer pushing the 80-column limit). | Nick Lewycky |
| 2011-07-25 | Add LLVMAddLowerExpectIntrinsicPass to the C API. | Rafael Espindola |
| 2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad |
| 2011-07-23 | Move trip count discovery outside of the generic LoopUnroll helper. This | Andrew Trick |
| 2011-07-23 | whitespace | Andrew Trick |
| 2011-07-22 | Move the last uses of RetainFunc etc. over to using getRetainCallee() etc. | Dan Gohman |
| 2011-07-21 | Fix MergeInVectorType to check for vector types with the same alloc | Dan Gohman |
| 2011-07-21 | Cleanup: make std::pair usage slightly less indecipherable without actually n... | Andrew Trick |
| 2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
| 2011-07-21 | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner |
| 2011-07-21 | LSR, correct fix for rdar://9786536. Silly casting bug. | Andrew Trick |
| 2011-07-21 | LSR must sometimes sign-extend before generating double constants. | Andrew Trick |
| 2011-07-21 | LSR crashes on an empty IVUsers list. | Andrew Trick |
| 2011-07-20 | Bring LICM into compliance with the new "Memory Model for Concurrent Operatio... | Eli Friedman |
| 2011-07-20 | Fix a GCC warning. | Jay Foad |