summaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl
Commit message (Expand)AuthorAge
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-21
* Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...Pete Cooper2012-08-10
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-17
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-16
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-15
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-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
* 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
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-19
* line endingsMatt Beaumont-Gay2012-03-15
* Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman2012-03-15
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman2012-02-03
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-27
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-12
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-23
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-11
* Add a test for PR10565.Cameron Zwarich2011-10-11
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-11
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* 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