platform/upstream/llvm.git
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...
2019-04-04 Nico WeberUse a cmake check for linux that actually works.
2019-04-04 Alex Bradbury[RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknow...
2019-04-04 Nico WeberTry to suppress nodiscard_extension failures with Xcode 9
2019-04-04 Pavel LabathBreakpad: Refine record classification code
2019-04-04 Sam McCall[clangd] Test #import directive go-to-definition. NFC
2019-04-04 Sam McCall[clangd] Stop passing around PCHContainerOperations...
2019-04-04 Jonas Paulsson[SystemZ] Bugfix in isFusableLoadOpStorePattern()
2019-04-04 George Rimar[yaml2obj] - Check we correctly set the sh_info field...
2019-04-04 Sam McCall[CodeComplete] Fix crash when completing ObjC block...
2019-04-04 Simon PilgrimRevert rL357655 and rL357656 from llvm/trunk:
2019-04-04 Anastasia Stulova[PR41157][OpenCL] Prevent implicit init of local addr...
2019-04-04 Fangrui Song[Symbolize] Keep SymbolDescs with the same address...
2019-04-04 Anastasia Stulova[PR41276] Fixed incorrect generation of addr space...
2019-04-04 Diana Picus[ARM GlobalISel] Support DBG_VALUE
2019-04-04 Pavel Labathmodify-python-lldb.py: (Re)move __len__ and __iter__...
2019-04-04 Simon Pilgrim[SLP][X86] Regenerate operandorder tests with arguments...
2019-04-04 Jan KratochvilAdd dropped ManualDWARFIndex assert()
2019-04-04 Sander de Smalen[AArch64][AsmParser] Fix .arch_extension directive...
2019-04-04 Igor Kudrin[llvm-symbolizer] Allow more flexible usage of -e.
2019-04-04 Igor Kudrin[llvm-symbolizer] Add `--output-style` switch.
next