summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-27
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-27
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-26
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-26
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-25
* do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes2012-06-25
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-25
* improve optimization of invoke instructions:Nuno Lopes2012-06-25
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-25
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-25
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-24
* Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky2012-06-24
* Tab to spaces. No functionality change.Nick Lewycky2012-06-24
* Remove a dangling reference to a deleted instruction. Fixes PR13185!Nick Lewycky2012-06-24
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-23
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-23
* BoundsChecking: attach debug info to traps to make my life a bit more saneNuno Lopes2012-06-23
* Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"Jakob Stoklund Olesen2012-06-22
* Fixed r158979.Stepan Dyatkovskiy2012-06-22
* fix whitespace in my last commit.Nuno Lopes2012-06-22
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-22
* instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes2012-06-21
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng2012-06-21
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-21
* replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...Nuno Lopes2012-06-20
* Fix two rather subtle internal vs. external linker issues.Chandler Carruth2012-06-20
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-17
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-16
* Move the Metadata merging methods from GVN and make them public in MDNode.Hal Finkel2012-06-16
* It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetV...Evan Cheng2012-06-16
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-16
* LSR: fix expansion of scaled reg in non-address type formulae.Andrew Trick2012-06-15
* LSR fix: "Special" users are just like "Basic" users but allow -1 scale.Andrew Trick2012-06-15
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-15
* Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola2012-06-15
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-15
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-14
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-14
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-14
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-14
* InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren2012-06-14
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-13
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-13
* It is possible for several constants which aren't individually absorbing toDuncan Sands2012-06-13