platform/upstream/llvm.git
2018-11-07 Dean Michael... [XRay] Use TSC delta encoding for custom/typed events
2018-11-07 Fangrui Song[llvm-strip] Check "strip" with StringRef::contains...
2018-11-07 Heejin Ahn[WebAssembly] Update more test cases after FixFunctionB...
2018-11-07 Shoaib Meenai[cmake] Fix typo. NFC
2018-11-07 Matthias BraunRegAllocFast: Factor spill/reload creation into their...
2018-11-07 Matthias BraunRegAllocFast: Cleanups; NFC
2018-11-07 Matthias BraunRegAllocFast: Rename statistic from NumCopies to NumCoa...
2018-11-07 Heejin Ahn[WebAssembly] Update test cases after FixFunctionBitcasts
2018-11-07 Jason MolendaStandardize the OTHER_LDFLAGS for the lldb-gtest-build...
2018-11-07 Evgeniy Stepanov[sanitizer] Only set soft coredump limit.
2018-11-07 Jason MolendaCompiler warning pointed out a mistake - fix it.
2018-11-07 Sanjay Patel[IR] add optional parameter for copying IR flags to...
2018-11-06 Nathan LanzaRemove working directory for debugserver code signing...
2018-11-06 Reid Kleckner[Windows] Simplify WindowsSupport.h
2018-11-06 Jonathan Metzman[fuzzer] Read files as binary
2018-11-06 Jason MolendaAdd MSVCUndecoratedNameParser.cpp.
2018-11-06 Joel E. Denny[FileCheck] Try to fix windows bots broken by r346272
2018-11-06 Vedant Kumar[Darwin] Export new weak external symbols when compilin...
2018-11-06 Jessica Paquette[MachineOutliner][NFC] Remove OccurrenceCount from...
2018-11-06 Jessica Paquette[MachineOutliner][NFC] Remove IsInTree from SuffixTreeNode
2018-11-06 Evandro Menezes[PATCH] [AArch64] Refactor helper functions (NFC)
2018-11-06 Joel E. Denny[FileCheck] Parse command-line options from FILECHECK_OPTS
2018-11-06 Reid KlecknerSet config.lit_tools_dir, which is needed by lit.llvm...
2018-11-06 Vitaly Buka[sanitizer] Return headed to fix build after r346258
2018-11-06 Jessica Paquette[MachineOutliner][NFC] Add findRepeatedSubstrings to...
2018-11-06 Reid KlecknerSilence deprecation warning for GetVersionEx with clang-cl
2018-11-06 Yaxun LiuAMDGPU: Add an option -disable-promote-alloca-to-lds
2018-11-06 Aaron BallmanDon't use std::next() on an input iterator; NFC.
2018-11-06 Reid Kleckner[MS] Zero out ECX in __cpuid in intrin.h
2018-11-06 Benjamin Kramer[dfsan] Fix build after r346262
2018-11-06 Konstantin... AMDGPU/Docs: Fix the processor table
2018-11-06 Kuba Mracek[sanitizer] Use "fast mmap" kernel flag for shadow...
2018-11-06 Teresa Johnson[ThinLTO] Split NotEligibleToImport into legality and...
2018-11-06 Jordan Rupprecht[lld][NFC] Use explicit --symbols instead of -t in...
2018-11-06 Craig Topper[X86] Add custom promotion of v2i8/v2i16 fp_to_sint...
2018-11-06 Vitaly Buka[sanitizer] Fix nolibc unittests broken by r346215
2018-11-06 Vitaly Buka[sanitizer] Add char **GetEnviron() on all other platforms
2018-11-06 Vedant Kumar[CodeExtractor] Do not extract calls to eh_typeid_for...
2018-11-06 Vedant Kumar[CodeExtractor] Erase use-without-def debug intrinsics...
2018-11-06 Matthias BraunLivePhysRegs/IfConversion: Change some types from unsig...
2018-11-06 Volkan Keles[AArch64][GlobalISel] Simplify and autogenerate the...
2018-11-06 Justin Bogner[utils] Update SmallVector lldb formatter for r337514
2018-11-06 Volkan KelesReland r346166: [GlobalISel] Refactor the artifact...
2018-11-06 Eli FriedmanDisable calls to *_finite and other glibc-only function...
2018-11-06 Derek Schuff[WebAssembly] Address review comments from r346248...
2018-11-06 Derek Schuff[WebAssembly] Support creation and import of shared...
2018-11-06 Davide Italiano[ObjectFile] Prefer reinterpret_cast<>
2018-11-06 Derek Schuff[WebAssembly] Add shared memory support to limits field
2018-11-06 Sanjay Patel[InstCombine] allow vector types for fcmp+fpext fold
2018-11-06 Davide Italiano[ObjectFileELF] Fix misaligned read/writes caught by...
2018-11-06 Sanjay Patel[InstCombine] add vector test for fcmp+fpext; NFC
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] rearrange code for fcmp+fpext; NFCI
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] adjust tests to show dropping FMF; NFC
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Elizabeth Andrews[benchmark] Disable exceptions in Microsoft STL
2018-11-06 Sanjay Patel[InstCombine] adjust tests to show dropping FMF; NFC
2018-11-06 Sanjay Patel[InstCombine] reduce code; NFC
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Pavel LabathCPlusPlusLanguage: Use new demangler API to implement...
2018-11-06 Sanjay Patel[InstCombine] add tests for FMF propagation failure...
2018-11-06 Philip Pfaffe[CMake] Fix generation of exported targets in build...
2018-11-06 Simon Atanasyan[mips] Support sigrie instruction
2018-11-06 Kamil RytarowskiAdapt UBSan integer truncation tests to NetBSD
2018-11-06 Clement Courbet[llvm-exegesis] Ignore X86 pseudo instructions.
2018-11-06 Clement Courbet[X86][NFC] Fix comment.
2018-11-06 Simon Pilgrim[InstCombine] Ensure nested shifts are in range (OSS...
2018-11-06 Eric Liu[clangd] Deduplicate query scopes.
2018-11-06 Eric Liu[clangd] Get rid of QueryScopes.empty() == AnyScope...
2018-11-06 Kamil RytarowskiPrioritize the constructor call of __local_xray_dyninit()
2018-11-06 Eric Liu[clangd] auto-index stores symbols per-file instead...
2018-11-06 Benjamin KramerAdd parens to silence warning
2018-11-06 Sam McCall[clang-tidy] run() doesn't update the SourceManager.
2018-11-06 Martin Storsjo[Support] Fix `warning: unknown pragma ignored` for...
2018-11-06 Max Kazantsev[NFC] Turn collectTransitivePredecessors into a static...
2018-11-06 Kadir CetinkayaT was unused on assertion disabled builds.
2018-11-06 Benjamin Kramer[sanitizer] Use AT_EXECFN in ReExec() if available
2018-11-06 Dean Michael... [XRay] Update XRayRecord to support Custom/Typed Events
2018-11-06 Aleksandr Urakov[PDB] Introduce `MSVCUndecoratedNameParser`
2018-11-06 Akira HatanakaCast to uint64_t instead of to unsigned.
2018-11-06 Akira Hatanakaos_log: Allow specifying mask type in format string.
2018-11-06 Akira Hatanakaos_log: Add a new privacy annotation "sensitive".
2018-11-06 Akira Hatanakaos_log: Minor code cleanups. NFC.
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedDecrement*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedIncrement*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedAnd*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedXor*_* builtins
2018-11-06 Max Kazantsev[LICM] Remove too conservative IsMustExecute variable
2018-11-06 Matthias BraunAArch64: Cleanup CCMP code; NFC
2018-11-06 Zi Xuan WuIt's a test commit, which is my first commit and also...
2018-11-06 Max Kazantsev[LICM] Use ICFLoopSafetyInfo in LICM
2018-11-06 Volodymyr Sapsai[CodeGenCXX] XFAIL test for ASAN on Darwin.
2018-11-06 Max Kazantsev[NFC] Add motivating test case for revert in rL346198
2018-11-06 Max KazantsevRevert "[IndVars] Smart hard uses detection"
2018-11-06 Robert Widmann[LLVM-C] Fix Windows Build of Core
2018-11-06 Kamil RytarowskiDisable XRay test fork_basic_logging for NetBSD
2018-11-06 Robert Widmann[LLVM-C] Improve Intrinsics Bindings
2018-11-06 Kamil RytarowskiFollow Windows' approach for NetBSD in AlarmCallback()
2018-11-06 George Karpenkov[libFuzzer] Disable value-profile-cmp.test and fuzzer...
next