index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
ScalarReplAggregates.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Enhance SRoA to promote allocas that are used by selects in some
Chris Lattner
2011-01-23
1
-1
/
+132
*
Enhance SRoA to be more aggressive about scalarization of aggregate allocas
Chris Lattner
2011-01-23
1
-12
/
+114
*
have AllocaInfo store the alloca being inspected, simplifying callers.
Chris Lattner
2011-01-23
1
-22
/
+24
*
Rearrange some code a bit. Change MarkUnsafe to
Chris Lattner
2011-01-23
1
-27
/
+29
*
remove an old hack that avoided creating MMX datatypes. The
Chris Lattner
2011-01-23
1
-22
/
+1
*
Remove outdated references to dominance frontiers.
Cameron Zwarich
2011-01-18
1
-18
/
+18
*
Roll r123609 back in with two changes that fix test failures with expensive
Cameron Zwarich
2011-01-17
1
-7
/
+2
*
Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.
Cameron Zwarich
2011-01-17
1
-2
/
+7
*
Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to
Cameron Zwarich
2011-01-17
1
-7
/
+2
[next]