summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SROA.cpp
Commit message (Expand)AuthorAge
* Merging r195118:Bill Wendling2013-11-20
* Drop spurious handle in comment.Benjamin Kramer2013-09-22
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-21
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* Re-instate r187323 which fast-tracks promotable allocas as soon as theChandler Carruth2013-08-11
* Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope withChandler Carruth2013-08-11
* Reformat some bits of AllocaPromoter and simplify the name and type ofChandler Carruth2013-08-11
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-29
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-28
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-28
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* Don't use all the #ifdefs to hide the stats counters and instead rely onChandler Carruth2013-07-27
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-24
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-24
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-22
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-22
* SROA: Microoptimization: Remove dead entries first, then sort.Benjamin Kramer2013-07-20
* Cleanup the stats counters for the new implementation. These actuallyChandler Carruth2013-07-19
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-19
* Try to move to a more reasonable set of naming conventions given the newChandler Carruth2013-07-19
* A long overdue cleanup in SROA to use 'DL' instead of 'TD' for theChandler Carruth2013-07-19
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-19
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-18
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-15
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-15
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-25
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-01
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-21
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-07
* Minor cleanups. No functionality change.Jakub Staszak2013-03-24
* [SROA] Prefix names using a custom IRBuilder inserter.Chandler Carruth2013-03-21
* Fix a silly search-and-replace goof with r177495 that only brokeChandler Carruth2013-03-20
* [SROA] Don't preserve the IR names in release builds.Chandler Carruth2013-03-20
* Move the endif to the correct line so we don't have warnings aboutChandler Carruth2013-03-20
* Introduce some new statistics to help track the exact behavior of theChandler Carruth2013-03-20
* Mark internal classes as POD-like to get better behavior out ofChandler Carruth2013-03-18
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-14
* Keep coding stanard.Jakub Staszak2013-03-07
* Don't create IRBuilder if we can return from the method earlier.Jakub Staszak2013-03-07
* Remove unused variable.Jakub Staszak2013-02-19
* Minor cleanups. No functionality change.Jakub Staszak2013-02-19
* Remove unneeded #includes.Jakub Staszak2013-02-19
* Fix typos.Jakub Staszak2013-02-19
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-29
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer2013-01-01
* SROA: Clean up unused assignment warnings from clang's analyzer.Benjamin Kramer2013-01-01
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem2012-12-18