summaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl
Commit message (Expand)AuthorAge
...
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-22
* Use %% for literals in RUN lines.Andrew Trick2011-08-26
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-25
* Fix MergeInVectorType to check for vector types with the same allocDan Gohman2011-07-21
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-27
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-18
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-09
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-08
* Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich2011-05-24
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-06
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-26
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-20
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-13
* Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich2011-03-29
* Fix a typo and add a test.Cameron Zwarich2011-03-26
* Fix PR9464 by correcting some math that just happened to be right in most casesCameron Zwarich2011-03-23
* Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich2011-03-16
* Add native integer type TargetData to some existing tests.Cameron Zwarich2011-03-16
* Add a test case for r127320.Cameron Zwarich2011-03-09
* Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich2011-03-09
* merge all the "crash tests" into crash.llChris Lattner2011-01-24
* fix PR9017, a bug where we'd assert when promoting in unreachableChris Lattner2011-01-24
* enhance SRoA to promote allocas that are used by PHI nodes. This oftenChris Lattner2011-01-24
* Enhance SRoA to promote allocas that are used by selects in someChris Lattner2011-01-23
* Enhance SRoA to be more aggressive about scalarization of aggregate allocasChris Lattner2011-01-23
* remove an old hack that avoided creating MMX datatypes. TheChris Lattner2011-01-23
* if an alloca is only ever accessed as a unit, and is accessed with load/store...Chris Lattner2011-01-16
* Extend SROA to handle arrays accessed as homogeneous structs and vice versa.Bob Wilson2011-01-13
* Make SROA more aggressive with allocas containing padding.Bob Wilson2011-01-13
* Treat a call of function pointer like a load of the pointer when consideringNick Lewycky2010-11-24
* allow eliminating an alloca that is just copied from an constant globalChris Lattner2010-11-18
* enhance the "alloca is just a memcpy from constant global"Chris Lattner2010-11-18
* fix a small oversight in the "eliminate memcpy from constant global"Chris Lattner2010-11-18
* filecheckizeChris Lattner2010-11-18
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-01
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-01
* filecheckizeChris Lattner2010-09-01
* Fix the second half of PR7437: scalarrepl wasn't preservingChris Lattner2010-07-08
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Remove the arm_aapcscc marker from the tests. It is the defaultRafael Espindola2010-06-15
* move comment.Chris Lattner2010-04-16
* fix PR6832: we were using the alignment of a pointer when we Chris Lattner2010-04-16