platform/upstream/llvm.git
2017-04-14 Sanjoy DasUse range for
2017-04-14 Sanjoy DasSimplify PostIncTransform further; NFC
2017-04-14 Sanjoy DasAdd a unit test for SCEV Normalization
2017-04-14 Sanjoy DasTighten the API for ScalarEvolutionNormalization
2017-04-14 Sanjoy DasRemove NormalizeAutodetect; NFC
2017-04-14 Krzysztof Parzyszek[Hexagon] Make a couple of passes compliant with -opt...
2017-04-14 Erich KeaneMake Gentoo GNU GCC Config override whitespace tolerant
2017-04-14 Simon Pilgrim[Bugpoint] Use boolean AND instead of bitwise AND ...
2017-04-14 Simon Pilgrim[X86][SSE] Update MOVNTDQA non-temporal loads to generi...
2017-04-14 Simon Pilgrim[X86][SSE] Update MOVNTDQA non-temporal loads to generi...
2017-04-14 Nirav DaveSilence -Wlogical-op-parentheses warning NFC
2017-04-14 Tobias GrosserUse isl C++ foreach implementation
2017-04-14 Nirav DaveFix missing virtual destructor to silence build warning.
2017-04-14 Nirav DaveReorder StoreMergeCandidates to run faster. NFCI.
2017-04-14 Gabor Horvath[clang-tidy] Fixes to misc-forwarding-reference-overloa...
2017-04-14 Dmitry Preobrazhensky[AMDGPU][MC] Corrected ds_write_src2_* to require one...
2017-04-14 Dmitry Preobrazhensky[AMDGPU][MC] Enabled constants for src operands of...
2017-04-14 George Rimar[ELF] - Linkerscript: make section with no content...
2017-04-14 George Rimar[ELF] - Cleanup of align.s testcase. NFC.
2017-04-14 George Rimar[ELF] LinkerScript: Don't assign zero to all regular...
2017-04-14 Andrew V. TischenkoFix for PR#30562: Selection DAG error: Detected cycle...
2017-04-14 Vassil VassilevPR32280: Do not crash on nested initializers.
2017-04-14 Alex DenisovAdd more test cases for StringRef::edit_distance
2017-04-14 Andrew V. TischenkoThis patch closes PR#32216: Better testing of schedule...
2017-04-14 Gil Rapaport[LV] Remove implicit single basic block assumption
2017-04-14 Craig Topper[ValueTracking] Calculate the KnownZeros for Intrinsic...
2017-04-14 Craig Topper[ValueTracking] Use APInt::isNegative(). NFC
2017-04-14 Craig Topper[ValueTracking] Use APInt::sext instead of zext and...
2017-04-14 Konstantin... [AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless...
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
next