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
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
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Vectors with different number of elements of the same element type can have
Mon P Wang
2011-03-29
Do some simple copy propagation through integer loads and stores when promoting
Cameron Zwarich
2011-03-26
Fix a typo and add a test.
Cameron Zwarich
2011-03-23
Fix PR9464 by correcting some math that just happened to be right in most cases
Cameron Zwarich
2011-03-16
Only convert allocas to scalars if it is profitable. The profitability metric I
Cameron Zwarich
2011-03-16
Add native integer type TargetData to some existing tests.
Cameron Zwarich
2011-03-09
Add a test case for r127320.
Cameron Zwarich
2011-03-09
Add support to scalar replacement for partial vector accesses of an alloca, e.g.
Cameron Zwarich
2011-01-24
merge all the "crash tests" into crash.ll
Chris Lattner
2011-01-24
fix PR9017, a bug where we'd assert when promoting in unreachable
Chris Lattner
2011-01-24
enhance SRoA to promote allocas that are used by PHI nodes. This often
Chris Lattner
2011-01-23
Enhance SRoA to promote allocas that are used by selects in some
Chris Lattner
2011-01-23
Enhance SRoA to be more aggressive about scalarization of aggregate allocas
Chris Lattner
2011-01-23
remove an old hack that avoided creating MMX datatypes. The
Chris Lattner
2011-01-16
if an alloca is only ever accessed as a unit, and is accessed with load/store...
Chris Lattner
2011-01-13
Extend SROA to handle arrays accessed as homogeneous structs and vice versa.
Bob Wilson
2011-01-13
Make SROA more aggressive with allocas containing padding.
Bob Wilson
2010-11-24
Treat a call of function pointer like a load of the pointer when considering
Nick Lewycky
2010-11-18
allow eliminating an alloca that is just copied from an constant global
Chris Lattner
2010-11-18
enhance the "alloca is just a memcpy from constant global"
Chris Lattner
2010-11-18
fix a small oversight in the "eliminate memcpy from constant global"
Chris Lattner
2010-11-18
filecheckize
Chris Lattner
2010-09-01
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
Chris Lattner
2010-09-01
add a gross hack to work around a problem that Argiris reported
Chris Lattner
2010-09-01
filecheckize
Chris Lattner
2010-07-08
Fix the second half of PR7437: scalarrepl wasn't preserving
Chris Lattner
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-06-15
Remove the arm_aapcscc marker from the tests. It is the default
Rafael Espindola
2010-04-16
move comment.
Chris Lattner
2010-04-16
fix PR6832: we were using the alignment of a pointer when we
Chris Lattner
[next]