aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SROA.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-14/+16
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-43/+46
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-380/+1121
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-233/+306
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-8/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-51/+55
* Update to LLVM 3.5a.Stephen Hines2014-04-241-358/+430
* Merging r195118:Bill Wendling2013-11-201-10/+19
* Drop spurious handle in comment.Benjamin Kramer2013-09-221-1/+1
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-211-11/+47
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-131-82/+13
* Re-instate r187323 which fast-tracks promotable allocas as soon as theChandler Carruth2013-08-111-12/+81
* Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope withChandler Carruth2013-08-111-2/+23
* Reformat some bits of AllocaPromoter and simplify the name and type ofChandler Carruth2013-08-111-21/+20
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-291-15/+51
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-281-81/+12
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-281-12/+81
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-1/+1
* Don't use all the #ifdefs to hide the stats counters and instead rely onChandler Carruth2013-07-271-18/+0
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-241-3/+9
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-241-12/+29
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-221-1/+1
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-221-1/+1
* SROA: Microoptimization: Remove dead entries first, then sort.Benjamin Kramer2013-07-201-9/+4
* Cleanup the stats counters for the new implementation. These actuallyChandler Carruth2013-07-191-12/+36
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-191-0/+2
* Try to move to a more reasonable set of naming conventions given the newChandler Carruth2013-07-191-322/+305
* A long overdue cleanup in SROA to use 'DL' instead of 'TD' for theChandler Carruth2013-07-191-123/+123
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-191-9/+3
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-181-1255/+976
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-151-972/+1255
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-151-1255/+972
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-2/+2
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-251-15/+16
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-011-8/+6
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-8/+8
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-071-0/+1
* Minor cleanups. No functionality change.Jakub Staszak2013-03-241-6/+7
* [SROA] Prefix names using a custom IRBuilder inserter.Chandler Carruth2013-03-211-88/+108
* Fix a silly search-and-replace goof with r177495 that only brokeChandler Carruth2013-03-201-1/+1
* [SROA] Don't preserve the IR names in release builds.Chandler Carruth2013-03-201-28/+37
* Move the endif to the correct line so we don't have warnings aboutChandler Carruth2013-03-201-1/+1
* Introduce some new statistics to help track the exact behavior of theChandler Carruth2013-03-201-4/+20
* Mark internal classes as POD-like to get better behavior out ofChandler Carruth2013-03-181-102/+109
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-141-117/+124
* Keep coding stanard.Jakub Staszak2013-03-071-4/+3
* Don't create IRBuilder if we can return from the method earlier.Jakub Staszak2013-03-071-2/+2
* Remove unused variable.Jakub Staszak2013-02-191-2/+1
* Minor cleanups. No functionality change.Jakub Staszak2013-02-191-10/+7
* Remove unneeded #includes.Jakub Staszak2013-02-191-2/+0