Don't include DFAPacketizer in TargetInstrInfo, there's no reason.
[oota-llvm.git] / include / llvm / Transforms /
2014-09-30 Jingyue Wu[SimplifyCFG] threshold for folding branches with commo...
2014-09-24 Michael LiaoAllow BB duplication threshold to be adjusted through...
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-13 Nick LewyckyAdd control of function merging to the PMBuilder.
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
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 Rafael EspindolaMove some logic to populateLTOPassManager.
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-21 Rafael EspindolaSort declarations.
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-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
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-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-29 Michael J. Spencer[LoadCombine] Missed a file.
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-05-26 Owen AndersonMake the LoopRotate pass's maximum header size configur...
2014-05-26 NAKAMURA TakumiReformat linefeeds.
2014-05-26 NAKAMURA TakumiTrailing whitespace.
2014-05-25 Peter CollingbourneAdd an extension point for peephole optimizers.
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-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
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-18 Duncan P. N. Exon... PMBuilder: Expose an option to disable tail calls
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-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-20 Mark SeabornRemove LowerInvoke's obsolete "-enable-correct-eh-suppo...
2014-03-18 Evgeniy Stepanov[msan] Origin tracking with history.
2014-03-16 NAKAMURA TakumiUntabify.
2014-03-12 Eli BenderskyMove duplicated code into a helper function (exposed...
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-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-13 Stephen HinesDon't build DFSan functionality for Android.
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-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Alp TokerFix known typos
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2014-01-14 Duncan P. N. Exon... Reapply "LTO: add API to set strategy for -internalize"
2014-01-14 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Duncan P. N. Exon... LTO: add API to set strategy for -internalize
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 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Alexey SamsonovAdd forgotten header guards
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
next