aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl
Commit message (Expand)AuthorAgeFilesLines
...
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-231-0/+19
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-111-0/+22
* Add a test for PR10565.Cameron Zwarich2011-10-111-0/+15
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-111-167/+0
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-5/+5
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-221-0/+40
* Use %% for literals in RUN lines.Andrew Trick2011-08-261-1/+1
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-2/+2
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-251-0/+139
* Fix MergeInVectorType to check for vector types with the same allocDan Gohman2011-07-211-0/+27
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-093-11/+10
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-271-0/+14
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-192-6/+6
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-182-2/+19
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-1811-125/+103
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-181-0/+22
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-172-2/+4
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-091-3/+5
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-081-0/+60
* Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich2011-05-241-2/+2
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-242-0/+62
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-061-0/+26
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-261-1/+1
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-201-0/+15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-131-0/+46
* Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich2011-03-292-1/+54
* Fix a typo and add a test.Cameron Zwarich2011-03-261-0/+15
* Fix PR9464 by correcting some math that just happened to be right in most casesCameron Zwarich2011-03-231-0/+16
* Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich2011-03-161-0/+27
* Add native integer type TargetData to some existing tests.Cameron Zwarich2011-03-162-2/+2
* Add a test case for r127320.Cameron Zwarich2011-03-091-0/+14
* Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich2011-03-091-0/+59
* merge all the "crash tests" into crash.llChris Lattner2011-01-2415-293/+240
* fix PR9017, a bug where we'd assert when promoting in unreachableChris Lattner2011-01-241-0/+20
* enhance SRoA to promote allocas that are used by PHI nodes. This oftenChris Lattner2011-01-241-3/+24
* Enhance SRoA to promote allocas that are used by selects in someChris Lattner2011-01-231-4/+58
* Enhance SRoA to be more aggressive about scalarization of aggregate allocasChris Lattner2011-01-231-0/+78
* remove an old hack that avoided creating MMX datatypes. TheChris Lattner2011-01-231-4/+2
* if an alloca is only ever accessed as a unit, and is accessed with load/store...Chris Lattner2011-01-161-2/+21
* Extend SROA to handle arrays accessed as homogeneous structs and vice versa.Bob Wilson2011-01-131-3/+26
* Make SROA more aggressive with allocas containing padding.Bob Wilson2011-01-131-1/+28
* Treat a call of function pointer like a load of the pointer when consideringNick Lewycky2010-11-241-0/+13
* allow eliminating an alloca that is just copied from an constant globalChris Lattner2010-11-181-0/+13
* enhance the "alloca is just a memcpy from constant global"Chris Lattner2010-11-181-0/+13
* fix a small oversight in the "eliminate memcpy from constant global"Chris Lattner2010-11-181-0/+29
* filecheckizeChris Lattner2010-11-181-2/+9
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-011-0/+1
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-011-0/+14
* filecheckizeChris Lattner2010-09-011-3/+25