platform/upstream/llvm.git
2018-01-17 Tatyana Krasnukha[ARC] Add missing condition codes.
2018-01-17 Julie Hockett[clang-tidy] Fixing Fuchsia overloaded operator warning...
2018-01-17 Eric Liu[Tooling] Don't deduplicate tool results in the All...
2018-01-17 Ben Hamilton[Format] Improve ObjC header guessing heuristic
2018-01-17 Petr HosekRevert "[libFuzzer] Support using libc++"
2018-01-17 Jonas Paulsson[SystemZ] Handle BRCTH branches correctly in SystemZLo...
2018-01-17 Benjamin KramerUpdate dump_ast_matchers for many recent changes.
2018-01-17 Matt ArsenaultAMDGPU: Error in SIAnnotateControlFlow instead of assert
2018-01-17 Matt ArsenaultAdd tests for ConstantFoldTerminator preserving DomTree
2018-01-17 Krasimir Georgiev[clang-format] adds enclosing function detection to...
2018-01-17 Nico WeberAttempt to fix test/Driver/masm.c on the ARM bots.
2018-01-17 Sam McCall[Index] Fix GCC warning. This is silly, but no llvm_unr...
2018-01-17 Sam McCall[clangd] Avoid divide-by-zero
2018-01-17 Diana Picus[ARM GlobalISel] Rename local variable. NFC
2018-01-17 Pavel Labath[lldb][PPC64] Fixed long double variables dump
2018-01-17 Diana Picus[ARM GlobalISel] Add instselect tests for G_FPEXT and...
2018-01-17 Pavel LabathFix assertion in ObjectFileELF
2018-01-17 Pablo Barrio[AArch64] Fix incorrect LD1 of 16-bit FP vectors in...
2018-01-17 Sanjay Patel[InstCombine] fix demanded-bits propagation for zext...
2018-01-17 Haojian Wu[Sema] Add visited contexts to CodeCompleteContext
2018-01-17 Sanjay Patel[InstCombine] add test to show hole in demanded bits...
2018-01-17 Alex Bradbury[RISCV] Allow RISCVAsmBackend::writeNopData to generate...
2018-01-17 Diana Picus[ARM GlobalISel] Map G_FPEXT and G_FPTRUNC to FPR
2018-01-17 Daniil Fukalov[AMDGPU] add LDS f32 intrinsics
2018-01-17 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Enable inline constants for SDWA...
2018-01-17 Pavel LabathSimplify some LogTest tests
2018-01-17 Nico Weber[clang-cl] Let /FA output use intel assembly.
2018-01-17 Diana Picus[ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC
2018-01-17 Ivan A. Kosarev[Transforms] Support making mutable versions of new...
2018-01-17 Kamil RytarowskiAdd new interceptor: acct(2)
2018-01-17 Benjamin Kramer[X86] Don't mutate shuffle arguments after early-out...
2018-01-17 Benjamin Kramer[X86] Constify DebugLoc parameters. No functionality...
2018-01-17 Kamil RytarowskiHotfix for test/asan/TestCases/alloca_constant_size.cc
2018-01-17 Ilya Biryukov[clangd] Don't crash on LSP calls for non-added files
2018-01-17 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-17 Kamil Rytarowski[Sanitizers, test] Fix sanitizer tests on Solaris ...
2018-01-17 Krasimir Georgiev[clang-format] Reorganize RawStringFormat based on...
2018-01-17 Pavel LabathDon't emit apple accelerator tables on non-darwin targets
2018-01-17 Joachim ProtzePartial revert of [OMPT] Rename ompt_mutex_impl_t to...
2018-01-17 Pavel LabathRewrite debugger tuning test case to not depend on...
2018-01-17 Javed Absar[SCEV] fix typo
2018-01-17 Simon Pilgrim[X86][AVX] Add extra 'interleaved+lanepermute' shuffle...
2018-01-17 George Rimar[ThinLTO] - Remove code duplication. NFC.
2018-01-17 Jonas Toth[clang-tidy] implement check for goto
2018-01-17 George Rimar[ELF] - Stop mixing order of -defsym/-script commands.
2018-01-17 Jonas Toth[clang-tidy] fix minor formatting issue
2018-01-17 Andrew V. TischenkoAllow usage of X86-prefixes as separate instrs.
2018-01-17 Joachim Protze[OMPT] Add Workaround for Intel Compiler Bug
2018-01-17 Joachim Protze[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl
2018-01-17 Joachim Protze[OMPT] Return appropiate values for ompt runtime entry...
2018-01-17 Sean Eveson[MC] Fix -stack-size-section on ARM
2018-01-17 George Burgess IV[CodeGen] Fix a crash on mangling multiversioned functions
2018-01-17 Peter Collingbournelibcxx: Stop using private MSVC macros in the exception...
2018-01-17 Craig Topper[X86] In LowerBUILD_VECTOR, rename ExtVT to EltVT so...
2018-01-17 Craig Topper[X86] Remove duplicate lines from scheduler models...
2018-01-17 Aaron Smith[pdbutil] Replace 0 byte PDB input with correct version...
2018-01-17 George Burgess IV[Support] Return an enum instead of an unsigned; NFC.
2018-01-17 George Karpenkov[analyzer] support a mode to only show relevant lines...
2018-01-17 Nico WeberMake DiagnosticsEngine() take DiagOpts as DiagnosticsEn...
2018-01-17 Aaron SmithFix build error - 'default label in switch which covers...
2018-01-17 Sam Clegg[WebAssembly] Define __heap_base global
2018-01-17 Aaron SmithFix pretty printing the unspecified param of a variadic...
2018-01-17 Peter Collingbournecfi: Add a blacklist entry for MSVC's std::get_temporar...
2018-01-17 Sam Clegg[WebAssembly] Create synthetic __dso_handle symbol
2018-01-17 Rui Ueyama[LLD][COFF] Report error when file will exceed Windows...
2018-01-17 Petr Hosek[libFuzzer] Support using libc++
2018-01-17 Jason MolendaRemove the hardcoded macos deployment targets altogether
2018-01-17 Yan Zhangadd ID as a special acronym to objc property declaratio...
2018-01-16 Evgeniy Stepanov[hwasan] Rename sized load/store callbacks to be consis...
2018-01-16 Simon Pilgrim[X86][BTVER2] Fix scheduling of VCMPSD/VCMPSS instructions
2018-01-16 Florian Hahn[CallSiteSplitting] Pass list of (BB, Conditions) pairs...
2018-01-16 Simon Pilgrim[X86][BTVER2] Use instrs instead of instregex for low...
2018-01-16 Simon Pilgrim[X86][BTVER2] Use instrs instead of instregex for singl...
2018-01-16 Martin Storsjo[PPC64] Added vector registers.
2018-01-16 Rui UeyamaSpecify inline for isWhitespace in CommandLine.cpp
2018-01-16 Lang Hames[ExecutionEngine] Rename JITSymbol::isStrongDefinition...
2018-01-16 Richard TrieuAdd context to why test was disabled on Windows
2018-01-16 Erich KeaneMove target MV resolver to COMDAT
2018-01-16 Guozhi Wei[PPC] Add a new register XER aliased to CARRY
2018-01-16 Rafael EspindolaInline foot gun into only valid use.
2018-01-16 Alexey Bataev[DOCS] Updated current status of OpenMP support, NFC.
2018-01-16 Evgeniy Stepanov[hwasan] Build runtime library with -fPIC, not -fPIE.
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` clauses on `target...
2018-01-16 Rafael EspindolaFix another case we used the wrong visibility.
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` on `target teams...
2018-01-16 Francis Visoiu... [CodeGen] Skip some instructions that shouldn't affect...
2018-01-16 Rafael EspindolaAdd an extra test. NFC.
2018-01-16 Volkan Keles[GlobalISel][TableGen] Add support for SDNodeXForm
2018-01-16 Michael Kruse[IslTools] dumpPw: Dump same structure pieces together.
2018-01-16 Rafael EspindolaFix another case we were using the wrong visibility.
2018-01-16 Alexey Bataev[SLP] Fix for PR32164: Improve vectorization of reverse...
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` clauses on `target...
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` clauses on `target...
2018-01-16 Rafael EspindolaUse the combined visibility when computing dso_local.
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` clauses on `target...
2018-01-16 Simon Pilgrim[X86][MMX] Accept UNDEF upper bits for MOVD GR32->MMX
2018-01-16 Nico WeberAdd va_start()/va_copy()/va_end to Builtins.def
2018-01-16 Rafael EspindolaSet dso_local in lld.
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` clause on `target...
2018-01-16 Alexey Bataev[OPENMP] Add support for `depend` clauses on `target...
next