index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ScalarRepl
Age
Commit message (
Expand
)
Author
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-13
s/grep/FileCheck/ in some tests
Eli Bendersky
2013-01-25
FileCheck-ify some grep tests
Reid Kleckner
2013-01-01
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-08-21
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-10
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-06-17
Now that SROA can form alloca's for dynamic vector accesses, further improve ...
Pete Cooper
2012-06-16
Fix crash from r158529 on Bullet.
Pete Cooper
2012-06-15
Allow SROA to split up an array of vectors into multiple vectors, even when t...
Pete Cooper
2012-06-14
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...
Pete Cooper
2012-06-14
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-13
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-05-19
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-03-15
line endings
Matt Beaumont-Gay
2012-03-15
Fixed a transform crash when setting a negative size value for memset. Fixes...
Aaron Ballman
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-03
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-12
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-10-23
The element insertion code in scalar replacement doesn't handle incorrect
Cameron Zwarich
2011-10-11
Fix PR11106 by correcting a typo that has been in the code for over a year. This
Cameron Zwarich
2011-10-11
Add a test for PR10565.
Cameron Zwarich
2011-10-11
Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's
Cameron Zwarich
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-22
PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.
Eli Friedman
2011-08-26
Use %% for literals in RUN lines.
Andrew Trick
2011-08-12
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-07-25
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-21
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-27
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-19
Remove support for parsing the "type i32" syntax for defining a numbered
Chris Lattner
2011-06-18
When scalar replacement returns a vector type, only accept it if the vector
Cameron Zwarich
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
Fix an invalid bitcast crash that occurs when doing a partial memset of a vector
Cameron Zwarich
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-09
Fix PR10104 by adding a bounds check on a vector element access check. It was
Cameron Zwarich
2011-06-08
Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...
Cameron Zwarich
2011-05-24
Fix "make check" in Release by removing debug-only options from an 'opt' invo...
Cameron Zwarich
2011-05-24
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-06
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-04-26
make a couple of changes to the standard pass pipeline:
Chris Lattner
2011-04-20
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
[next]