summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Scalarizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-2/+5
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-031-3/+2
* Fixing the build failure due to compiler warnings and unnecessary disambiguat...Chris Bieneman2014-10-151-3/+2
* Defining a new API for debug options that doesn't rely on static global cl::o...Chris Bieneman2014-10-151-9/+17
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+2
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+2
* Rename a few more DataLayout variables.Rafael Espindola2014-02-211-7/+7
* Fix Scalarizer insertion point when replacing PHIs with insertelementsRichard Sandiford2013-12-231-1/+4
* Fix Scalarizer handling of vector GEPs with multiple index operandsRichard Sandiford2013-12-231-11/+32
* Add a Scalarizer pass.Richard Sandiford2013-11-221-0/+637
OpenPOWER on IntegriCloud