aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl
AgeCommit message (Expand)Author
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-09Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich
2011-06-08Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich
2011-05-24Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich
2011-05-24Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich
2011-05-06Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands
2011-04-26make a couple of changes to the standard pass pipeline:Chris Lattner
2011-04-20Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-13Vectors with different number of elements of the same element type can haveMon P Wang
2011-03-29Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich
2011-03-26Fix a typo and add a test.Cameron Zwarich
2011-03-23Fix PR9464 by correcting some math that just happened to be right in most casesCameron Zwarich
2011-03-16Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich
2011-03-16Add native integer type TargetData to some existing tests.Cameron Zwarich
2011-03-09Add a test case for r127320.Cameron Zwarich
2011-03-09Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich
2011-01-24merge all the "crash tests" into crash.llChris Lattner
2011-01-24fix PR9017, a bug where we'd assert when promoting in unreachableChris Lattner
2011-01-24enhance SRoA to promote allocas that are used by PHI nodes. This oftenChris Lattner
2011-01-23Enhance SRoA to promote allocas that are used by selects in someChris Lattner
2011-01-23Enhance SRoA to be more aggressive about scalarization of aggregate allocasChris Lattner
2011-01-23remove an old hack that avoided creating MMX datatypes. TheChris Lattner
2011-01-16if an alloca is only ever accessed as a unit, and is accessed with load/store...Chris Lattner
2011-01-13Extend SROA to handle arrays accessed as homogeneous structs and vice versa.Bob Wilson
2011-01-13Make SROA more aggressive with allocas containing padding.Bob Wilson
2010-11-24Treat a call of function pointer like a load of the pointer when consideringNick Lewycky
2010-11-18allow eliminating an alloca that is just copied from an constant globalChris Lattner
2010-11-18enhance the "alloca is just a memcpy from constant global"Chris Lattner
2010-11-18fix a small oversight in the "eliminate memcpy from constant global"Chris Lattner
2010-11-18filecheckizeChris Lattner
2010-09-01deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner
2010-09-01add a gross hack to work around a problem that Argiris reportedChris Lattner
2010-09-01filecheckizeChris Lattner
2010-07-08Fix the second half of PR7437: scalarrepl wasn't preservingChris Lattner
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-06-15Remove the arm_aapcscc marker from the tests. It is the defaultRafael Espindola
2010-04-16move comment.Chris Lattner
2010-04-16fix PR6832: we were using the alignment of a pointer when we Chris Lattner
2010-03-01Remove tests that checks @llvm.dbg.stoppoint handling.Devang Patel
2010-01-19Fix a crash in scalarrepl for memcpy/memmove where the source and destinationBob Wilson
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-12-22Generalize SROA to allow the first index of a GEP to be non-zero. Add aBob Wilson
2009-12-18Reapply 91459 with a simple fix for the problem that broke the x86_64-darwinBob Wilson
2009-12-17Re-revert 91459. It's breaking the x86_64 darwin bootstrap.Bob Wilson
2009-12-16Reapply r91459, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar
2009-12-16Revert "Reapply 91184 with fixes and an addition to the testcase to cover theDaniel Dunbar
2009-12-15Reapply 91184 with fixes and an addition to the testcase to cover the problemBob Wilson
2009-12-14Remove empty file completelyShantonu Sen
2009-12-14revert r91184, because it causes a crash on a .bc file I justChris Lattner