platform/upstream/llvm.git
2017-11-10 Craig Topper[X86] Add support for combining FMADDSUB(A, B, FNEG...
2017-11-10 Dean Michael... Revert "[XRay][darwin] Initial XRay in Darwin Support"
2017-11-10 Craig Topper[X86] Remove GCCBuiltin from intrinsics that are no...
2017-11-10 Dean Michael... [XRay][darwin] Initial XRay in Darwin Support
2017-11-10 Vitaly Buka[esan] Fix compilation of signal handlers
2017-11-10 Craig Topper[X86] Reduce the number of FMA builtins needed by the...
2017-11-10 Vitaly Buka[tsan] Use __sanitizer_siginfo from sanitizer_common
2017-11-10 Vitaly Buka[sanitizer] Remove unused <signal.h> which conflicts...
2017-11-10 Vitaly Buka[sanitizer] Forward declaration of __sanitizer_sigactio...
2017-11-10 Vitaly Buka[sanitizer] Remove unneeded forward declaration of...
2017-11-10 Vitaly Buka[sanitizer] Remove unneeded forward declarations
2017-11-10 Vitaly Buka[sanitizer] Remove unused <signal.h> which conflicts...
2017-11-10 Vitaly Buka[sanitizer] Fix "cast from 'const void *' to 'sigaction...
2017-11-10 Vitaly Buka[sanitizer] Remove references and hide CommonSanitizerR...
2017-11-10 Vitaly Buka[msan] Deadly signal handler for msan
2017-11-10 Vitaly Buka[msan] Move sigaction_impl and signal_impl
2017-11-10 Yaxun Liu[AMDGPU] Fix pointer info for lowering load/store for...
2017-11-10 Yaxun Liu[AMDGPU] Fix pointer info for pseudo source for r600
2017-11-10 Steven Wu[Driver] Make clang/cc conforms to UNIX standard
2017-11-10 Tony Tye[AMDGPU] Update code object description
2017-11-10 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-10 Volodymyr Sapsai[ThinLTO] Fix missing call graph edges for calls with...
2017-11-10 Kostya Serebryany[libFuzzer] trying to make sigusr tests more reliable
2017-11-10 Kostya Serebryany[libFuzzer] split a test into two
2017-11-10 Bob Haarman[support] allocate exact size required for mapping...
2017-11-09 George Karpenkov[analyzer] [NFC] Minor ExprEngineC refactoring
2017-11-09 Easwaran Raman[SimplifyCFG] Fix a test case.
2017-11-09 Vitaly Buka[sanitizer] Remove unneeded "struct"
2017-11-09 Vitaly Buka[sanitizer] Fix signal interceptors build on Windows
2017-11-09 Easwaran RamanAdd a wrapper function to set branch weights metadata.
2017-11-09 Vitaly Buka[msan] Extract signal_impl and sigaction_impl
2017-11-09 Vitaly Buka[sanitizer] Allow sanitizers to redefine implementation...
2017-11-09 Vitaly Buka[msan] Replace CommonSanitizerReportMutex with ScopedEr...
2017-11-09 Sanjay Patel[Reassociate] regenerate test checks; NFC
2017-11-09 Kostya Serebryany[libFuzzer] use pkill instead of killall in a test...
2017-11-09 George Karpenkov[analyzer] do not crash when trying to convert an APSIn...
2017-11-09 Sam McCall[clangd] Fix compilation database detection
2017-11-09 Kostya Serebryany[libFuzzer] update links in the docs
2017-11-09 Kostya Serebryany[libFuzzer] update the docs, document how to resume...
2017-11-09 Kostya Serebryany[libFuzzer] make sure to flush IO when done merging...
2017-11-09 Kostya Kortchinsky[sanitizer] Revert rL317822
2017-11-09 Alex Lorenz[index] tag declarations should use the decl role inste...
2017-11-09 Matt Morehouse[libFuzzer] Don't add leaking inputs to corpus.
2017-11-09 Zachary TurnerAdd a Cross-compilation toolchain file for MSVC.
2017-11-09 Kostya Serebryany[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit...
2017-11-09 Michal Gorny[python] [tests] Update priority values in code complet...
2017-11-09 Paul RobinsonFix out-of-order stepping behavior in programs with...
2017-11-09 Alex Bradbury[utils] Fix RISC-V support in update_llc_test_checks.py
2017-11-09 Adrian PrantlPreserve debug info when DAG-combinging (zext (truncate...
2017-11-09 Zachary Turner[Support] Make llvm::Error and Expected faster.
2017-11-09 Teresa JohnsonRevert new ThinLTO ASAN test until lit support added
2017-11-09 Kostya Kortchinsky[scudo] Make getNumberOfCPUs Fuchsia compliant
2017-11-09 Alexey Bataev[SLP] Fix PR23510: Try to find best possible vectorizab...
2017-11-09 George Karpenkov[analyzer] assume bitwise arithmetic axioms
2017-11-09 Sanjay Patel[Reassociate] auto-generate test checks; NFC
2017-11-09 Sanjay Patel[Reassociate] don't name values "tmp"; NFCI
2017-11-09 Mandeep Singh... [GlobalMerge] Stable sort GlobalSets to fix non-determi...
2017-11-09 Alex LorenzAdd _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem...
2017-11-09 Nuno Lopesrevert r317812 [BasicAA] fix build break by converting...
2017-11-09 Weiming Zhao[Builtins] Do not use tailcall for Thumb1
2017-11-09 Alexey Bataev[OPENMP] Codegen for `#pragma omp target parallel for...
2017-11-09 Nuno Lopes[BasicAA] fix build break by converting the previously...
2017-11-09 Alexey Bataev[OPENMP] Treat '#pragma omp target parallel for simd...
2017-11-09 Sanjay Patelrevert r317809 - [Reassociate] regenerate test checks...
2017-11-09 Sanjay Patel[Reassociate] regenerate test checks; NFC
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
next