platform/upstream/llvm.git
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
2019-04-04 Nico Webercheck-clang-tools: Actually build and run XPC test
2019-04-04 James Y KnightRevert [X86] When using Win64 ABI, exit with error...
2019-04-04 Alexey Bataev[OPENMP]Add codegen for task reduction vars with alloca...
2019-04-04 Reid KlecknerAppease STLs where std::atomic<void*> lacks a constexpr...
2019-04-04 Sam Clegg[WebAssembly] Apply data relocations at runtime in...
2019-04-04 Reid KlecknerEnsure that ManagedStatic is constant initialized in...
2019-04-04 Stephen HinesVerify that Android targets generate DWARF 4 by default.
2019-04-04 Alexey Bataev[OPENMP]Add codegen for linear vars with allocate claus...
2019-04-04 Martin StorsjoMove the alias definition of unw_getcontext to within...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Don Hinton[llvm-objcopy] [llvm-symbolizer] Fix failing tests
2019-04-04 Alexey Bataev[OPENMP]Fix lookup of the user-defined reductions in C.
2019-04-04 Julian Lettner[TSan][libdispatch] Specify libdispatch header dir...
2019-04-04 Adrian Prantlllvm-dwarfdump: Support alternative architecture names...
2019-04-04 Eric FiselierHandle TLS values in sym_check
2019-04-04 Sanjay Patel[x86] eliminate unnecessary broadcast of horizontal op
2019-04-04 Alex Bradbury[RISCV] Fix rL357699 by adding missing zero-length...
2019-04-04 Michal Gorny[llvm] [cmake] Add additional headers only if they...
2019-04-04 Nico WeberUpdating Chromium's Java import order
2019-04-04 Alex Bradbury[RISCV] Collect library directories and triples for...
2019-04-04 Lewis Revill[RISCV] Support assembling TLS add and associated modifiers
2019-04-04 Joseph Tremoulet[COFF] Fix delay import directory iterator
2019-04-04 Nico WeberFix clangd-fuzzer build
2019-04-04 Krasimir Georgiev[clang-format] Preserve include blocks in ObjC Google...
next