index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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
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
[next]