summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAge
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-02
* Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...Karthik Bhat2014-05-30
* [LoadCombine] Missed a file.Michael J. Spencer2014-05-29
* Add LoadCombine pass.Michael J. Spencer2014-05-29
* Make the LoopRotate pass's maximum header size configurable both programmatic...Owen Anderson2014-05-26
* Reformat linefeeds.NAKAMURA Takumi2014-05-26
* Trailing whitespace.NAKAMURA Takumi2014-05-26
* Add an extension point for peephole optimizers.Peter Collingbourne2014-05-25
* Flip on vectorization of bswap intrinsics.Benjamin Kramer2014-05-19
* Reformat blank lines.NAKAMURA Takumi2014-05-19
* Whitespace.NAKAMURA Takumi2014-05-19
* [modules] Add missing #include.Richard Smith2014-05-08
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Vectorize intrinsic math function calls in SLPVectorizer.Karthik Bhat2014-05-03
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-02
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-01
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Allow vectorization of bit intrinsics in BB Vectorizer.Karthik Bhat2014-04-25
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Add missing #include found by modules build.Richard Smith2014-04-20
* PMBuilder: Expose an option to disable tail callsDuncan P. N. Exon Smith2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* SLPVectorizer: Only vectorize intrinsics whose operands are widened equallyArnold Schwaighofer2014-04-09
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* Move partial/runtime unrolling late in the pipelineHal Finkel2014-03-31
* Remove LowerInvoke's obsolete "-enable-correct-eh-support" optionMark Seaborn2014-03-20
* [msan] Origin tracking with history.Evgeniy Stepanov2014-03-18
* Untabify.NAKAMURA Takumi2014-03-16
* Move duplicated code into a helper function (exposed through overload).Eli Bendersky2014-03-12
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-03
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Don't build DFSan functionality for Android.Stephen Hines2014-02-13
* [LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth2014-01-28
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-25
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Fix known typosAlp Toker2014-01-24