platform/upstream/llvm.git
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Implement s64->s64 [SU]ITOFP
2019-05-17 Matt ArsenaultGlobalISel: Implement lower for S64->S32 [SU]ITOFP
2019-05-17 Jonas Devlieghere[CommandInterpreter] Refactor SourceInitFile
2019-05-17 Alex LangfordFix IPv6 support on lldb-server platform
2019-05-17 Davide Italiano[EditLine] Check string pointers before dereferencing...
2019-05-17 Vitaly Buka[sanitizer] Update symbolizer/scripts/global_symbols.txt
2019-05-17 Cameron McInally[NFC][InstSimplify] Add more unary fneg tests to floati...
2019-05-17 Eric FiselierFix missing std:: qualifier in __gnu_cxx::hash_map...
2019-05-17 Eric FiselierRemove `using namespace std;` in __gnu_cxx namespace.
2019-05-17 Mitch PhillipsExplicitly remove -stdlib=libc++, as we pass -nostdinc...
2019-05-17 Saleem Abdulrasoolbuild: use clang-cl for runtimes when targeting Windows
2019-05-17 Sam Clegg[WebAssembly] Remove expected failure of builtin-locati...
2019-05-17 Matt Morehouse[libFuzzer] Dump input on failure for sigusr tests.
2019-05-17 Stefan Granitz[CMake] Add first CMake cache files
2019-05-17 Stefan Granitz[CMake] Inline info plist in lldb driver
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Gheorghe-Teodor... [OpenMP][bugfix] Add missing math functions variants...
2019-05-17 Aaron BallmanAdd more tests for AST JSON output; NFC.
2019-05-17 Stella Stamenova[CommandInterpreter] Fix trailing blanks after `all...
2019-05-17 Evgeniy Stepanov[hwasan] Limit try-catch tests to aarch64.
2019-05-17 Nico Webergn build: Merge r360993
2019-05-17 Matt ArsenaultGlobalISel: Define integer min/max instructions
2019-05-17 Cameron McInally[NFC][InstSimplify] Precommit new unary fneg test
2019-05-17 Nico WeberRevert r361033 "Add a Visit overload for DynTypedNode...
2019-05-17 Sanjay Patel[InstCombine] move bitcast after insertelement-with...
2019-05-17 Cameron McInally[NFC][InstSImplify] Fix flip-flopped comments and test...
2019-05-17 Simon Pilgrim[X86][SSE] Fold movmsk(not(x)) -> not(movmsk)
2019-05-17 Nico Webergn build: Merge r361033
2019-05-17 Nico WeberAttempt to fix test on Windows after r360998
2019-05-17 Nico Webergn build: Merge r360991
2019-05-17 Simon Pilgrim[X86][SSE] Match all-of bool scalar reductions into...
2019-05-17 Sanjay Patel[InstCombine] add tests for insertelement with bitcaste...
2019-05-17 Dmitri GribenkoAdded an assertion to constant evaluation enty points...
2019-05-17 Adrian PrantlUpdate list of supported architectures.
2019-05-17 Matt Morehouse[libFuzzer] Use SleepOneSecondTest.cpp for fork-sigusr...
2019-05-17 Cameron McInally[InstSimplify] Add unary fneg to `fsub 0.0, (fneg X...
2019-05-17 Jonas Devlieghere[Docs] Remove SVN checkout from LLDB build steps
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of NAME:VALUE modifiers
2019-05-17 Roman Lebedev[DAGCombiner] visitShiftByConstant(): drop bogus signbi...
2019-05-17 Roman Lebedev[InstCombine] canShiftBinOpWithConstantRHS(): drop...
2019-05-17 Kristof Umann[analyzer] Remove the default value arg from getChecker...
2019-05-17 Russell GallopFix tests from r361013 on X86 bots.
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled labels with s_call_b64 and s_cbran...
2019-05-17 Louis Dionne[libcxxabi] Add a test for invalid assumptions on the...
2019-05-17 Simon Pilgrim[X86][AVX] Remove LowerCTTZ's AVX1 custom vector handling.
2019-05-17 Yitzhak Mandelbaum[LibTooling] Add support to Transformer for composing...
2019-05-17 Fangrui Song[ELF] -r: fix R_*_NONE to section symbols on Elf*_Rel...
2019-05-17 Simon Pilgrim[X86][AVX] isNOT - add extract_subvector(xor X, -1...
2019-05-17 Stephen KellyExtract ASTDumper to a header file
2019-05-17 Stephen KellyAdd a Visit overload for DynTypedNode to ASTNodeTraverser
2019-05-17 Simon PilgrimFix Wdocumentation warnings. NFCI.
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled expressions for most operands...
2019-05-17 Matt ArsenaultAMDGPU: Fix unused variable warnings in release builds
2019-05-17 Fangrui Song[ELF] Don't align PT_TLS's p_memsz
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FCEIL
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_INTRINSIC_TRUNC
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FRINT
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FCOPYSIGN
2019-05-17 Clement Courbet[MergeICmps][NFC] Add more debug.
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for llvm.amdgcn.s...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Use subreg index instead of extra...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Use waterfall loop for buffer_load
2019-05-17 Matt ArsenaultGlobalISel: Fix missing version of customFor
2019-05-17 Matt ArsenaultGlobalISel: Add fp<->int casts to MachineIRBuilder
2019-05-17 Matt ArsenaultGlobalISel: Add MIRBuilder wrappers for bitcount instru...
2019-05-17 Martin Storsjo[MinGW] Include --enable-auto-import in the help listing
2019-05-17 Martin Storsjo[MinGW] Implement the -v and --version flags for the...
2019-05-17 Martin Storsjo[MinGW] Implement --help for the MinGW driver
2019-05-17 Martin Storsjo[MinGW] Allow requesting PDB output without giving...
2019-05-17 Fangrui Song[ELF][test] Reorganize some R_*_NONE tests
2019-05-17 Simon Pilgrim[X86] Pull out IsNOT helper. NFCI.
2019-05-17 Kristof Umann[analyzer] Validate checker option names and values
2019-05-17 Pavel Labathminidump: Use MemoryList parsing code from llvm
2019-05-17 Clement CourbetRe-land r360859: "[MergeICmps] Simplify the code."
2019-05-17 Rhys Perry[AMDGPU] detect WaW hazards when moving/merging load...
2019-05-17 Ilya Biryukov[Lex] Allow to consume tokens while preprocessing
2019-05-17 Kristof Umann[analyzer] Insert checker options into AnalyzerOption...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add saturating multiply-add long...
2019-05-17 Sven van Haastregt[NFC] Fix line endings in OpenCL tests
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply-add long...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply long instructions
2019-05-17 Clement Courbet[MergeICmps] Add test from PR41917.
2019-05-17 Pavel LabathMake DWARFContext dwo-aware and port debug_info section...
2019-05-17 Richard SmithSuppress false-positive GCC -Wreturn-type warning.
2019-05-17 Richard SmithFix crash if, during evaluation of __builtin_object_siz...
2019-05-17 Richard SmithFix alignment check to check the alignment of the inten...
2019-05-17 Sam McCall[ClangFormat] Editor integrations inherit default style...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-17 Kristina Brooks[Clang][Docs] Document __FILE_NAME__. NFC
2019-05-17 Petr Hosek[Bugpoint] Only run plugins tests if plugins are enabled
2019-05-17 Craig Topper[X86] Add FeatureFastScalarShiftMasks and FeatureFastVe...
2019-05-17 Petr Hosek[Analysis] Only run plugins tests if plugins are actual...
2019-05-17 Fangrui Song[PowerPC] Support .reloc *, R_PPC{,64}_NONE, *
2019-05-17 Fangrui Song[GlobalISel] Fix -Wsign-compare on 32-bit -DLLVM_ENABLE...
2019-05-17 Chris BienemanRevert Refactor constant evaluation of typeid(T) to...
2019-05-17 Chris BienemanRevert [c++20] P1327R1: Support for typeid applied...
2019-05-17 Fangrui Song[MC][PowerPC] Clean up PPCAsmBackend
2019-05-17 Chris BienemanRe-land: Add Clang shared library with C++ exports
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-05-17 Fangrui Song[X86] Support .reloc *, R_{386,X86_64}_NONE, *
next