platform/upstream/llvm.git
2019-04-20 Nikita Popov[IndVarSimplify] Add tests for PR31181; NFC
2019-04-20 Sam McCall[ADT] Avoid warning in bsearch testcase
2019-04-20 George Rimar[LLD][ELF] - Fix mistype. NFC.
2019-04-20 Fangrui Song[llvm-objdump] Fix End in disassemblyObject after rL358806
2019-04-20 Nikita Popov[CVP] Add tests for sub nowrap inference; NFC
2019-04-20 Nikita Popov[X86] Fix stack probing on x32 (PR41477)
2019-04-20 Fangrui Song[llvm-objdump] Don't disassemble symbols before SectionAddr
2019-04-20 Craig Topper[X86] Don't turn (and (shl X, C1), C2) into (shl (and...
2019-04-20 Craig Topper[X86] Turn (and (anyextend (shl X, C1), C2)) into ...
2019-04-20 Fangrui Song[llvm-objdump] Simplify --{start,stop}-address
2019-04-20 Julian Lettner[TSan] Support fiber API on macOS
2019-04-20 Sam Clegg[WebAssembly] Object: Improve error messages on invalid...
2019-04-19 Amara EmersonRevert "Revert "[GlobalISel] Add legalization support...
2019-04-19 Jessica Paquette[GlobalISel][AArch64] Legalize + select G_FRINT
2019-04-19 Thomas Lively[WebAssembly] Emit the DataCount section when bulk...
2019-04-19 Kristof Umann[analyzer] Move UninitializedObjectChecker out of alpha
2019-04-19 David BlaikieModules: Adopt template parameters for variable templat...
2019-04-19 David BlaikieModules: Search for a visible definition of the decl...
2019-04-19 Reid Kleckner[COFF] Pack Name in Symbol as is done in ELF
2019-04-19 Sam Clegg[WebAssembly] FastISel: Don't fallback to SelectionDAG...
2019-04-19 Jonas Devlieghere[Tests] Split float test into float and doubles
2019-04-19 Vedant Kumar[GVN+LICM] Use line 0 locations for better crash attrib...
2019-04-19 Vitaly BukaUpdate GN files to build with r358103
2019-04-19 Eric ChristopherRemove the EnableEarlyCSEMemSSA set of options from...
2019-04-19 Eli Friedman[AArch64] Fix checks for AArch64MCExpr::VK_SABS flag.
2019-04-19 Jessica Paquette[GlobalISel] Add IRTranslator support for G_FRINT
2019-04-19 Amy HuangAttempt to fix buildbot failure in commit 1bb57bac959ac...
2019-04-19 Jessica Paquette[GlobalISel] Add a G_FRINT opcode
2019-04-19 Craig Topper[X86] Add test case for D60801. NFC
2019-04-19 Amy Huang[MS] Emit S_HEAPALLOCSITE debug info
2019-04-19 Casey Carter[libc++] [test] Silence C++20 deprecation warnings...
2019-04-19 Artem DergachevReapply "[analyzer] Introduce a simplified API for...
2019-04-19 Chris Bieneman[CMake] Add fuzzer as a component for runtime builds
2019-04-19 Chris Bieneman[CMake] Pass monorepo build settings in cross compile
2019-04-19 Martin Storsjo[MSVC] If unable to find link.exe from a MSVC installat...
2019-04-19 Jonas Devlieghere[Docs] Add more info about building the docs
2019-04-19 Jim InghamThis test doesn't need to be run for all debug formats.
2019-04-19 Brad SmithEnable frame pointer elimination for OpenBSD on powerpc.
2019-04-19 Petr Hosek[gn] Support dots in CMake paths in the sync script
2019-04-19 Jonas Devlieghere[Docs] Make Doxygen functional
2019-04-19 Alina Sbirlea[LICM & MemorySSA] Make limit flags pass tuning options.
2019-04-19 Amara EmersonRevert "[GlobalISel] Add legalization support for non...
2019-04-19 Mitch PhillipsRemoved regiser dump checks from FP unit test.
2019-04-19 Mitch Phillips[HWASan] Added no-FP unit test for register dump.
2019-04-19 Mitch PhillipsUpdated test case.
2019-04-19 Mitch PhillipsAdded no-FP unit test for register dump.
2019-04-19 Alexey Bataev[OPENMP][NVPTX] target [teams distribute] simd maybe...
2019-04-19 Alina SbirleaUpdate to use PipelineTuningOptions. Corresponds to...
2019-04-19 Jessica Paquette[GlobalISel][AArch64] Legalize vector G_FPOW
2019-04-19 Alina Sbirlea[NewPassManager] Adding pass tuning options: loop vecto...
2019-04-19 Fangrui Song[dsymutil] DwarfLinker: delete unused parameter
2019-04-19 Sanjay Patel[SelectionDAG] soften splat mask assert/unreachable...
2019-04-19 Nico Weberllvm-undname: Attempt to fix leak-on-invalid found...
2019-04-19 Martin Storsjo[MinGW] Add an --appcontainer flag, passed through...
2019-04-19 Sylvestre LedruDebian: Add two missing version code in sid
2019-04-19 Sylvestre LedruAdd support of the future Debian (Debian 11 - Bullseye)
2019-04-19 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 19.10 - Eoan...
2019-04-19 Nico Webergn build: Merge r358722
2019-04-19 Nico Webergn build: Merge r358691
2019-04-19 Florian Hahn[LTO] Add plumbing to save stats during LTO on Darwin.
2019-04-19 Kristof Umann[analyzer][NFC] Reimplement checker options
2019-04-19 Fangrui SongChange \r\n -> \n for llvm-symbolizer/help.test after...
2019-04-19 Kristof Umann[analyzer] Fix an assertion failure if plugins added...
2019-04-19 Igor Kudrin[llvm-symbolizer] Add llvm-addr2line
2019-04-19 Igor Kudrin[llvm-symbolizer] Unhide and document the "-output...
2019-04-19 Igor Kudrin[llvm-symbolizer] Make the output with -output-style...
2019-04-19 Simon Pilgrim[AMDGPU] Regenerate extractelt->truncate test.
2019-04-19 Bjorn Pettersson[LibTooling] Fix -Wsign-compare after r358697
2019-04-19 Bjorn Pettersson[CodeGen] Add "const" to MachineInstr::mayAlias
2019-04-19 James Molloy[PATCH] [MachineScheduler] Check pending instructions...
2019-04-19 Fangrui Song[MergeFunc] Delete unused FunctionNode::release()
2019-04-19 Fangrui Song[MergeFunc] removeUsers: call remove() only on direct...
2019-04-19 Piotr Sobczak[AMDGPU] Ignore non-SUnits edges
2019-04-19 Chandler Carruth[CallSite removal] Move the legacy PM, call graph...
2019-04-19 Fangrui Song[MergeFunc] Use less_first() as the comparator of Schwa...
2019-04-19 Craig Topper[X86] Turn (and (shl X, C1), C2) into (shl (and X,...
2019-04-19 Craig Topper[X86] Add test cases for turning (and (shl X, C1),...
2019-04-19 Craig Topper[X86] Make sure we copy the HandleSDNode back to N...
2019-04-19 Fangrui Song[DWARF] Use hasFileAtIndex to properly verify DWARF...
2019-04-19 Richard SmithFix overly-long line after r358731.
2019-04-19 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-04-19 Ali TamurFix typo in function name [NFC]
2019-04-19 Fangrui Song[APInt] Optimize umul_ov
2019-04-19 Fangrui Song[analyzer] Fix -Wunused-local-typedef after rC358695
2019-04-19 Saleem AbdulrasoolMergeFunc: preserve COMDAT information when creating...
2019-04-19 Kostya Serebryany[libFuzzer] revert part of r358726 committed by mistake...
2019-04-19 Kostya Serebryany[libFuzzer] in fork mode, make sure the child stats...
2019-04-19 Thomas Anderson[libc++] Make __debug_less::operator() constexpr
2019-04-19 Ali TamurAdd header guard to Reusables.h [NFC]
2019-04-18 Alina Sbirlea[LoopUnroll] Move list of params into a struct [NFCI].
2019-04-18 Artem Dergachev[analyzer] Make default bindings to variables actually...
2019-04-18 Davide Italiano[Python] Simplify the code. NFCI.
2019-04-18 Artem Dergachev[analyzer] NFC: Make reusable unittest mocks reusable.
2019-04-18 Artem Dergachev[analyzer] NFC: MoveChecker: Refactor tests to use...
2019-04-18 Sanjay Patel[AArch64] add tests for mul-by-element; NFC
2019-04-18 Davide Italiano[crashlog] Strip trailing `\n` from check_output return.
2019-04-18 Adrian PrantlImplement sys::fs::copy_file using the macOS copyfile...
2019-04-18 Jessica Paquette[GlobalISel][AArch64] Legalize/select G_(S/Z/ANY)_EXT...
2019-04-18 Jessica Paquette[GlobalISel][AArch64] Legalize v8s8 loads
2019-04-18 Richard Smith[c++2a] Add semantic support for private module fragments.
next