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