summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ScalarReplAggregates.cpp
Commit message (Expand)AuthorAge
* Typo.Chad Rosier2012-04-11
* Indentation.Duncan Sands2012-03-23
* don't use "signed", just something I noticed in patches flying by.Chris Lattner2012-03-22
* Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman2012-03-15
* Reflow code, no functionality change.Benjamin Kramer2012-02-23
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-25
* Fix warning.Rafael Espindola2011-12-26
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-20
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-12
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-23
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-11
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-11
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-22
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-12
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Fix MergeInVectorType to check for vector types with the same allocDan Gohman2011-07-21
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.Devang Patel2011-07-07
* Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel2011-07-06
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-06
* Fix likely typo, reduce number of instruction name collisions.Nick Lewycky2011-07-01
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-27
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-18
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-18
* Remove a pointless assignment. Nothing checks the value of VectorTy anymore nowCameron Zwarich2011-06-18
* Be more obvious about what is being tested.Cameron Zwarich2011-06-14
* Fix grammar.Cameron Zwarich2011-06-13
* Rename MergeInType to MergeInTypeForLoadOrStore.Cameron Zwarich2011-06-13
* Remove the HadAVector instance variable and replace it with a use of ScalarKind.Cameron Zwarich2011-06-13
* Remove a vacuous check.Cameron Zwarich2011-06-13
* Have SRoA explicitly track the kind of scalar it is promoting. This is prettyCameron Zwarich2011-06-13
* Remove an argument that is always true.Cameron Zwarich2011-06-13
* Remove a vacuous condition.Cameron Zwarich2011-06-09
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-09
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-08
* Use IRBuilder, preserve line numbers.Devang Patel2011-06-03
* Clean up the lazy initialization of DIBuilder a bit.Cameron Zwarich2011-05-24
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-06
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-20
* The bitcast case here is actually handled uniformly earlier in the function, soCameron Zwarich2011-04-20
* Cleanup some code to better use an early return style in preparation for addingCameron Zwarich2011-04-20
* Cleanup r129509 based on comments by ChrisMon P Wang2011-04-14
* Cleanup r129472 by using a utility routine as suggested by Eli.Mon P Wang2011-04-14
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-13
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30