platform/upstream/llvm.git
2019-04-21 Lang Hames[JITLink] Factor basic common GOT and stub creation...
2019-04-21 Petr Hosek[gn] Move Features.inc to clangd, create a config for it
2019-04-21 Lang Hames[JITLink] Add dependencies on MCDissassembler and Targe...
2019-04-20 Nico Weberllvm-undname: Improve string literal demangling with...
2019-04-20 Nico Weberftime-trace: Trace the name of the currently active...
2019-04-20 Lang Hames[JITLink] Add yet more detail to MachO/x86-64 unsupport...
2019-04-20 Lang Hames[JITLink][ORC] Add JITLink to the list of dependencies...
2019-04-20 Lang Hames[JITLink] Fix a bad formatv format string.
2019-04-20 Lang Hames[JITLink] Disable MachO/x86-64 regression test if the...
2019-04-20 Amara EmersonRevert r358800. Breaks Obsequi from the test suite.
2019-04-20 Lang Hames[JITLink] Add llvm-jitlink to the list of available...
2019-04-20 Lang Hames[JITLink] Add BinaryFormat to JITLink's dependencies.
2019-04-20 Lang Hames[JITLink] Add more detail to MachO/x86-64 "unsupported...
2019-04-20 Lang Hames[JITLink] Add check to JITLink unit test to bail out...
2019-04-20 Lang Hames[JITLink] Silence some MSVC implicit cast warnings.
2019-04-20 Lang Hames[JITLink] Add llvm-jitlink subdirectory to tools/LLVMBu...
2019-04-20 Lang Hames[JITLink] Use memset instead of bzero.
2019-04-20 Lang Hames[JITLink] Silence a narrowing conversion warning.
2019-04-20 Lang Hames[JITLink] Update BuildingAJIT tutorials to account...
2019-04-20 Lang Hames[JITLink] Fix a missing header and bad prototype.
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-04-20 Craig Topper[X86] Disable argument copy elision for arguments passe...
2019-04-20 Luqman Aden[CorrelatedValuePropagation] Mark subs that we know...
2019-04-20 Fangrui Song[ExecutionDomainFix] Optimize a binary search insertion
2019-04-20 Fangrui Song[llvm-symbolizer] Fix section index at the end of a...
2019-04-20 Nikita Popov[IndVarSimplify] Generate full checks for some LFTR...
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...
next