summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SROA.cpp
Commit message (Expand)AuthorAge
* SROA: Only split loads on byte boundariesDuncan P. N. Exon Smith2014-06-17
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [C++11] Remove the completely unnecessary requirement on SetVector'sChandler Carruth2014-03-03
* [C++11] Add two range adaptor views to User: operands andChandler Carruth2014-03-03
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* [SROA] Use the correct index integer size in GEPs through non-defaultChandler Carruth2014-02-26
* [SROA] Teach SROA how to handle pointers from address spaces other thanChandler Carruth2014-02-26
* [SROA] Split the alignment computation complete for the memcpy rewritingChandler Carruth2014-02-26
* [SROA] The original refactoring inspired by the addrspace patch inChandler Carruth2014-02-26
* [SROA] Yet another slight refactoring that simplifies an API in theChandler Carruth2014-02-26
* [SROA] Simplify the computing of alignment: we only ever need theChandler Carruth2014-02-26
* [SROA] Use NewOffsetBegin in the unsplit case for memset merely forChandler Carruth2014-02-26
* [SROA] Use the members for New{Begin,End}Offset in the rewrite helpersChandler Carruth2014-02-26
* [SROA] Compute the New{Begin,End}Offset values once for each allocaChandler Carruth2014-02-26
* [SROA] Fix PR18615 with some long overdue simplifications to the boundsChandler Carruth2014-02-26
* [SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROAChandler Carruth2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* [SROA] Use the original load name with the SROA-prefixed IRB rather thanChandler Carruth2014-02-25
* [SROA] Thread the ability to add a pointer-specific name prefix throughChandler Carruth2014-02-25
* [SROA] Rather than copying the logic for building a name prefix into theChandler Carruth2014-02-25
* [SROA] Simplify some of the logic to dig out the old pointer value byChandler Carruth2014-02-25
* [SROA] Adjust to new clang-format style.Chandler Carruth2014-02-25
* [SROA] Fix a *glaring* bug in r202091: you have to actually *write*Chandler Carruth2014-02-25
* Silence GCC warningAlexey Samsonov2014-02-25
* [SROA] Add a debugging tool which shuffles the slices sequence prior toChandler Carruth2014-02-25
* [SROA] Use a more direct way of determining whether we are processingChandler Carruth2014-02-25
* [SROA] Fix another instability in SROA with respect to the sliceChandler Carruth2014-02-25
* Trivial cleanup: reuse existing variable.Rafael Espindola2014-02-14
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [SROA] Fix a bug which could cause the common type finding to returnChandler Carruth2014-01-21
* Fix a really nasty SROA bug with how we handled out-of-bounds memcpyChandler Carruth2014-01-19
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Add missed cleanup from r198456Alp Toker2014-01-04
* Add a LLVM_DUMP_METHOD macro.Nico Weber2014-01-03
* Fix an issue where SROA computed different results based on the relativeChandler Carruth2013-11-19
* 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