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
*
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
*
Add support to scalar replacement for partial vector accesses of an alloca, e.g.
Cameron Zwarich
2011-03-09
1
-0
/
+59
*
merge all the "crash tests" into crash.ll
Chris Lattner
2011-01-24
15
-293
/
+240
*
fix PR9017, a bug where we'd assert when promoting in unreachable
Chris Lattner
2011-01-24
1
-0
/
+20
*
enhance SRoA to promote allocas that are used by PHI nodes. This often
Chris Lattner
2011-01-24
1
-3
/
+24
*
Enhance SRoA to promote allocas that are used by selects in some
Chris Lattner
2011-01-23
1
-4
/
+58
*
Enhance SRoA to be more aggressive about scalarization of aggregate allocas
Chris Lattner
2011-01-23
1
-0
/
+78
*
remove an old hack that avoided creating MMX datatypes. The
Chris Lattner
2011-01-23
1
-4
/
+2
*
if an alloca is only ever accessed as a unit, and is accessed with load/store...
Chris Lattner
2011-01-16
1
-2
/
+21
*
Extend SROA to handle arrays accessed as homogeneous structs and vice versa.
Bob Wilson
2011-01-13
1
-3
/
+26
*
Make SROA more aggressive with allocas containing padding.
Bob Wilson
2011-01-13
1
-1
/
+28
*
Treat a call of function pointer like a load of the pointer when considering
Nick Lewycky
2010-11-24
1
-0
/
+13
*
allow eliminating an alloca that is just copied from an constant global
Chris Lattner
2010-11-18
1
-0
/
+13
*
enhance the "alloca is just a memcpy from constant global"
Chris Lattner
2010-11-18
1
-0
/
+13
*
fix a small oversight in the "eliminate memcpy from constant global"
Chris Lattner
2010-11-18
1
-0
/
+29
*
filecheckize
Chris Lattner
2010-11-18
1
-2
/
+9
*
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
Chris Lattner
2010-09-01
1
-0
/
+1
*
add a gross hack to work around a problem that Argiris reported
Chris Lattner
2010-09-01
1
-0
/
+14
*
filecheckize
Chris Lattner
2010-09-01
1
-3
/
+25
*
Fix the second half of PR7437: scalarrepl wasn't preserving
Chris Lattner
2010-07-08
1
-0
/
+35
*
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-06-17
2
-3
/
+3
*
Remove the arm_aapcscc marker from the tests. It is the default
Rafael Espindola
2010-06-15
1
-1
/
+1
*
move comment.
Chris Lattner
2010-04-16
1
-1
/
+1
*
fix PR6832: we were using the alignment of a pointer when we
Chris Lattner
2010-04-16
1
-0
/
+32
*
Remove tests that checks @llvm.dbg.stoppoint handling.
Devang Patel
2010-03-01
1
-3961
/
+0
[next]