index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
ScalarReplAggregates.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-21
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-10
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-07-24
Clean whitespaces.
Nadav Rotem
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-21
Add a number of threshold arguments to the SRA pass.
Nadav Rotem
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-04-11
Typo.
Chad Rosier
2012-03-23
Indentation.
Duncan Sands
2012-03-22
don't use "signed", just something I noticed in patches flying by.
Chris Lattner
2012-03-15
Fixed a transform crash when setting a negative size value for memset. Fixes...
Aaron Ballman
2012-02-23
Reflow code, no functionality change.
Benjamin Kramer
2012-01-25
use ConstantVector::getSplat in a few places.
Chris Lattner
2011-12-26
Fix warning.
Rafael Espindola
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
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
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-09-12
Change a bunch of isVolatile() checks to check for atomic load/store as well.
Eli Friedman
2011-07-25
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-25
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-21
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-07
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
Devang Patel
2011-07-06
Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...
Devang Patel
2011-07-06
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-01
Fix likely typo, reduce number of instruction name collisions.
Nick Lewycky
2011-06-27
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-18
When scalar replacement returns a vector type, only accept it if the vector
Cameron Zwarich
2011-06-18
Fix an invalid bitcast crash that occurs when doing a partial memset of a vector
Cameron Zwarich
2011-06-18
Remove a pointless assignment. Nothing checks the value of VectorTy anymore now
Cameron Zwarich
[next]