aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl
AgeCommit message (Expand)Author
2011-09-22PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman
2011-08-26Use %% for literals in RUN lines.Andrew Trick
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-07-25Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky
2011-07-21Fix MergeInVectorType to check for vector types with the same allocDan Gohman
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-27Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2011-06-18When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-18Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich
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