platform/upstream/llvm.git
2019-05-29 Zi Xuan Wurevert rC361928: [PowerPC] [Clang] Port SSE intrinsics...
2019-05-29 Fangrui Song[llvm-readobj] -u: don't crash when dumping SHT_ARM_EXI...
2019-05-29 Zi Xuan Wu[PowerPC] [Clang] Port SSE intrinsics to PowerPC
2019-05-29 Richard TrieuInline a variable into debug section to fix unused...
2019-05-29 Peter CollingbourneELF: Don't reuse a thunk in a different loadable partition.
2019-05-29 Peter CollingbourneELF: Add basic partition data structures and behaviours.
2019-05-29 Richard TrieuInline value into debug statement to avoid unused varia...
2019-05-29 Peter CollingbourneAdd IR support, ELF section and user documentation...
2019-05-29 Peter CollingbourneIR: Give the TypeAllocator a more generic name and...
2019-05-29 Eric FiselierMake __has_builtin work with __builtin_LINE and friends.
2019-05-29 Jinsong JiSupport resource tracking with InstrSchedModel
2019-05-29 Pengfei WangRevert "[X86] Use 'llvm_unreachable' instead of nullptr...
2019-05-29 Eric FiselierFix build breakage on 32-bit machines
2019-05-29 Eric FiselierUpdate private_typeinfo's `is_equal` implementation...
2019-05-29 Saleem Abdulrasoolbuild: only search for the needed python type
2019-05-29 Stephane MooreRollback "Revise the google-objc-global-variable-declar...
2019-05-29 Eric FiselierRework std::type_info definition to support systems...
2019-05-29 Pengfei Wang[X86] Use 'llvm_unreachable' instead of nullptr in...
2019-05-29 Fangrui Song[ELF] Implement General Dynamic style TLSDESC for x86-64
2019-05-29 Fangrui Song[X86] Fix x86-64 call *foo@tlsdesc(%rax) and support...
2019-05-29 Petr Hosek[builtins] Move the compare2f definition outside of...
2019-05-29 Sanjay Patel[AArch64] auto-generate complete test checks; NFC
2019-05-29 Stephane MooreRevise the google-objc-global-variable-declaration...
2019-05-29 Sanjay Patel[AArch64] auto-generate complete test checks; NFC
2019-05-29 Yaxun LiuFix failure of lit test dependent-libs.cu
2019-05-29 Thomas Lively[WebAssembly] Add signatures for RINT builtins
2019-05-29 Petr Hosek[Driver] Search the toolchain dir with -print-file...
2019-05-28 Michael Kruse[ScopBuilder] Move buildInvariantEquivalenceClasses...
2019-05-28 Quentin Colombet[RegUsageInfoCollector] Don't mark as saved registers...
2019-05-28 Lang Hames[ORC] Track JIT symbol states more explicitly.
2019-05-28 Antonio AfonsoFix IPv6 support on lldb-server platform
2019-05-28 Craig Topper[X86] Fix the Sema checks for getmant builtins to only...
2019-05-28 Alexander Shaposhnikov[tools] Introduce llvm-lipo
2019-05-28 Richard SmithFix r361893 to also update a recently-added test.
2019-05-28 Marshall ClowFix test that used raw string literals. Doesn't work...
2019-05-28 Richard SmithDefer creating fields for captures until we finish...
2019-05-28 Richard SmithSimplify clang::Capture. No functionality change intended.
2019-05-28 Richard SmithIf capturing a variable fails, add a capture anyway...
2019-05-28 Richard SmithMove code to mark a variable as odr-used adjacement...
2019-05-28 Reid KlecknerAdd debuginfo-tests that use cdb on Windows
2019-05-28 Jessica Paquette[AArch64][GlobalISel] Select FCMPSri/FCMPDri when compa...
2019-05-28 Marshall ClowFix an incorrect 'Throws' in the regex code. Add a...
2019-05-28 Jonas Devlieghere[SymbolFileDWARF] Remove unused member (NFC)
2019-05-28 Michael J.... [Driver] Fix -working-directory issues
2019-05-28 Heejin Ahn[WebAssembly] Support for atomic fences
2019-05-28 Sam McCall[clangd] Add SourceManager accessor to ParsedAST. NFC
2019-05-28 Rong Xu[PGO] Handle cases of failing to split critical edges
2019-05-28 Nikita PopovRevert "[CorrelatedValuePropagation] Fix prof branch_we...
2019-05-28 Yaxun Liu[CUDA][HIP] Emit dependent libs for host only
2019-05-28 Konstantin... AMDGPU: Temporary drop s_mul_hi_i/u32 patterns
2019-05-28 Adhemerval... [clang] Handle lrint/llrint builtins
2019-05-28 Adhemerval... [AArch64] Handle ISD::LRINT and ISD::LLRINT
2019-05-28 Alexandre GaneaRevert r361842 as it breaks LLDB :: tools/lldb-mi/exec...
2019-05-28 Adhemerval... [CodeGen] Add lrint/llrint builtins
2019-05-28 Roman Lebedev[DAGCombine] (x - C) - y -> (x - y) - C fold. Try 2
2019-05-28 Roman Lebedev[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
2019-05-28 David BlaikieFix GDB pretty printer for Optional after r354246
2019-05-28 Peter CollingbourneChange ELF tools to allow multiple sections per file.
2019-05-28 Michael Liao[AMDGPU] Correct the handling of inlineasm output regis...
2019-05-28 Joel E. Denny[OpenMP] Set pragma start loc to `#pragma` loc
2019-05-28 Shoaib Meenai[compiler-rt] Fix cmake warnings
2019-05-28 Roman LebedevRevert DAGCombine "hoist binop with const" folds
2019-05-28 Nikita Popov[InstCombine] Add tests for signed saturating always...
2019-05-28 Nikita Popov[InstCombine] Clean up saturing math overflow optimizat...
2019-05-28 Alexandre GaneaFix 'warning: suggest explicit braces to avoid ambiguou...
2019-05-28 Alexandre GaneaFix 'warning: format specifies type 'int' but the argum...
2019-05-28 Roman Lebedev[NFC][MIPS] Autogenerater madd-msub.ll test
2019-05-28 Saleem AbdulrasoolDriver: support `/Zc:char8_t` and `/Zc:char8_t-`
2019-05-28 Nikita Popov[ValueTracking][ConstantRange] Distinguish low/high...
2019-05-28 Nikita Popov[IR] Add SaturatingInst and BinaryOpIntrinsic classes
2019-05-28 Roman Lebedev[DAGCombine] (x - C) - y -> (x - y) - C fold
2019-05-28 Roman Lebedev[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
2019-05-28 Reid Kleckner[COFF] Add ImportChunkThunk, simplify, deduplicate
2019-05-28 Sanjay PatelRevert "[x86] split 256-bit store of concatenated vectors"
2019-05-28 Jonas Devlieghere[DWARFExpression] Remove ctor that takes just a compile...
2019-05-28 Matt ArsenaultAMDGPU: Don't enable all lanes with non-CSR VGPR spills
2019-05-28 Michael Liao[AMDGPU] Fix the mis-handling of `vreg_1` copied from...
2019-05-28 Ilya Biryukov[clangd] Fix test output for r361841
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-28 Fangrui Song[AArch64] Delete unused VariantKind in AArch64MCExpr
2019-05-28 David Greene[X86-64] Fix 256-bit SET0 lowering for non-VLX targets
2019-05-28 Alexandre Ganea[LLD][COFF] Early load PDB type server files
2019-05-28 Ilya Biryukov[clangd] Place cursor better after completing patterns
2019-05-28 Alexandre GaneaFix 'warning: comparison is always true due to limited...
2019-05-28 Nico Weberllvm-undname: Support demangling char8_t
2019-05-28 Ilya Biryukov[CodeComplete] Set preferred type for qualified-id
2019-05-28 Alexandre GaneaRevert r361826, as it still breaks LLDB.
2019-05-28 Nico Weberllvm-undname: Add support for local static thread guards
2019-05-28 Haojian Wu[clang-tidy] Fix description for misc-definitions-in...
2019-05-28 Haojian Wu[clang-tidy] Verify fix description for misc-unused...
2019-05-28 Jason Liu[XCOFF] Implement parsing symbol table for xcoffobjfile...
2019-05-28 Kevin P. NealRevert 361827. It broke the bots.
2019-05-28 Fangrui SongReland D61583 [ELF] Error on relocations to STT_SECTION...
2019-05-28 Ilya Biryukov[CodeComplete] Consistently break after '{' in multi...
2019-05-28 Ilya Biryukovgn build: make clangd depend on clang resource headers
next