platform/upstream/llvm.git
2018-12-28 David Chisnall[objc-gnustep2] Fix a bug in category generation.
2018-12-28 Alexey Bataev[OPENMP][NVPTX]Fixed initialization of the data-sharing...
2018-12-28 Alexey Bataev[OPENMP][NVPTX]Outline assert into noinline function...
2018-12-28 Alexey Bataev[OPENMP]Fix processing of the clauses on target combine...
2018-12-28 Diogo N. Sampaio[AArch64] Add command-line option for SB
2018-12-28 Aleksandr Urakov[CodeView] Extend the `MemberAttributes` interface...
2018-12-28 David Carlier[Sanitizer] arc4random unit test missing case.
2018-12-28 David Carlier[Sanitizer] Intercept arc4random_buf / arc4random_addra...
2018-12-28 Pavel LabathFix signed-unsigned comparisons in MinidumpParserTest
2018-12-28 Pavel LabathRemove unused variable from ClangASTContext
2018-12-28 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description.
2018-12-28 Max Kazantsev[NFC] Add failing test on LCSSA form preservation of...
2018-12-28 Hiroshi Inoue[PowerPC] handle ISD:TRUNCATE in BitPermutationSelector
2018-12-28 Max KazantsevTemporarily disable term folding in LoopSimplifyCFG...
2018-12-28 Max Kazantsev[LoopSimplifyCFG] Delete dead blocks in RPO
2018-12-28 QingShan Zhang[PowerPC] Remove the implicit use of the register if...
2018-12-28 Zi Xuan Wu[NFC] clang-format functions related to r350113
2018-12-28 Zi Xuan Wu[PowerPC] Fix assert from machine verify pass that...
2018-12-28 Evgeniy StepanovRevert "[asan] Support running without /proc.", +1
2018-12-28 Chen Zheng[PowerPC] fix register class after converting X-FORM...
2018-12-28 Kamil RytarowskiFix a mistake in previous
2018-12-27 Chandler Carruth[CallSite removal] Add and flesh out APIs on the new...
2018-12-27 Nico Weber[gn build] Add check-clang target and make it work
2018-12-27 Kamil RytarowskiUpdate NetBSD ioctl(2) entries with 8.99.28
2018-12-27 Kamil RytarowskiEnable asan_and_llvm_coverage_test.cc for NetBSD
2018-12-27 Fangrui Song[ELF] A shared object is needed if any of its occurrenc...
2018-12-27 Evgeniy Stepanov[asan] Fix build on windows.
2018-12-27 Evgeniy StepanovEnable posix regex interceptors on linux.
2018-12-27 Kamil RytarowskiReimplement Thread Static Data MSan routines with TLS
2018-12-27 Evgeniy Stepanov[asan] Support running without /proc.
2018-12-27 David Carliergetfsent, unit test.
2018-12-27 David Carlier[Sanitizer] Add fstab api to FreeBSD/Linux
2018-12-27 Jordan Rupprecht[sanitizer] Avoid memset call in tsan
2018-12-27 Kamil RytarowskiAdjust NetBSD/sha2.cc to be portable to more environments
2018-12-27 Kamil RytarowskiAdjust NetBSD/md2.cc to be portable to more environments
2018-12-27 Kamil RytarowskiAdjust NetBSD/md[45].cc to be portable to more environments
2018-12-27 Pavel LabathReduce indentation in ObjectFilePECOFF::CreateSections...
2018-12-27 Pavel LabathFix tests for python 3.7
2018-12-27 David Chisnall[objc-gnustep] Fix a copy-and-paste error.
2018-12-27 Pavel LabathFix assertion failure in NativeProcessProtocolTest
2018-12-27 David Carlier[Sanitizer] Enable FTS api on FreeBSD
2018-12-27 Pavel LabathFix "default argument for lambda parameter" (-Wpedantic...
2018-12-27 Pavel LabathDelete lldb_utility::Range
2018-12-27 Pavel Labathlldb-test ir-memory-map: Use IntervalMap::contains
2018-12-27 Pavel LabathDWARF: Fix a bug in array size computation
2018-12-27 Martin LiskaDo not rely on that subject of ErrorAllocTypeMismatch...
2018-12-27 Craig Topper[X86] Remove check that avoids creating PMULDQ with...
2018-12-27 Evgeniy StepanovRevert "[msan] Disable tail call optimization in msan...
2018-12-27 Craig Topper[X86] Factor the core code out of LowerSETCC into a...
2018-12-27 Craig Topper[X86] Merge getBitTestCondition into LowerAndToBT....
2018-12-27 Evgeniy Stepanov[msan] Disable tail call optimization in msan rtl.
2018-12-26 Wouter van... [WebAssembly] Added basic support for if/else/end_if...
2018-12-26 Wouter van... [WebAssembly] Make assembler check for proper nesting...
2018-12-26 Sylvestre Ledrumanpages: Update the URL for https
2018-12-26 Heejin Ahn[WebAssembly] Delete an unnecessary line in RegStackify
2018-12-26 Heejin Ahn[WebAssembly] Fix typos in comments in RegStackify...
2018-12-26 Craig Topper[LoopIdiomRecognize] Add CTTZ support
2018-12-26 Reid Kleckner[codeview] Check if this 'this' type of a method is...
2018-12-26 Reid Kleckner[clang-cl] Treat inputs as C++ with /E, like MSVC
2018-12-26 Reid Kleckner[MS] Mangle return adjusting thunks with the public...
2018-12-26 Rui UeyamaUse error() instead of fatal() to report an invalid...
2018-12-26 Justin Lebar[NVPTX] Allow libcalls that are defined in the current...
2018-12-26 Reid KlecknerIgnore ConstantExpr in IgnoreParens
2018-12-26 Nico WeberPass a concrete triple for two OpenMP tests that depend...
2018-12-26 Simon Pilgrim[AMDGPU] Regenerate i64 shift tests.
2018-12-26 Max Kazantsev[NFC] Use utility function for guards detection
2018-12-25 Petar Avramovic[MIPS GlobalISel] Select G_SELECT
2018-12-25 Max Kazantsev[NFC] Reuse variables instead of re-calling getParent
2018-12-25 Kang Zhang[PowerPC] Fix the bug of ISD::ADDE to set its second...
2018-12-24 Nico Weber[gn build] Make NOSORT line actually work
2018-12-24 Craig Topper[X86] Use GetDemandedBits to simplify the operands...
2018-12-24 Craig Topper[X86] Add test cases for PR40142. NFC
2018-12-24 George Karpenkov[analyzer] [NFC] Clean up the mess of constructing...
2018-12-24 Miklos Vajna[clang-tidy] add IgnoreMacros option to readability...
2018-12-24 Eugene Leviant[HWASAN] Instrument memorty intrinsics by default
2018-12-24 Nico Weber[gn build] Add build files for clang/tools/{c-arcmt...
2018-12-24 Roman LebedevReleaseNotes: X86 Target: bdver2 sched model was added...
2018-12-24 Max KazantsevRevert rL350048 and rL350050
2018-12-24 George Rimar[LLD][ELF] - Cleanup gdb-index-dwarf5-low-high.s. NFC.
2018-12-24 David BlaikieFix build - follow-up to r350048 which broke headerless...
2018-12-24 Max Kazantsev[LoopSimplifyCFG] Delete dead exiting edges
2018-12-24 David BlaikieDebugInfo: Use assembly label arithmetic for address...
2018-12-24 David BlaikieDebugInfo: Add assembly comments for debug_addr contrib...
2018-12-24 David Blaikiellvm-dwarfdump: Skip address index info (and dump only...
2018-12-24 Max KazantsevReturn "[LoopSimplifyCFG] Delete dead in-loop blocks"
2018-12-24 George Burgess IV[LoopIdioms] More LocationSize::precise annotations...
2018-12-24 Craig Topper[X86] Remove unused variables left after r350041. NFC
2018-12-24 George Burgess IV[SelectionDAGBuilder] Use ::precise LocationSizes; NFC
2018-12-24 Craig Topper[X86] Move the optimization that turns 'CMP (AND+IMM64...
2018-12-24 Fangrui Song[clangd] Delete stray semicolon. NFC
2018-12-24 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-24 Craig Topper[X86] Remove the ANDN check from EmitTest.
2018-12-23 Fangrui Song[clangd] Delete trailing ; NFC
2018-12-23 Kamil RytarowskiTolerate flaky LLD tests on NetBSD
2018-12-23 Fangrui Song[llvm-exegesis] Clustering: don't enqueue a point multi...
2018-12-23 Sanjay Patel[DAGCombiner] limit shuffle to extend transform (PR40146)
2018-12-23 Sanjay Patel[x86] add test for vector shuffle --> extend transform...
2018-12-23 Sanjay Patel[DAGCombiner] allow hoisting vector bitwise logic ahead...
2018-12-23 Sanjay Patel[x86] add tests for vector extend + logic ops; NFC
2018-12-23 Michal Gorny[xray] Detect MPROTECT and error out when it's enabled...
next