platform/upstream/llvm.git
2019-04-05 Jonas Devlieghere[testsuite] Split Objective-C new syntax test
2019-04-05 Artem Dergachev[Lexer] NFC: Fix an off-by-one bug in getAsCharRange().
2019-04-05 Robert Widmann[LLVM-C] Begin to Expose A More General Binary Interface
2019-04-05 Petr Hosek[gn] Support for building compiler-rt builtins
2019-04-05 Daniel Sanders[globalisel] Allow combiners to query legality
2019-04-05 Zachary Turner[PDB Docs] Delete * LINKER * Stream information.
2019-04-05 Louis Dionne[libc++][CMake] Make sure the benchmarks link against...
2019-04-05 Alex Langford[CMake] Don't explicitly use LLVM_LIBRARY_DIR in standa...
2019-04-05 Sanjay Patel[InstCombine] add more tests for fmul+fdiv+sqrt; NFC
2019-04-05 Daniel Sanders[globalisel] Support 3-type legalForCartesianProduct()
2019-04-05 Eric FiselierFix PR41395 - __cxa_vec_new may overflow in allocation...
2019-04-05 Jonas Devlieghere[Test] Remove no_debug_info_test decorator from Obj...
2019-04-05 Robert Widmann[LLVM-C] Add bindings to insert basic blocks
2019-04-05 Louis Dionne[libc++] Localize CMake code only related to the shared...
2019-04-05 Artem Dergachev[analyzer] NoStoreFuncVisitor: Suppress reports with...
2019-04-05 Francis Visoiu... [X86] Enable tail calls for CallingConv::Swift
2019-04-05 Francis Visoiu... [X86] Preserve operand flag when expanding TCRETURNri
2019-04-05 Vitaly BukaUse binary write mode in WriteToFile function to avoid...
2019-04-05 Peter CollingbourneELF: De-template ELFFileBase. NFCI.
2019-04-05 Stanislav Mekhanoshin[AMDGPU] Add MachineDCE pass after RenameIndependentSubregs
2019-04-05 Eric FiselierFurther refactor cxa_guard.cpp
2019-04-05 Matt Morehouse[clang-fuzzer] Include ExternalProject before using it.
2019-04-05 Craig Topper[X86] Merge the different Jcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different SETcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-05 David GoldmanFix error in NamedDeclPrinterTest
2019-04-05 Petr Hosek[gn] Rebase paths in symlink_or_copy against root_build_dir
2019-04-05 Petr Hosek[gn] Make -no-exceptions flag a config
2019-04-05 Guozhi Wei[LCG] Add aliased functions as LCG roots
2019-04-05 Louis Dionne[libc++] Add XFAILs for istream tests that were added...
2019-04-05 Kristina Brooks[docs] Fix rst title in clang langext docs. NFCI
2019-04-05 Stanislav Mekhanoshin[AMDGPU] rename vi-insts into gfx8-insts
2019-04-05 Stanislav Mekhanoshin[AMDGPU] predicate and feature refactoring
2019-04-05 Zachary TurnerTry to fix Sphinx bot.
2019-04-05 Saleem Abdulrasoollit: make rm python 3 friendly (NFC)
2019-04-05 Zachary Turner[PDB Docs] Finish documentation for PDB Info Stream.
2019-04-05 Jonas DevlieghereAdd .noindex to the gitignore
2019-04-05 Jonas Devlieghere[testsuite] Split Objective-C data formatter
2019-04-05 Zachary Turner[PDB Docs] Add info about the hash adjustment buffer.
2019-04-05 Nico Webergn build: Merge 357768 and 357770
2019-04-05 Sanjay Patel[InstCombine] add tests for fdiv+fmul; NFC
2019-04-05 Nico Webergn build: Merge r357719
2019-04-05 Sanjay Patel[InstCombine] add tests for sqrt+fdiv+fmul; NFC
2019-04-05 Evgeny Mankov[CUDA][Windows] Last fix for the clang Bug 38811 "Clang...
2019-04-05 Saleem Abdulrasoollit: support long paths on Windows
2019-04-05 Zachary TurnerAdd documentation for PDB TPI/IPI Stream.
2019-04-05 Sanjay Patel[InstCombine] add test to show reassociation that creat...
2019-04-05 Louis Dionne[libc++] Fix error flags and exceptions propagated...
2019-04-05 Stephen TozerRevert "[llvm-readobj] Improve error message for -...
2019-04-05 Fangrui SongChange some dyn_cast to more apropriate isa. NFC
2019-04-05 Stephen Tozer[llvm-readobj] Improve error message for --string-dump
2019-04-05 Stephen Tozer[format] Add correct punctuation to comment
2019-04-05 Sam McCall[Tooling] add a Heuristic field indicating that a Compi...
2019-04-05 Guillaume ChateletAdd an option do not dump the generated object on disk
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add Transformer, a library for source...
2019-04-05 Clement Courbet[ExpandMemCmp][NFC] Add tests for `memcmp(p, q, n)...
2019-04-05 Simon Pilgrim[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add "SourceCode" library for functions...
2019-04-05 Matt ArsenaultGlobalISel: Add another overload of buildUnmerge
2019-04-05 Matt ArsenaultAMDGPU/GlobalISel: Fix non-power-of-2 select
2019-04-05 Don Hinton[llvm] Add isa_and_nonnull
2019-04-05 Sanjay Patel[DAGCombiner][x86] scalarize splatted vector FP ops
2019-04-05 Petar Jovanovic[TextAPI] Fix off-by-one error in the bit index extract...
2019-04-05 Fangrui Song[Symbolize] Replace map<SymbolDesc, StringRef> with...
2019-04-05 Simon Pilgrim[X86][AVX] Add PR34584 masked store test cases
2019-04-05 Simon Pilgrim[X86] Add SSE/AVX1/AVX2 masked trunc+store tests
2019-04-05 Pavel Labathmodify-python-lldb.py: Insert initialization code with...
2019-04-05 Pavel LabathFix r357749 for big-endian architectures
2019-04-05 Rainer Orth[Sanitizers] Provide __internal_dup on Solaris
2019-04-05 Roger Ferrer... [RISCV] Implement adding a displacement to a BlockAddress
2019-04-05 Rainer Orth[Sanitizers] Fix sanitizer_linux_libcdep.cc compilation...
2019-04-05 Pavel LabathFix MSVC build for r357749
2019-04-05 Pavel LabathMinidump: Add support for reading/writing strings
2019-04-05 Pavel LabathMinidumpParser: use minidump parser in llvm/Object
2019-04-05 Pavel LabathTestVCCode_step: replace assertTrue with more specific...
2019-04-05 Piotr Sobczak[SelectionDAG] Compute known bits of CopyFromReg
2019-04-05 Pavel LabathPDBFPO: Use references instead of pointers, where possible
2019-04-05 Craig Topper[X86] Promote i16 SRA instructions to i32
2019-04-05 Serguei Katkov[FastISel] Fix crash for gc.relocate lowring
2019-04-05 Julian Lettner[TSan][libdispatch] Make test work on Linux, pt. 2
2019-04-05 Alex Lorenz[test] Specify an explicit darwin version in a triple in
2019-04-05 Peter CollingbourneELF: Simplify. NFCI.
2019-04-05 Rui UeyamaRemove redundant parameters. NFC.
2019-04-05 Sam Clegg[WebAssembly] Include function in wasm table when used...
2019-04-04 Eric ChristopherNFC: Move API uses of MD5::MD5Result to Optional rather...
2019-04-04 David CallahanInclude invoke'd functions for recursive extract
2019-04-04 Nick LewyckyAn unreachable block may have a route to a reachable...
2019-04-04 Juergen Ributzka[TextAPI] Prefix all architecture enums to fix the...
2019-04-04 Max Moroz[libFuzzer] Another follow up fix for Data Flow scripts...
2019-04-04 Evandro Menezes[IR] Refactor attribute methods in Function class ...
2019-04-04 Max Moroz[libFuzzer] Fix output format in data flow merge script...
2019-04-04 Julian Lettner[TSan][libdispatch] Make test work on Linux
2019-04-04 Reid KlecknerRemove unneeded ymath.h include from int_math.h
2019-04-04 Julian Lettner[TSan][libdispatch] Stricter checks via `--implicit...
2019-04-04 Max Moroz[libFuzzer] Make DataFlow scripts Python3 compatible.
2019-04-04 Reid Kleckner[winasan] Fix strrchr interception with vs2019 CRT
2019-04-04 Nico WeberMake SourceManager::createFileID(UnownedTag, ...) take...
2019-04-04 Scott LinderFix some MCTargetOptions Doxygen comments (NFC)
2019-04-04 Jonathan Peyton[OpenMP] Fix hang on Windows
2019-04-04 David GoldmanSpecial case ObjCPropertyDecl for printing
next