aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/ScalarReplAggregates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-88/+102
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-14/+17
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-12/+23
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-38/+41
* Update to LLVM 3.5a.Stephen Hines2014-04-241-159/+153
* Teach scalarrepl about address spacesMatt Arsenault2013-10-301-1/+1
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-131-1/+1
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-18/+21
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-5/+5
* Fix a comment, PR15777.Chris Lattner2013-04-181-2/+2
* Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang2013-04-051-11/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-11/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-1/+1
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-10/+10
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-211-178/+0
* Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...Pete Cooper2012-08-101-3/+8
* Clean whitespaces.Nadav Rotem2012-07-241-67/+67
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-9/+9
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-1/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-211-18/+60
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-171-28/+99
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-161-1/+10
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-151-3/+29
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-2/+15
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-141-15/+2
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-2/+15
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-131-6/+0
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-131-0/+6
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-191-12/+35
* Typo.Chad Rosier2012-04-111-1/+1
* Indentation.Duncan Sands2012-03-231-1/+1
* don't use "signed", just something I noticed in patches flying by.Chris Lattner2012-03-221-2/+2
* Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman2012-03-151-2/+6
* Reflow code, no functionality change.Benjamin Kramer2012-02-231-17/+12
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-251-2/+1
* Fix warning.Rafael Espindola2011-12-261-1/+2
* Add support for vectors of pointers.Nadav Rotem2011-12-051-0/+2
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-201-3/+2
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-121-2/+10
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-231-2/+4
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-111-2/+2
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-111-205/+16
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-41/+30
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-221-7/+11
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-121-11/+11