platform/upstream/llvm.git
2019-04-22 Philip Reames[InstCombine] Eliminate stores to constant memory
2019-04-22 Davide Italiano[EditLineTest] Not always TERM is available, e.g. on...
2019-04-22 Joel E. Denny[VerifyDiagnosticConsumer] Document -verify=<prefixes...
2019-04-22 Jonas Devlieghere[Reproducers] Fix lifetime issue
2019-04-22 Petr Hosek[libcxx] Update gen_link_script.py to support different...
2019-04-22 Bob Haarman[Support] unflake TempFileCollisions test
2019-04-22 Philip Reames[InstSimplify] Move masked.gather w/no active lanes...
2019-04-22 Nico Webergn build: Merge r358869
2019-04-22 Dimitry AndricUse correct way to test for MIPS arch after rOMP355687
2019-04-22 Matt ArsenaultUse const DebugLoc&
2019-04-22 Matt ArsenaultAMDGPU: Skip debug instructions in assert
2019-04-22 Casey Carter[libc++][test] Update some wstring_convert tests for...
2019-04-22 Philip Reames[Tests] Revise a test as requested by reviewer in D59703
2019-04-22 Philip Reames[Tests] Add a negative test for masked.gather part...
2019-04-22 Ben Hamilton[ASTMatchers] Introduce Objective-C matchers `isClassMe...
2019-04-22 Justin Bogner[IPSCCP] Add missing `AssumptionCacheTracker` dependency
2019-04-22 Alexey Bataev[OPENMP][NVPTX] Fix the test, NFC.
2019-04-22 Philip Reames[LPM/BPI] Preserve BPI through trivial loop pass pipeli...
2019-04-22 Wei Mi[PGO/SamplePGO][NFC] Move the function updateProfWeight...
2019-04-22 Sam Clegg[WebAssembly] Error on relocations against undefined...
2019-04-22 Matt Davis[sema][objc] Minor refactor to OverrideSearch. NFCI.
2019-04-22 Fangrui SongUse llvm::stable_sort. NFC
2019-04-22 Louis Dionne[NFC] Fix typo in debug log
2019-04-22 Aaron BallmanRemove spurious semicolons; NFC.
2019-04-22 Matt ArsenaultAMDGPU/GlobalISel: Fix non-power-of-2 G_EXTRACT sources
2019-04-22 Fangrui SongSTLExtras: add stable_sort wrappers
2019-04-22 Matt ArsenaultGlobalISel: Legalize scalar G_EXTRACT sources
2019-04-22 Nico Weberllvm-undname: Fix an assert-on-invalid, found by oss...
2019-04-22 Matt ArsenaultAMDGPU: Fix not checking for copy when looking at copy src
2019-04-22 George Rimar[LLD][ELF] - Remove a binary from the inputs. NFCI.
2019-04-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of SP3 'neg' modifier
2019-04-22 Simon Pilgrim[TargetLowering][AMDGPU][X86] Improve SimplifyDemandedB...
2019-04-22 Sanjay Patel[DAGCombiner] make variable name less ambiguous; NFC
2019-04-22 George Rimar[LLD][ELF] - Do not forget to use ch_addralign field...
2019-04-22 Sanjay Patel[DAGCombiner] prepare shuffle-of-splat to handle more...
2019-04-22 Robert Widmann[LLVM-C] Add accessors to the default floating-point...
2019-04-22 Bruno Ricci[Sema] ADL: Associated namespaces for class types and...
2019-04-22 Bruno Ricci[Sema][NFC] Add more tests for the behavior of argument...
2019-04-22 Serguei Katkov[NewPM] Add Option handling for SimpleLoopUnswitch
2019-04-22 Simon Pilgrim[AMDGPU] Regenerate uitofp i8 to float conversion tests.
2019-04-22 Serguei Katkov[NewPM] Add dummy Test for LoopVectorize option parsing.
2019-04-22 Kristof Umann[analyzer][www] Moving MoveChecker out of alpha is...
2019-04-22 Nikita PopovRevert "[ConstantRange] Rename make{Guaranteed -> Exact...
2019-04-22 Nikita Popov[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapR...
2019-04-22 George Rimar[LLD][ELF] - Handle quoted strings in the linker script...
2019-04-22 Aleksandr Urakov[NativePDB] Add anonymous namespaces support
2019-04-22 Craig Topper[X86] Reject 512-bit types in getRegForInlineAsmConstra...
2019-04-22 Sam Clegg[WebAssembly] Fix R_WASM_FUNCTION_OFFSET_I32 relocation...
2019-04-22 Fangrui Song[ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF...
2019-04-22 Lang Hames[JITLink] Remove a lot of reduntant 'JITLink_' prefixes...
2019-04-22 Fangrui Song[ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_T...
2019-04-22 Fangrui Song[cmake] Add llvm-jit to LLVM_TEST_DEPENDS
2019-04-22 Fangrui Song[clangd] Support dependent bases in type hierarchy
2019-04-22 Lang Hames[JITLink] Fix section start address calculation in...
2019-04-21 Nico WeberAttemp get llvm-jitlink building on Windows
2019-04-21 Lang Hames[JITLink] Add an option to dump relocated section content.
2019-04-21 Nico Webergn build: Re-run `git ls-files '*.gn' '*.gni' | xargs...
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.
next