summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
Commit message (Expand)AuthorAge
* [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] Make this interface accept const Use pointers and use overrideChandler Carruth2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move the PredIteratorCache into the IR library -- it isChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* [C++11] Remove a leftover std::function instance.Benjamin Kramer2014-03-03
* [C++11] Remove the completely unnecessary requirement on SetVector'sChandler Carruth2014-03-03
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-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
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...Andrew Trick2014-02-26
* [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
* [reassociate] Switch two std::sort calls into std::stable_sort calls asChandler Carruth2014-02-25
* [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
* Factor out calls to AA.getDataLayout().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
* Fix typosAlp Toker2014-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
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Include <cctype> for isdigit().Logan Chien2014-02-22