[SimplifyLibCalls] Factor out str/mem libcall optimizations.
[oota-llvm.git] / include / llvm / Transforms / Utils /
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out str/mem libcall optimizat...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-12-22 Bruno Cardoso Lopes[LCSSA] Handle PHI insertion in disjoint loops
2014-12-19 Duncan P. N. Exon... Rename MapValue(Metadata*) to MapMetadata()
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-19 Kostya SerebryanyIntroduce llvm::SplitAllCriticalEdges
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-10-22 Sanjay PatelShrinkify libcalls: use float versions of double libm...
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-16 Sanjay Patelfold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-10-14 Sanjay PatelOptimize away fabs() calls when input is squared (known...
2014-09-30 Jingyue Wu[SimplifyCFG] threshold for folding branches with commo...
2014-09-17 David BlaikieReapply fix in r217988 (reverted in r217989) and remove...
2014-09-17 David BlaikieRevert "Fix -Wnon-virtual-dtor warning introduced in...
2014-09-17 David BlaikieFix -Wnon-virtual-dtor warning introduced in r217982.
2014-09-17 Chris BienemanFixing the sanitizer build failure:
2014-09-17 Chris BienemanRefactoring SimplifyLibCalls to remove static initializ...
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-01 Hal FinkelFeed AA to the inliner and use AA->getModRefBehavior...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-15 Rafael EspindolaIntroduce a helper to combine instruction metadata.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-15 Peter CollingbourneGive SplitBlockAndInsertIfThen the ability to update...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-19 Benjamin KramerFlip on vectorization of bswap intrinsics.
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-19 NAKAMURA TakumiWhitespace.
2014-05-08 Richard Smith[modules] Add missing #include.
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-20 Richard SmithAdd missing #include found by modules build.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...
2014-03-16 NAKAMURA TakumiUntabify.
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-01-28 Chandler Carruth[LPM] Fix PR18616 where the shifts to the loop pass...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-24 Alp TokerFix known typos
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-19 Matt ArsenaultFix missing C++ mode comment
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-06 Kaelyn UhrainFix a narrowing warning due to a type mismatch (size_t...
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-12-05 Alexey SamsonovAdd forgotten header guards
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-10-29 Alp TokerFix "existant" typos
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-19 Peter CollingbourneIntroduce SpecialCaseList::isIn overload for GlobalAliases.
2013-08-19 Peter CollingbourneRemove SpecialCaseList::findCategory.
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-12 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-05 Peter CollingbourneIntroduce an optimisation for special case lists with...
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Matt ArsenaultTeach EmitGEPOffset about address spaces
2013-07-28 Chandler CarruthUpdate comments for SSAUpdater to use the modern doxyge...
2013-07-28 Chandler CarruthThread DataLayout through the callers and into mem2reg...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-21 Chandler CarruthMake the mem2reg interface use an ArrayRef as it keeps...
2013-07-20 Chandler CarruthUpdate mem2reg's comments to conform to the new doxygen...
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneIntroduce a SpecialCaseList ctor which takes a MemoryBu...
2013-07-09 Peter CollingbourneRename BlackList class to SpecialCaseList and move...
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2013-05-20 Hal FinkelRename LoopSimplify.h to LoopUtils.h
2013-05-20 Hal FinkelExpose InsertPreheaderForLoop from LoopSimplify to...
2013-04-26 Adrian Prantlfix a typo that due to cu&paste quadrupled itself
2013-04-26 Adrian PrantlBugfix for the debug intrinsic handling in InstCombiner:
2013-04-11 Alexey Samsonov[ASan] Allow disabling init-order checks for globals...
2013-02-26 Pedro ArtigasEnhance integer division emulation support to handle...
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Chandler CarruthMake SimplifyCFG simply depend upon TargetTransformInfo...
next