summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SROA.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preserve nonnull metadata on Loads through SROA & mem2reg.Luqman Aden2017-03-221-0/+4
* [PM] Introduce an analysis set used to preserve all analyses overChandler Carruth2017-01-151-2/+1
* "Use" lambda captures which are otherwise only used in asserts. NFCDavid L. Jones2017-01-131-0/+1
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-4/+4
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-4/+11
* Remove the AssumptionCacheHal Finkel2016-12-151-11/+4
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-20/+22
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-7/+2
* IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne2016-12-021-4/+0
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* [SROA] Drop lifetime.start/end intrinsics when they block promotion.Eli Friedman2016-11-281-6/+12
* Remove TimeValue usage from Scalar/SROA.cpp. NFC.Pavel Labath2016-11-091-2/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Fix revision 281960Dorit Nuzman2016-09-221-2/+4
* Reverting revision 281960 due to test failures.Dorit Nuzman2016-09-201-10/+2
* [SROA] Preserve llvm.mem.parallel_loop_access metadata.Dorit Nuzman2016-09-201-2/+10
* [SROA] Remove incorrect assertionJames Molloy2016-08-221-3/+0
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-63/+53
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-11/+10
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [SROA] Fix crash with lifetime intrinsic partially covering alloca.Eli Friedman2016-08-081-1/+7
* Fix formatting of r273144. NFC.Patrik Hagglund2016-06-201-4/+4
* Avoid output indeterminism between GCC and Clang builds.Patrik Hagglund2016-06-201-3/+8
* [PM] Preserve GlobalsAA for SROA.Davide Italiano2016-06-071-1/+6
* [SROA] Function canConvertValue needs to check whether both NewTy and OldTy p...Jack Liu2016-05-031-2/+4
* Revert 268409 due to missing comment.Jack Liu2016-05-031-4/+2
* (no commit message)Jack Liu2016-05-031-2/+4
* isSafeToLoadUnconditionally support queries without a contextArtur Pilipenko2016-04-271-3/+6
* [SROA] Don't falsely report that changes have occuredDavid Majnemer2016-04-261-6/+10
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-5/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+5
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-1/+1
* [SROA] Fix typo in commentHal Finkel2016-03-281-1/+1
* C++11 is required, remove some preprocessor checks for itHal Finkel2016-03-281-3/+3
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-131-5/+4
* Temporarily revert:Eric Christopher2016-03-121-4/+5
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-111-5/+4
* Do not specialize IRBuilder to strip names in SROAMehdi Amini2016-03-111-22/+10
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-3/+3
* [SROA] Fix PR25873, which Andrea Di Biagio analyzed the daylights outChandler Carruth2016-03-101-3/+7
* [SROA] Clean up some really weird code, no functionality changed.Chandler Carruth2016-03-101-3/+3
* Fix buildbot failure introduced by 258010. Remove local variables became unused.Artur Pilipenko2016-01-171-3/+0
* Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionallyArtur Pilipenko2016-01-171-8/+3
* Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...Artur Pilipenko2016-01-151-3/+3
* [SROA] Also insert a bit piece expression if only one piece is neededKeno Fischer2016-01-141-2/+5
* getParent() ^ 3 == getModule() ; NFCISanjay Patel2015-12-141-2/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-18/+14
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-14/+18
* [ScalarOpts] Remove dead code.Benjamin Kramer2015-10-151-5/+1
OpenPOWER on IntegriCloud