index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ScalarRepl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
14
-18
/
+18
*
Now that SROA can form alloca's for dynamic vector accesses, further improve ...
Pete Cooper
2012-06-17
1
-33
/
+62
*
Fix crash from r158529 on Bullet.
Pete Cooper
2012-06-16
1
-0
/
+55
*
Allow SROA to split up an array of vectors into multiple vectors, even when t...
Pete Cooper
2012-06-15
1
-0
/
+83
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
1
-7
/
+18
*
Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...
Pete Cooper
2012-06-14
1
-18
/
+7
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
1
-7
/
+18
*
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
1
-4
/
+7
*
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-06-13
1
-7
/
+4
*
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-19
1
-0
/
+36
*
line endings
Matt Beaumont-Gay
2012-03-15
1
-20
/
+20
*
Fixed a transform crash when setting a negative size value for memset. Fixes...
Aaron Ballman
2012-03-15
1
-0
/
+20
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
1
-0
/
+77
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-2
/
+2
*
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
2
-291
/
+0
*
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-12
1
-0
/
+26
*
The element insertion code in scalar replacement doesn't handle incorrect
Cameron Zwarich
2011-10-23
1
-0
/
+19
*
Fix PR11106 by correcting a typo that has been in the code for over a year. This
Cameron Zwarich
2011-10-11
1
-0
/
+22
*
Add a test for PR10565.
Cameron Zwarich
2011-10-11
1
-0
/
+15
*
Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's
Cameron Zwarich
2011-10-11
1
-167
/
+0
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-5
/
+5
*
PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.
Eli Friedman
2011-09-22
1
-0
/
+40
*
Use %% for literals in RUN lines.
Andrew Trick
2011-08-26
1
-1
/
+1
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
1
-2
/
+2
*
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-25
1
-0
/
+139
*
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
1
-0
/
+27
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
3
-11
/
+10
*
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-27
1
-0
/
+14
*
Remove support for parsing the "type i32" syntax for defining a numbered
Chris Lattner
2011-06-19
2
-6
/
+6
*
When scalar replacement returns a vector type, only accept it if the vector
Cameron Zwarich
2011-06-18
2
-2
/
+19
*
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
11
-125
/
+103
*
Fix an invalid bitcast crash that occurs when doing a partial memset of a vector
Cameron Zwarich
2011-06-18
1
-0
/
+22
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
2
-2
/
+4
*
Fix PR10104 by adding a bounds check on a vector element access check. It was
Cameron Zwarich
2011-06-09
1
-3
/
+5
*
Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...
Cameron Zwarich
2011-06-08
1
-0
/
+60
*
Fix "make check" in Release by removing debug-only options from an 'opt' invo...
Cameron Zwarich
2011-05-24
1
-2
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
2
-0
/
+62
*
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-06
1
-0
/
+26
*
make a couple of changes to the standard pass pipeline:
Chris Lattner
2011-04-26
1
-1
/
+1
*
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
2011-04-20
1
-0
/
+15
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Vectors with different number of elements of the same element type can have
Mon P Wang
2011-04-13
1
-0
/
+46
*
Do some simple copy propagation through integer loads and stores when promoting
Cameron Zwarich
2011-03-29
2
-1
/
+54
*
Fix a typo and add a test.
Cameron Zwarich
2011-03-26
1
-0
/
+15
*
Fix PR9464 by correcting some math that just happened to be right in most cases
Cameron Zwarich
2011-03-23
1
-0
/
+16
*
Only convert allocas to scalars if it is profitable. The profitability metric I
Cameron Zwarich
2011-03-16
1
-0
/
+27
*
Add native integer type TargetData to some existing tests.
Cameron Zwarich
2011-03-16
2
-2
/
+2
*
Add a test case for r127320.
Cameron Zwarich
2011-03-09
1
-0
/
+14
[next]