platform/upstream/llvm.git
2017-04-14 Craig Topper[InstCombine] Use APInt::setSignBit and APInt::isNegati...
2017-04-14 Xinliang David LiFix use after free error
2017-04-14 NAKAMURA Takumiclang/test/CoverageMapping/unused_names.c: Relax an...
2017-04-14 Xinliang David LiFix test failure on windows: pass module to getInstrPro...
2017-04-14 Xinliang David LiRemove unused function /nfc
2017-04-14 Peter CollingbourneObject, LTO: Add target triple to irsymtab and LTO...
2017-04-14 Daniel BerlinNewGVN: Don't propagate over phi backedges where undef...
2017-04-14 Peter CollingbourneCOFF: Remove some unused fields.
2017-04-14 Peter CollingbourneELF: Remove some dead code.
2017-04-14 Richard SmithRemove empty test directory for nonexistent standard...
2017-04-14 Vedant Kumar[docs] UBSan: Mention that print_stacktrace=1 is unsupp...
2017-04-14 Rui UeyamaRemove useless local variable.
2017-04-14 Rui UeyamaReplace uintX_t with uint64_t.
2017-04-14 Sanjoy DasUse range-for; NFC
2017-04-14 Sanjoy DasUse transform instead of manual loop; NFC
2017-04-14 Kuba MracekRevert r300287.
2017-04-14 NAKAMURA TakumiLLVMCodeGen: Add ProfileData into deps corresponding...
2017-04-14 Stanislav Mekhanoshin[AMDGPU] added SIInstrInfo::getAddNoCarry() helper
2017-04-14 Kuba Mracek[ObjC] Fix lifetime markers of loop variable in EmitObj...
2017-04-14 Lang Hames[ORC] Re-enable the Error/Expected unit tests that...
2017-04-14 Reid KlecknerSimplify some Verifier attribute checks with AttributeSet
2017-04-13 Rui UeyamaRemove useless namespaces.
2017-04-13 George Burgess IVFix PR31934: forming refs to functions with enable_if...
2017-04-13 Matthias BraunMIRLangRef: Add a section on simplifying .mir tests
2017-04-13 Rui UeyamaRename readOutputSectionFiller parseFill.
2017-04-13 Rui UeyamaFix FILL linker script command.
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Adam Nemet[AArch64] Avoid partial register writes on lane 0 of...
2017-04-13 Konstantin... AMDGPU/GFX9: Do not use v_pack_b32_f16 when packing
2017-04-13 Hans Wennborgbuild_llvm_package.bat: Move to VS2017
2017-04-13 Reid Kleckner[IR] Make getParamAttributes take argument numbers...
2017-04-13 Richard Smith[docs] Regenerate diagnostics reference.
2017-04-13 Richard Smith[docs] Fix a couple of typos in command line flag help...
2017-04-13 Alexei Starovoitov[bpf] Fix memory offset check for loads and stores
2017-04-13 Matthias BraunMIRLangRef: Simplify/update documentation
2017-04-13 Teresa Johnson[Support] Fix ErrorOr assertion when /proc/cpuinfo...
2017-04-13 Richard SmithAdd test for anonymous struct containing an implicitly...
2017-04-13 Craig Topper[InstCombine] Use APInt::getBitsSetFrom instead of...
2017-04-13 Richard SmithDiagnose attempt to take address of bitfield members...
2017-04-13 Rui UeyamaAdd "1" suffix if there's varaible ends with "2".
2017-04-13 Richard SmithPR32185: Revert r291512 and add a testcase for PR32185.
2017-04-13 Petr Hosek[libcxx] Direct support for Fuchsia
2017-04-13 Petr Hosek[CMake][runtimes] Use -nodefaultlibs for the runtimes...
2017-04-13 Rui UeyamaReplace a clever lambda helper with a simpler one.
2017-04-13 Zachary Turner[llvm-pdbdump] Recursively dump class layout.
2017-04-13 Petr Hosek[CMake] Support building Fuchsia toolchain on Darwin
2017-04-13 Craig Topper[ValueTracking] Remove duplicate call to computeKnownBi...
2017-04-13 Davide Italiano[LCSSA] Efficiently compute blocks dominating at least...
2017-04-13 Reid KlecknerFix -Wunused-value warning
2017-04-13 Richard SmithRevert accidentally-committed files in r300252.
2017-04-13 Richard SmithRemove all allocation and divisions from GreatestCommon...
2017-04-13 Reid Kleckner[InstCombine] Fix !prof metadata preservation for invokes
2017-04-13 Vitaly Buka[msan] Fix msan_test.cc by checking bind results before...
2017-04-13 Vitaly BukaRevert "[msan] Fix msan_test broken after r299884."
2017-04-13 Francis RicciDisable use of tls scanning on darwin leak sanitizer
2017-04-13 Francis RicciMove Linux-specific lsan tests into a new directory
2017-04-13 Shoaib Meenai[libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config...
2017-04-13 Hans Wennborgclang-format-vs licence.txt: drop svn:executable
2017-04-13 Davide Italiano[LCSSA] Assert that we always have a valid loop.
2017-04-13 Davide Italiano[LCSSA] Remove spurious whitespaces. NFCI.
2017-04-13 Davide Italiano[LCSSA] Use `auto` when the type is obvious. NFCI.
2017-04-13 Nirav Dave[DAG] Fold away temporary vector in store candidate...
2017-04-13 Dehao ChenSamplePGO: convert callsite samples map key from callsi...
2017-04-13 Craig Topper[ValueTracking] Prevent a call to computeKnownBits...
2017-04-13 Anna Thomas[LV] Fix the vector code generation for first order...
2017-04-13 Alex ShlyapnikovRevert "Enable LSan on PowerPC64."
2017-04-13 Sanjay Patel[InstCombine] fold X == 0 || X == -1 to one compare...
2017-04-13 Reid Kleckner[DAE] Simplify call site replacement code with CallSite NFC
2017-04-13 Francis RicciImplement global pointer scanning for darwin leak sanitizer
2017-04-13 Craig Topper[ValueTracking] Move a temporary APInt instead of copyi...
2017-04-13 Marshall ClowRemove the binders from C++17. Reviewed as https:/...
2017-04-13 Hans WennborgFollow-up to r300225: update ClangFormat.csproj too
2017-04-13 Reid Kleckner[InstCombine] Simplify attribute code with new Attribut...
2017-04-13 Reid Kleckner[ArgPromotion] Don't drop !prof metadata on promoted...
2017-04-13 Adrian PrantlAdd a test for __block variables + asan.
2017-04-13 Stanislav Mekhanoshin[AMDGPU] Combine DS operations with offsets bigger...
2017-04-13 Hans WennborgFollow-up to r300225: update ClangFormat.sln to VS2017
2017-04-13 Hans WennborgWarning-free clang-format plugin install for VS 15.0
2017-04-13 Craig Topper[APSInt] Remove named And/Or/Xor methods.
2017-04-13 Hans Wennborgclang-format-vs: Use a separate license.txt copy
2017-04-13 Sanjay Patel[InstCombine] use similar ops for related folds; NFCI
2017-04-13 Francis RicciDon't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
2017-04-13 Andrey ChurbanovKMP_HW_SUBSET extended with NUMA support when HWLOC...
2017-04-13 Craig Topper[APInt] Fix the returns description for the postfix...
2017-04-13 Marshall ClowImplement LWG#2855 - made easy by previous refactoring
2017-04-13 Craig TopperRevert r300213 "[APSInt] Add a static_assert to ensure...
2017-04-13 Alex ShlyapnikovCache size per class size in SizeClassAllocatorXLocalCache.
2017-04-13 Brian Gesiak[Analysis] Support bitreverse in -demanded-bits pass
2017-04-13 Reid KlecknerUse the clang-cl recognized spelling of --target=
2017-04-13 Craig Topper[APSInt] Add a static_assert to ensure APSInt is packed...
2017-04-13 Michael Kruse[DeLICM] Introduce unittesting infrastructure for Known...
2017-04-13 Michael Kruse[DeLICM] Export Known and Written to DeLICMTests. NFC.
2017-04-13 Michael Kruse[DeLICM] Add Knowledge::Known. NFC.
2017-04-13 Reid KlecknerRe-land "[clang-cl] Make all sanitizer flags available...
2017-04-13 Michael Kruse[DeLICM] Make Knowledge::Written an isl::union_map...
2017-04-13 Michael Kruse[DeLICM] Rename Knowledge to KnowledgeStr. NFC.
2017-04-13 Shoaib Meenai[libc++] Explicitly set output directory for DLL
2017-04-13 Tobias Edler... LTO: Pass SF_Executable flag through to InputFile:...
next