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
/
lib
/
Transforms
/
Scalar
/
ScalarReplAggregates.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-25
1
-1
/
+110
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-3
/
+2
*
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
1
-0
/
+6
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-6
/
+4
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-91
/
+91
*
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
Devang Patel
2011-07-07
1
-2
/
+2
*
Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...
Devang Patel
2011-07-06
1
-11
/
+58
*
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
1
-13
/
+18
*
Fix likely typo, reduce number of instruction name collisions.
Nick Lewycky
2011-07-01
1
-1
/
+1
*
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-27
1
-13
/
+37
*
When scalar replacement returns a vector type, only accept it if the vector
Cameron Zwarich
2011-06-18
1
-0
/
+5
*
Fix an invalid bitcast crash that occurs when doing a partial memset of a vector
Cameron Zwarich
2011-06-18
1
-3
/
+15
*
Remove a pointless assignment. Nothing checks the value of VectorTy anymore now
Cameron Zwarich
2011-06-18
1
-1
/
+0
*
Be more obvious about what is being tested.
Cameron Zwarich
2011-06-14
1
-1
/
+2
*
Fix grammar.
Cameron Zwarich
2011-06-13
1
-3
/
+3
*
Rename MergeInType to MergeInTypeForLoadOrStore.
Cameron Zwarich
2011-06-13
1
-8
/
+10
*
Remove the HadAVector instance variable and replace it with a use of ScalarKind.
Cameron Zwarich
2011-06-13
1
-15
/
+26
*
Remove a vacuous check.
Cameron Zwarich
2011-06-13
1
-1
/
+1
*
Have SRoA explicitly track the kind of scalar it is promoting. This is pretty
Cameron Zwarich
2011-06-13
1
-10
/
+21
*
Remove an argument that is always true.
Cameron Zwarich
2011-06-13
1
-6
/
+5
*
Remove a vacuous condition.
Cameron Zwarich
2011-06-09
1
-3
/
+1
*
Fix PR10104 by adding a bounds check on a vector element access check. It was
Cameron Zwarich
2011-06-09
1
-1
/
+4
*
Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...
Cameron Zwarich
2011-06-08
1
-3
/
+4
*
Use IRBuilder, preserve line numbers.
Devang Patel
2011-06-03
1
-4
/
+6
*
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
1
-0
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
1
-5
/
+12
*
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-06
1
-6
/
+9
*
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
2011-04-20
1
-31
/
+44
*
The bitcast case here is actually handled uniformly earlier in the function, so
Cameron Zwarich
2011-04-20
1
-8
/
+3
*
Cleanup some code to better use an early return style in preparation for adding
Cameron Zwarich
2011-04-20
1
-6
/
+10
*
Cleanup r129509 based on comments by Chris
Mon P Wang
2011-04-14
1
-7
/
+6
*
Cleanup r129472 by using a utility routine as suggested by Eli.
Mon P Wang
2011-04-14
1
-51
/
+43
*
Vectors with different number of elements of the same element type can have
Mon P Wang
2011-04-13
1
-6
/
+64
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+2
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Do some simple copy propagation through integer loads and stores when promoting
Cameron Zwarich
2011-03-29
1
-9
/
+14
*
Fix a typo and add a test.
Cameron Zwarich
2011-03-26
1
-1
/
+1
*
Fix PR9464 by correcting some math that just happened to be right in most cases
Cameron Zwarich
2011-03-23
1
-11
/
+10
*
Fix a comment.
Cameron Zwarich
2011-03-16
1
-3
/
+3
*
Only convert allocas to scalars if it is profitable. The profitability metric I
Cameron Zwarich
2011-03-16
1
-2
/
+16
*
Better use initializer lists.
Cameron Zwarich
2011-03-16
1
-5
/
+2
*
Add a clarifying comment.
Cameron Zwarich
2011-03-16
1
-1
/
+1
*
Fix a crasher introduced by r127317 that is seen on the bots when using an
Cameron Zwarich
2011-03-09
1
-18
/
+21
*
Add support to scalar replacement for partial vector accesses of an alloca, e.g.
Cameron Zwarich
2011-03-09
1
-12
/
+127
*
Move vector type merging to a separate function in preparation for it getting
Cameron Zwarich
2011-03-09
1
-12
/
+23
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
1
-1
/
+1
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-1
/
+1
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
1
-1
/
+1
*
Give GetUnderlyingObject a TargetData, to keep it in sync
Dan Gohman
2011-01-24
1
-3
/
+3
*
enhance SRoA to promote allocas that are used by PHI nodes. This often
Chris Lattner
2011-01-24
1
-26
/
+157
[next]