platform/upstream/llvm.git
2018-07-20 Simon Pilgrim[X86][AVX] Add v16i16 horizontal op redundant shuffle...
2018-07-20 Pavel LabathFix build breakage from r337562
2018-07-20 Nirav Dave[DAG] Avoid Node Update assertion due to AND simplification
2018-07-20 Pavel LabathDwarfDebug: Reduce duplication in addAccel*** methods
2018-07-20 Simon Pilgrim[X86][AVX] Add support for 32/64 bits 256-bit vector...
2018-07-20 Nirav Dave[DAG] Fix Memory ordering check in ReduceLoadOpStore.
2018-07-20 Reka Kovacs[analyzer] Rename DanglingInternalBufferChecker to...
2018-07-20 Simon Pilgrim[X86][AVX] Add 256-bit vector horizontal op redundant...
2018-07-20 Kostya Kortchinsky[scudo] Simplify internal names (NFC)
2018-07-20 Bruno Cardoso... [www] Add CodeCompass and CodeChecker to Clang Related...
2018-07-20 Florian Hahn[IPSCCP] Fix for bot failure caused by r337548
2018-07-20 Erich KeaneImplement cpu_dispatch/cpu_specific Multiversioning
2018-07-20 Simon PilgrimRegenerate partial vector fold test. NFCI.
2018-07-20 Dmitry Vyukovesan: fix shadow setup
2018-07-20 Chen Zheng[NFC][testcases] fold sdiv if two operands are negated...
2018-07-20 Florian HahnRecommit r328307: [IPSCCP] Use constant range informati...
2018-07-20 Simon Pilgrim[X86][AVX] Convert X86ISD::VBROADCAST demanded elts...
2018-07-20 Simon PilgrimRegenerate remainder test.
2018-07-20 Chen Zheng[InstSimplify] fold srem instruction if its two operand...
2018-07-20 Pavel Labath[DebugInfo] Generate .debug_names section when it makes...
2018-07-20 Chen Zheng[NFC][testcases] more testcases for folding srem if...
2018-07-20 Ulrich Weigand[SystemZ] Test case formatting fixes
2018-07-20 Sam McCallRevert "[LSV] Refactoring + supporting bitcasts to...
2018-07-20 Yaxun LiuSema: Fix explicit address space cast in C++
2018-07-20 Florian Hahn[UBSan] Also use blacklist for 'Address; Undefined...
2018-07-20 Jonas Paulsson[SystemZ] Reimplent SchedModel IssueWidth and WriteRes...
2018-07-20 Andrew V. TischenkoImproved sched model for X86 BSWAP* instrs.
2018-07-20 David Carlier[Xray] fix c99 warning build about flexible array semantics
2018-07-20 Matt ArsenaultReapply "AMDGPU: Fix handling of alignment padding...
2018-07-20 Sander de Smalen[AArch64][SVE] Asm: Support for bit/byte reverse operat...
2018-07-20 Sander de Smalen[AArch64][SVE] Asm: Support for FTMAD instruction.
2018-07-20 Eric Fiselieradjust incorrect comment
2018-07-20 Dmitry Vyukovsanitizers: consistently check result of MmapFixedNoReserve
2018-07-20 Fangrui SongChange \t to spaces
2018-07-20 Eric Liu[Index] Set OrigD before D is changed.
2018-07-20 George Rimar[ELF] - Fix mistypes in test cases.
2018-07-20 Sam McCall[clangd] FuzzyMatch exposes an API for its word segment...
2018-07-20 Martin Storsjo[COFF] Write the debug directory and build id to a...
2018-07-20 John McCallDocument -fobjc-weak as an extension.
2018-07-20 John McCallFix and improve the ARC spec's wording about unmanaged...
2018-07-20 Stephen CanonAdd x86_64-unkown triple to llc for x86 test.
2018-07-20 Joel E. Denny[libFuzzer] Use separate test directory for each config
2018-07-20 Eric FiselierFix two test failures in <experimental/filesystem>
2018-07-20 Eric FiselierUse _LIBCPP_UNREACHABLE to convince GCC that non-void...
2018-07-20 Craig Topper[DAGCombiner] Fold X - (-Y *Z) -> X + (Y * Z)
2018-07-20 Eric Fiseliercleanup test assertion inside library
2018-07-20 Eric Fiselier[libc++] Implement Directory Entry Caching -- Sort of.
2018-07-20 Jim InghamDefend LoadImageUsingPaths against a path list
2018-07-20 Duncan P. N... Reapply "ADT: Shrink size of SmallVector by 8B on 64...
2018-07-20 Michael J.... Revert "[docs] Add support for Markdown documentation...
2018-07-20 Heejin Ahn[WebAssembly] Disable a test that violates DR1696
2018-07-20 Duncan P. N... Revert "ADT: Shrink size of SmallVector by 8B on 64...
2018-07-19 Chandler Carruth[x86/SLH] Clean up helper naming for return instruction...
2018-07-19 Michael J.... [docs] Add support for Markdown documentation in Sphinx
2018-07-19 Richard SmithFix typo causing assert in self-host.
2018-07-19 Eli Friedman[SCCP] Don't use markForcedConstant on branch conditions.
2018-07-19 Stephen CanonSkip out of SimplifyDemandedBits for BITCAST of f16...
2018-07-19 Fangrui Song[docs] Correct -fvisibility-inlines-hidden description
2018-07-19 Duncan P. N... ADT: Shrink size of SmallVector by 8B on 64-bit platforms
2018-07-19 Teresa Johnson[ThinLTO] Only emit referenced type id records in index...
2018-07-19 Craig Topper[DAGCombiner] Teach DAGCombiner that A-(-B) is A+B.
2018-07-19 Kostya Serebryany[libFuzzer] when -print_coverage=1 is given, print...
2018-07-19 Simon Pilgrim[X86][AVX] Use extract_subvector to reduce vector op...
2018-07-19 David Carlier[CStringSyntaxChecker] Check strlcpy sizeof syntax
2018-07-19 Richard SmithWhen we choose to use zeroinitializer for a trailing...
2018-07-19 Erik Pilkington[Sema] Diagnose an invalid dependent function template...
2018-07-19 Matt Davis[llvm-mca][docs] Add Timeline and How MCA works.
2018-07-19 Reid KlecknerWork around bug in mingw-w64 GCC 8.1.0
2018-07-19 Sid Manning[ELF][HEXAGON] Add support for R_HEX_B15_PCREL
2018-07-19 Teresa Johnson[profile] Fix typo in test
2018-07-19 Reid KlecknerDisable GCC's -Wclass-memaccess warning
2018-07-19 Craig Topper[X86] Fix some 'return SDValue()' after DCI.CombineTo...
2018-07-19 Reid KlecknerFix -Wsign-compare in llvm-readobj
2018-07-19 Roman Tereshin[LSV] Refactoring + supporting bitcasts to a type of...
2018-07-19 Stefan Pintilie[Power9] Code Cleanup - Remove needsAggressiveScheduling()
2018-07-19 Jonathan PeytonBlock library shutdown until unreaped threads finish...
2018-07-19 Shoaib Meenai[Analysis] Fix typo in assert. NFC
2018-07-19 Sid ManningAdd support for R_HEX_B32_PCREL_X, R_HEX_B22_PCREL_X...
2018-07-19 Richard SmithFix failing testcase to actually be valid.
2018-07-19 Teresa Johnson[profile] Add interface to get profile filename
2018-07-19 Richard SmithFix template argument deduction when a parameter pack...
2018-07-19 Nico Weberfix typo in comment
2018-07-19 Mandeep Singh... [OpenEmbedded] Add a unittest for aarch64-oe-linux
2018-07-19 Krzysztof Parzyszek[APInt] Keep the original bit width in quotient and...
2018-07-19 Louis Dionne[libc++] Allow running ABI list tests with different...
2018-07-19 Matt Morehouse[libFuzzer] Update documentation regarding MSan.
2018-07-19 Raphael IsemannAdded unit tests for Flags
2018-07-19 Reka Kovacs[analyzer] Fix memory sanitizer error in MallocChecker.
2018-07-19 Erich KeaneFix unused variable warning.
2018-07-19 Mikhail R.... [analyzer] Memoize complexity of SymExpr
2018-07-19 Farhana Aleen[LoadStoreVectorizer] Use getMinusScev() to compute...
2018-07-19 Erik Pilkington[Sema] Add a new warning, -Wmemset-transposed-args
2018-07-19 Andrea Di Biagio[X86][BtVer2] correctly model the latency/throughput...
2018-07-19 Alexey BataevThe patch adds support for the new map interface betwee...
2018-07-19 Teresa Johnson[compiler-rt] Only set lto_flags if lto_supported
2018-07-19 Reka Kovacs[analyzer] Fix disappearing notes in DanglingInternalBu...
2018-07-19 Teresa Johnson[compiler-rt] Add NewPM testing to CFI tests
2018-07-19 Simon Pilgrim[X86][SSE] Add FPEXT vXf32 - vXf64 tests
2018-07-19 Reka Kovacs[analyzer] Add support for more basic_string API in
2018-07-19 George Rimar[llvm-readobj] - Do not report invalid amount of sections.
next