platform/upstream/llvm.git
2019-07-04 David Green[ARM] MVE bitwise instruction patterns
2019-07-04 Johan Vikstrom[clangd] Add missing changes for 365111
2019-07-04 Johan Vikstrom[clangd] Emit publishSemanticHighlighting in LSP if...
2019-07-04 QingShan Zhang[NFC][PowerPC] Make the PowerPC scheduling strategy...
2019-07-04 Craig Topper[X86] Use pointer sized indices instead of i32 for...
2019-07-04 Dylan McKay[AVR] Fix tests after r363757
2019-07-04 Serguei Katkov[LoopPeel] Some small comment update. NFC.
2019-07-04 Fangrui Song[PowerPC] Support constraint code "ww"
2019-07-04 Alex Brachet[docs] [NFC] Removed excess spacing
2019-07-04 Chen Zheng[PowerPC] Hardware Loop branch instruction's condition...
2019-07-04 Csaba Dabis[analyzer] ReturnValueChecker: Model the guaranteed...
2019-07-04 Francis Visoiu... [Remarks] Require an explicit format to the parser
2019-07-04 Francis Visoiu... [Remarks][NFC] Move the string table parsing out of...
2019-07-04 Derek Schuff[WebAssembly] Update test failure explanations
2019-07-04 Shoaib Meenai[MachO] Add valid architecture function
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-07-04 Reid KlecknerRevert [ThinLTO] Optimize writeonly globals out
2019-07-03 Derek Schuff[WebAssembly] Enable IndirectBrExpandPass
2019-07-03 Matt ArsenaultAMDGPU: Add pass to lower SGPR spills
2019-07-03 Eli Friedman[JumpThreading] Fix threading with unusual PHI nodes.
2019-07-03 Matt ArsenaultGlobalISel: Fix widenScalar for pointer typed G_MERGE_V...
2019-07-03 Tom Stellardcmake: Add CLANG_LINK_CLANG_DYLIB option
2019-07-03 Francis Visoiu... [Bitcode] Move Bitstream to a separate library
2019-07-03 Raphael IsemannRefactor ObjectFile::GetSDKVersion
2019-07-03 Guanzhong Chen[WebAssembly][NFC] simplify SjLj inline assembly test
2019-07-03 Thomas Lively[WebAssembly] Add option to emit passive segments
2019-07-03 Matt ArsenaultRevert "[AMDGPU] Kernel arg metadata: added support...
2019-07-03 Jonas Devlieghere[Docs] Remove stale builder
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a black...
2019-07-03 JF BastienRevert "[llvm-ar][test] Add to MRI test coverage"
2019-07-03 Jonas Devlieghere[Docs] Update documentation build instructions.
2019-07-03 Jonas DevlieghereRemove code-signing.txt now that it's part of the docs
2019-07-03 Jonas Devlieghere[Docs] Unify build instructions
2019-07-03 Marshall ClowAdd tests for regex_match ambiguity (aka LWG2273)....
2019-07-03 Evgeniy StepanovTeach ValueTracking that aarch64.irg result aliases...
2019-07-03 Dmitri GribenkoFixed a link in ReleaseNotes.rst (follow-up to r365007)
2019-07-03 Florian Hahn[LoopBase] Strengthen isLoopExiting by requiring that...
2019-07-03 Reid KlecknerTry to XFAIL mri-utf8.test on Mac
2019-07-03 Philip Reames[LFTR] Use SCEVExpander for the pointer limit case...
2019-07-03 Eric FiselierFix tuple's conditionally explicit constructors for...
2019-07-03 Konstantin... [AMDGPU] Kernel arg metadata: added support for "__hip_...
2019-07-03 Philip Reames[LFTR] Remove a stray variable shadow *of the same...
2019-07-03 Philip Reames[LFTR] Style and comment changes to clarify the narrow...
2019-07-03 Philip Reames[LFTR] Sink the decision not use truncate scheme for...
2019-07-03 Jessica PaquetteFix precedence in assert from r364961
2019-07-03 Louis Dionne[libc++] Update availability markup for Filesystem...
2019-07-03 Philip Reames[LFTR] Remove falsely generalized (dead) code [NFC]
2019-07-03 Philip Reames[LFTR] Hoist extend expressions outside of loops w...
2019-07-03 Alex Lorenz[clang-scan-deps] use `-Wno-error` when scanning for...
2019-07-03 Alex Lorenz[macCatalyst] Print out macCatalyst in llvm-objdump...
2019-07-03 Jessica Paquette[GlobalISel][AArch64] Use getConstantVRegValWithLookThr...
2019-07-03 Robert Lougher[X86] Update test; NFC
2019-07-03 Robert Lougher[X86] Avoid SFB - Skip meta instructions
2019-07-03 Joel E. Denny[Bitcode] Update CHECK-DAG usage in tests
2019-07-03 Antonio AfonsoAdd plugin.process.gdb-remote.use-libraries-svr4 option
2019-07-03 Francis Visoiu... [CodeGen] Make branch funnels pass the machine verifier
2019-07-03 Simon Pilgrim[X86] ComputeNumSignBitsForTargetNode - add target...
2019-07-03 Roman Lebedev[NFC][InstCombine] onehot_merge.ll: add last few tests...
2019-07-03 Sanjay Patel[SLP] add tests for bitcasted vector pointer load; NFC
2019-07-03 Amaury SechetUse getAllOnesConstants instead of -1 in DAGCombiner...
2019-07-03 Philip Reames[SCEV] Preserve flags on add/muls in getSCEVATScope
2019-07-03 Kostya Kortchinsky[scudo][standalone] Link tests against libatomic
2019-07-03 Amaury Sechet[DAGCombine] More diamong carry pattern optimization.
2019-07-03 Simon Pilgrim[X86][AVX] combineX86ShufflesRecursively - peek through...
2019-07-03 Fangrui Song[ELF][RISCV] Error on R_RISCV_PCREL_LO12_[IS] that...
2019-07-03 Fangrui SongRevert D63432 "[ELF] Allow placing SHF_MERGE sections...
2019-07-03 Teresa Johnson[ThinLTO] Fix gcc warnings from commit
2019-07-03 Sam Parker[ARM] Fix for NDEBUG builds
2019-07-03 Kostya Kortchinsky[scudo][standalone] Potential fix for missing sized...
2019-07-03 Simon Pilgrim[X86][AVX] Combine vpermi(bitcast(x)) -> bitcast(vpermi(x))
2019-07-03 James Molloy[SelectionDAG] Propagate alias metadata to target intri...
2019-07-03 James Henderson[docs][llvm-objcopy] Write documentation for llvm-objcopy
2019-07-03 Simon Pilgrim[X86][AVX] combineX86ShuffleChainWithExtract - add...
2019-07-03 Eugene Leviant[ThinLTO] Optimize writeonly globals out
2019-07-03 Owen Reynolds[llvm-ar][test] Add to MRI test coverage
2019-07-03 Stefan Granitz[CMake] Avoid libcxxabi dependency when building LLDB...
2019-07-03 Kristof UmannRevert "[analyzer][CFG] Return the correct terminator...
2019-07-03 Kristof Umann[analyzer][CFG] Return the correct terminator condition
2019-07-03 Fangrui Song[ELF][RISCV] Allow R_RISCV_ADD in relocateNonAlloc()
2019-07-03 Simon Atanasyan[mips] Mark general scheduling model as complete
2019-07-03 Simon Atanasyan[mips] Add missing atomic instructions to general sched...
2019-07-03 Simon Atanasyan[mips] Add missing microMIPS instructions to general...
2019-07-03 Simon PilgrimFix -Wcast-qual const warning. NFCI.
2019-07-03 Kristof UmannMake a buildbot using a buggy gcc happy
2019-07-03 Kristof UmannSpecialize an anchor() function in the correct namespace
2019-07-03 Kristof Umann[analyzer][Dominator] Add post dominators to CFG +...
2019-07-03 Simon Pilgrim[X86][SSE] lowerUINT_TO_FP_v2i32 - explicitly cast...
2019-07-03 Kristof Umann[Dominators] PR42041: Skip nullpointer successors
2019-07-03 Simon Pilgrim[X86][SSE] LowerINSERT_VECTOR_ELT - ensure insertion...
2019-07-03 Simon Pilgrim[X86][SSE] LowerScalarImmediateShift - ensure shift...
2019-07-03 Simon Atanasyan[mips] Add SIGRIE,GINVI,GINVT to general scheduling...
2019-07-03 Simon Atanasyan[mips] Add missing mips16 instructions to general sched...
2019-07-03 Simon Atanasyan[mips] Add missing MSA and ASE instructions to general...
2019-07-03 Simon Atanasyan[mips] Replace some itineraries by instructions in...
2019-07-03 Simon PilgrimFix MSVC "signed/unsigned mismatch" warning. NFCI.
2019-07-03 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-07-03 Ivan Donchevskii[clang-tidy] Fix the YAML created for checks like moder...
2019-07-03 Simon Pilgrim[X86] LowerFunnelShift - use modulo constant shift...
2019-07-03 Fangrui Song[ELF] Allow placing SHF_MERGE sections with different...
2019-07-03 Oliver Stannard[ARM] Thumb2: favor R4-R7 over R12/LR in allocation...
next