summaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-022-0/+249
* Add new atomic instructions to SCCP. No functional change, but stops debug s...Eli Friedman2011-08-021-0/+2
* Lifetime intrinsics on undef are dead.Nick Lewycky2011-08-021-3/+9
* Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...Owen Anderson2011-08-021-22/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-313-4/+7
* Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola2011-07-311-11/+13
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-304-150/+23
* Clear DbgValues in the end.Devang Patel2011-07-291-0/+1
* Clean up debug info after reassociation.Devang Patel2011-07-291-1/+21
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-292-16/+90
* Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they ...Eli Friedman2011-07-291-19/+27
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-295-0/+41
* Some minor cleanups. No functionalitical change.Bill Wendling2011-07-281-17/+10
* Leverage some of the code that John wrote to manage the landing pads.Bill Wendling2011-07-281-32/+56
* Automatically merge the landingpad clauses when we come across a callee'sBill Wendling2011-07-281-28/+12
* Fix a use after free. An instruction can't be both an intrinsic call and a fe...Benjamin Kramer2011-07-281-1/+1
* Initial stab at getting inlining working with the EH rewrite.Bill Wendling2011-07-281-10/+98
* Refuse to inline two functions which use different personality functions.Bill Wendling2011-07-271-0/+34
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-273-4/+8
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-271-8/+41
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-273-5/+18
* Use the correct for for the version. It's little endian and my brain isBill Wendling2011-07-261-1/+1
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-261-0/+4
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-07-261-5/+0
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-251-1/+110
* Add clarifying comments for the new arguments to UnrollLoop.Andrew Trick2011-07-251-0/+12
* Add missing space (this line is no longer pushing the 80-column limit).Nick Lewycky2011-07-251-1/+1
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-251-0/+4
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-251-2/+1
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-2510-37/+24
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-232-14/+9
* whitespaceAndrew Trick2011-07-232-15/+15
* Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman2011-07-221-23/+35
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-221-1/+1
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-224-17/+11
* Fix an MSVC warning, caused by a case I missed when convertingJay Foad2011-07-221-1/+1
* Fix MergeInVectorType to check for vector types with the same allocDan Gohman2011-07-211-0/+6
* Cleanup: make std::pair usage slightly less indecipherable without actually n...Andrew Trick2011-07-211-7/+8
* Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-211-3/+3
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-214-13/+10
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-213-28/+25
* LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick2011-07-211-2/+2
* LSR must sometimes sign-extend before generating double constants.Andrew Trick2011-07-211-3/+10
* LSR crashes on an empty IVUsers list.Andrew Trick2011-07-211-0/+3
* Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman2011-07-205-1/+4
* Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...Eli Friedman2011-07-201-18/+30
* Fix a GCC warning.Jay Foad2011-07-201-2/+2
* indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick2011-07-201-15/+32
* indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-useAndrew Trick2011-07-201-54/+61
* indvars -disable-iv-rewrite fix: derived GEP IVsAndrew Trick2011-07-201-0/+6