platform/upstream/llvm.git
2019-04-21 Nico Webergn build: Merge r358749
2019-04-21 Nico Webergn build: Merge r358818 (JITLink)
2019-04-21 Don Hinton[cmake] Fix bug in r358779 - [CMake] Pass monorepo...
2019-04-21 Nico WeberAttempt to fix LLVM_ENABLE_THREADS=OFF build after...
2019-04-21 Nico Weberllvm-undname: Fix hex escapes in wchar_t, char16_t...
2019-04-21 Nico Weberllvm-undname: Fix stack overflow on almost-valid
2019-04-21 Nikita Popov[ConstantRange] Add saturating add/sub methods
2019-04-21 Nikita Popov[ConstantRange] Add getNonEmpty() constructor
2019-04-21 Sanjay Patel[AArch64] add tests with multiple binop+splat vals...
2019-04-21 Nico Weberllvm-undname: Fix stack overflow on invalid found by...
2019-04-21 Nico Webergn build: Fix build after r358837
2019-04-21 Pavel LabathMinidump: yamlify module-related unit tests
2019-04-21 Bruno Ricci[Sema][MSVC] Fix bogus microsoft-pure-definition warnin...
2019-04-21 Pavel Labath@skipIfLinux flaky lldb-mi tests
2019-04-21 Pavel LabathMake TestVSCode_step pass reliably
2019-04-21 Pavel Labathmodify-python-lldb.py: Remove docstring formatting...
2019-04-21 David Green[ARM] Rewrite isLegalT2AddressImmediate
2019-04-21 Craig Topper[X86] Add the rounding control operand to the printing...
2019-04-21 Fangrui Song[CachePruning] Simplify comparator
2019-04-21 Fangrui Song[JITLink] Add dependency on MCParser to unit test after...
2019-04-21 Craig Topper[X86] Don't form masked vfpclass instruction from and...
2019-04-21 Lang Hames[JITLink] Remove an overly strict error check in JITLin...
2019-04-21 Lang Hames[BinaryFormat] Fix bitfield-ordering of MachO::relocati...
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
next