platform/upstream/llvm.git
2017-11-09 Michael KruseUpdate formatting to reflect change in clang-format...
2017-11-09 Ulrich Weigand[SystemZ] Add support for the "o" inline asm constraint
2017-11-09 Sanjay Patel[Reassociate] regenerate test checks; NFC
2017-11-09 Sanjay Patel[Reassociate] add check lines; NFC
2017-11-09 Sanjay Patel[Reassociate] add tests with 'reassoc' FMF and regenera...
2017-11-09 Nuno Lopes[BasicAA] add assertion for corner case in aliasGEP()
2017-11-09 Bill Seurer[PowerPC][msan] Update msan to handle changed memory...
2017-11-09 Simon Dardis[mips] Correct microMIP's jump and add unconditional...
2017-11-09 Ben Hamilton[VirtualFileSystem] InMemoryFileSystem::addFile():...
2017-11-09 Krasimir Georgiev[clang-format] Keep Sphinx happy after r317794
2017-11-09 Jonas HahnfeldAdd const to some variables to avoid const_casts
2017-11-09 Jonas HahnfeldRemove const from variables with dynamic memory
2017-11-09 Alex Bradbury[RISCV] Re-generate test/CodeGen/RISCV/alu32.ll using...
2017-11-09 Pavel Labathllgs-tests: Replace the "log+return false" pattern...
2017-11-09 Krasimir Georgiev[clang-format] Sort using declarations by splitting...
2017-11-09 Krasimir Georgiev[clang-format] Apply a clang-tidy suggestion, NFC
2017-11-09 Pavel LabathAdd a unit test for ClangASTContext template arguments...
2017-11-09 Alex Bradbury[RISCV] MC layer support for the standard RV32A instruc...
2017-11-09 Simon PilgrimFix 'not all control paths return a value' warning...
2017-11-09 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-09 Alex Bradbury[RISCV] MC layer support for the standard RV32M instruc...
2017-11-09 Jonas Hahnfeld[OMPT] Fix test cancel_parallel.c
2017-11-09 Jonas Hahnfeld[OMPT] Add support for testing return addresses on...
2017-11-09 Andrew V. TischenkoSched model improving on btver2: JFPU01 resource, vtest...
2017-11-09 Krasimir Georgiev[clang-format] Fix a clang-tidy finding, NFC
2017-11-09 Krasimir Georgiev[clang-format] Fix argument name comment, NFC
2017-11-09 Andrew V. TischenkoAdd -print-schedule scheduling comments to inline asm.
2017-11-09 Simon Atanasyan[MIPS] Fix calculation of the R_MICROMIPS_LO16 / HI16...
2017-11-09 Haojian Wu[clangd] Add rename support.
2017-11-09 Pavel LabathSimplify NativeProcessProtocol::GetArchitecture/GetByte...
2017-11-09 Simon Atanasyan[MIPS] Setup less-significant bit in a symbol value...
2017-11-09 Sam McCall[Tooling] Use FixedCompilationDatabase when `compile_fl...
2017-11-09 John McCallFix a bug with the use of __builtin_bzero in a conditio...
2017-11-09 Craig Topper[X86] Give priority to EVEX FMA instructions over FMA4...
2017-11-09 Vitaly Buka[sanitizers] Rename GetStackTraceWithPcBpAndContext
2017-11-09 Vitaly Buka[msan] Add context argument into GetStackTrace
2017-11-09 Vitaly Buka[lsan] Add "static" to internal function
2017-11-09 Vitaly BukaFix "default label in switch which covers all enumerati...
2017-11-09 Sanjoy Das[SectionMemoryManager] Abstract out mmap, munmap, mprot...
2017-11-09 Craig Topper[X86] Make X86ISD::FMADDS3 isel patterns commutable.
2017-11-09 Serguei Katkov[GVN PRE] Patch the source for Phi node in PRE
2017-11-09 Kostya Serebryany[libFuzzer] allow merge to resume after being preempted
2017-11-09 Craig Topper[X86] Rename the VEX scalar fma builtins to end with...
2017-11-09 Craig Topper[X86] Rename the VEX scalar fma builtins to end with...
2017-11-09 Vedant Kumar[llvm-cov] Fix more -path-equivalence test bugs
2017-11-09 Vedant Kumar[llvm-cov] Fix a -path-equivalence bug in a test
2017-11-09 Vedant Kumar[llvm-cov] Don't render empty region marker lines
2017-11-09 Vedant Kumar[Coverage] Use the wrapped segment when a line has...
2017-11-09 Vedant Kumar[Coverage] Emit deferred regions in headers
2017-11-09 Vedant Kumar[Coverage] Complete top-level deferred regions before...
2017-11-09 Vedant Kumar[Coverage] Emit a gap area after if conditions
2017-11-09 Peter Collingbourneubsan: Allow programs to use setenv to configure ubsan_...
2017-11-09 Kostya Serebryany[libFuzzer] mechanically simplify a test, NFC
2017-11-09 Marek OlsakAMDGPU: Merge BUFFER_STORE_DWORD_OFFEN/OFFSET into...
2017-11-09 Marek OlsakAMDGPU: Lower buffer store and atomic intrinsics manually
2017-11-09 Marek OlsakAMDGPU: Merge BUFFER_LOAD_DWORD_OFFSET into x2, x4
2017-11-09 Marek OlsakAMDGPU: Merge BUFFER_LOAD_DWORD_OFFEN into x2, x4
2017-11-09 Marek OlsakAMDGPU: Merge S_BUFFER_LOAD_DWORD_IMM into x2, x4
2017-11-09 Marek OlsakAMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD...
2017-11-09 Kostya Serebryany[libFuzzer] fix a test (and hopefully, the bot)
2017-11-09 Craig Topper[X86] Make sure we don't read too many operands from...
2017-11-09 Kostya Serebryany[libFuzzer] allow user to specify the merge control...
2017-11-09 Petr Hosek[CMake] Passthrough CMAKE_SYSROOT to external projects
2017-11-09 Mitch Phillips[cfi-verify] Adds blacklist blame behaviour to cfi...
2017-11-08 Petr Hosek[CMake][runtimes] Fix the variable name
2017-11-08 Simon Atanasyan[MIPS] Setup less-significant bit in the .got and ...
2017-11-08 Rafael EspindolaHandle "-" in tryCreateFile.
2017-11-08 Rui Ueyama[FileOutputBuffer] Move factory methods out of their...
2017-11-08 Evgeniy Stepanov[Sanitizers, CMake] Also use version script for libclan...
2017-11-08 Alex LorenzRemove redundant copy-pasted comment in test file from...
2017-11-08 Alex Lorenz[ObjC] Fix function signature handling for blocks liter...
2017-11-08 Kamil RytarowskiCorrect atexit(3) support in TSan/NetBSD
2017-11-08 Volodymyr Sapsai[libcxx] Mark test cxa_deleted_virtual.pass.cpp as...
2017-11-08 Craig Topper[X86] X86MaskedGatherSDNode shouldn't inherit from...
2017-11-08 Craig Topper[X86] Preserve memory refs when folding loads into...
2017-11-08 Craig Topper[X86] Remove an if check on the result of a cast. NFC
2017-11-08 Adrian PrantlLet replaceVTableHolder accept any type.
2017-11-08 Dan GohmanAdd an @llvm.sideeffect intrinsic
2017-11-08 Teresa Johnson[ThinLTO] New test needs to require LTO
2017-11-08 Alex Lorenz[ObjC] Boxed strings should use the nullability from...
2017-11-08 Reid KlecknerRevert "Correct dwarf unwind information in function...
2017-11-08 Vedant Kumar[cmake] Allow LLVM_BUILD_INSTRUMENTED to be set to...
2017-11-08 Rafael EspindolaMake sure an error is always handled.
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Marshall ClowAdded include for <cassert>
2017-11-08 Alex BradburySet hasSideEffects=0 for PHI and fix affected passes
2017-11-08 Craig Topper[X86] Correct the implementation of BEXTR load folding...
2017-11-08 Alexey Bataev[OPENMP] Codegen for `#pragma omp target parallel for`.
2017-11-08 Sam Clegg[WebAssembly] Update test expectations
2017-11-08 Teresa JohnsonRevert "[ThinLTO] Ensure sanitizer passes are run"
2017-11-08 David L. JonesAdd a missing "REQUIRES: system-windows" to a Windows...
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Craig Topper[X86] Don't call validateInstruction from MatchAndEmitI...
2017-11-08 Craig Topper[ValueTracking] Use APInt::isNullValue/isOneValue which...
2017-11-08 Dan Gohman[WebAssembly] Add a test for inline-asm "m" constraints.
2017-11-08 Dan Gohman[WebAssembly] Call signExtend to get sign extended...
2017-11-08 Marco CastelluccioAdd CoreOption flag to "-coverage" option to make it...
2017-11-08 Adrian PrantlUn-XFAIL a test after the bugfix in r317702.
2017-11-08 Dan Gohman[WebAssembly] Revise the strategy for inline asm.
next