[x86] Make the 'x86-64' cpu, what I see as and many use as the generic
[oota-llvm.git] / lib / Transforms /
2014-05-07 Chandler CarruthTidy up whitespace with clang-format prior to making...
2014-05-07 Michael Zolotukhin[InstCombine] Add optimization of redundant insertvalue...
2014-05-07 Evgeniy Stepanov[msan] Fix -fsanitize=memory -fno-integrated-as.
2014-05-07 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-05-07 Stepan DyatkovskiySecond patch of patch series that improves MergeFunctio...
2014-05-06 Nico WeberFix ASan init function detection after clang r208128.
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-06 Nick LewyckyDetabify.
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-05 Yi JiangReapply: Add slp vectorization to LTO passes. The bug...
2014-05-05 Yi JiangAlways set alignment of vectorized LD/ST in SLP-Vectori...
2014-05-05 Duncan P. N. Exon... LTO: -internalize sets visibility to default
2014-05-05 Timur Iskhodzhanov[ASan/Win] Fix issue 305 -- don't instrument .CRT initi...
2014-05-04 Benjamin KramerLoopUnroll: If we're doing partial unrolling, use the...
2014-05-04 Arnold SchwaighoferSLPVectorizer: Bring back the insertelement patch ...
2014-05-03 Benjamin KramerSLPVectorizer: Lazily allocate the map for block numbering.
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-02 Eric ChristopherClean up constructor logic and member access for LoopVe...
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.
2014-05-02 Akira Hatanaka[GVN] Pass the phi-translated address of a load instead...
2014-05-02 Nick LewyckyFold strlen(expr ? "str1" : "str2") to x ? len1 : len2...
2014-05-01 Benjamin KramerUpdate and sort CMakeLists.
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 Chandler CarruthRevert r205965, which essentially reverts r205018 for...
2014-04-30 Gerolf HoflehnerPatch for function cloning to inline all blocks whose...
2014-04-30 Yi JiangRevert r207571 - Add slp vectorization to LTO passes
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-30 Benjamin KramerAdd a <tuple> include to more files that aren't getting...
2014-04-30 NAKAMURA TakumiConstantHoisting.cpp: Add <tuple> for std::tie, since...
2014-04-29 Jim GrosbachTidy up.
2014-04-29 Jim GrosbachSpelling.
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 Rafael EspindolaRemove tabs.
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-29 Yi JiangContinue slp vectorization even the BB already has...
2014-04-29 Yi JiangAdd slp vectorization to LTO passes
2014-04-29 Adam NemetReapply r207271 without the testcase
2014-04-29 Diego NovilloAdd optimization remarks to the loop unroller and vecto...
2014-04-29 Zinovy Nis[BUG] Fix -Wunused-variable warning in Release mode...
2014-04-29 Kostya Serebryanyfix -Wunused-variable warning in Release mode
2014-04-29 Zinovy Nis[OPENMP][LV][D3423] Respect Hints.Force meta-data for...
2014-04-29 Michael ZolotukhinFix a typo in comment
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2014-04-28 Chandler CarruthFix rampant quadratic behavior in UpdatePHINodes. The...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Gerolf HoflehnerRestore CloneFunction.cpp which got accidently
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-25 Adrian PrantlUnbreak the gdb buildbot by not lowering dbg.declare...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 Adrian PrantlReapply r207135 without modifications.
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Adrian PrantlDebug info: Let dbg.values inserted by LowerDbgDeclare...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-04-23 Matt ArsenaultDon't use default address space arguments in GlobalOpt
2014-04-23 Alexander Potapenko[ASan] Move the shadow range on 32-bit iOS (and iOS...
2014-04-23 Matt ArsenaultRemove dead code in instcombine.
2014-04-23 Evgeniy StepanovFix handling of missing DataLayout in sanitizers.
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-22 Juergen Ributzka[Constant Hoisting] Print the instructions in the corre...
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 David BlaikieUse unique_ptr to handle GlobalOpt's Evaluator members
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-21 David BlaikieSimplify expression that was explicitly naming an opera...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of GCOVFunctions...
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-04-21 Evgeniy Stepanov[msan] Enable out-of-line instrumentation for large...
2014-04-21 Kostya Serebryany[asan] add a run-time flag detect_container_overflow...
2014-04-21 Kostya Serebryany[asan] instead of inserting inline instrumentation...
2014-04-21 Kostya Serebryany[asan] temporary disable generating __asan_loadN/__asan...
2014-04-21 Kostya Serebryany[asan] insert __asan_loadN/__asan_storeN as out-lined...
2014-04-19 Alp TokerRemove some empty statements
2014-04-18 Nick LewyckyCheck whether functions have any lines associated befor...
2014-04-18 Evgeniy Stepanov[msan] Add -msan-instrumentation-with-call-threshold.
next