platform/upstream/llvm.git
2018-12-03 Gheorghe-Teodor... [OpenMP][libomptarget] Flush intermediate values during...
2018-12-03 Ilya Biryukov[clangd] Avoid memory-mapping files on Windows
2018-12-03 Simon PilgrimFix line endings. NFCI.
2018-12-03 Bruno Ricci[AST][Sema] Remove CallExpr::setNumArgs
2018-12-03 Fedor SergeevFixing -print-module-scope for legacy SCC passes
2018-12-03 George Rimar[LLD][ELF] - Remove the excessive condition. NFC.
2018-12-03 Pablo Barrio[AArch64] Add command-line option for SSBS
2018-12-03 Jonas Paulsson[SystemZ::TTI] Return zero cost for ICmp that becomes...
2018-12-03 Eugene Leviant[SanitizerCommon] Remove RenameFile
2018-12-03 Marco Antognini[OpenCL][Sema] Improving formatting
2018-12-03 Louis Dionne[libcxx] Implement P0318: unwrap_ref_decay and unwrap_r...
2018-12-03 Pablo Barrio[AArch64] Add command-line option for SSBS
2018-12-03 Aleksandr Urakov[PDB] Support PDB-backed expressions evaluation (+...
2018-12-03 Ilya Biryukov[CodeComplete] Cleanup access checking in code completion
2018-12-03 Bruno Ricci[Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToO...
2018-12-03 Haojian Wu[clangd] Fix a stale comment, NFC.
2018-12-03 Ron Lieberman[AMDGPU] Add sdwa support for ADD|SUB U64 decomposed...
2018-12-03 Bruno Ricci[AST] Fix an uninitialized bug in the bits of FunctionDecl
2018-12-03 Haojian Wu[clangd] Get rid of AST matchers in CodeComplete, NFC
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Bruno Ricci[AST][NFC] Pack CXXDeleteExpr
2018-12-03 Serge GueltonPortable Python script across version
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Ilya Biryukov[Analyzer] Actually check for -model-path being a directory
2018-12-03 Ilya Biryukov[Analysis] Properly prepare test env in test/Analysis...
2018-12-03 Ilya Biryukov[clang] Do not read from 'test/SemaCXX/Inputs' inside...
2018-12-03 Tim NorthoverARM: use target-specific SUBS node when combining cmp...
2018-12-03 Diogo N. Sampaio[NFC][AArch64] Split out backend features
2018-12-03 Marco Antognini[OpenCL][Sema] Improve BuildResolvedCallExpr handling...
2018-12-03 George Rimar[LLD][ELF] - Improve the DWARF v5 suport for building...
2018-12-03 Stefan Granitz[CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for...
2018-12-03 Alex Bradbury[RISCV] Fix test/MC/Disassembler/RISCV/invalid-instruct...
2018-12-03 Stefan Granitz[CMake] Store path to vendor-specific headers in clang...
2018-12-03 George Rimar[llvm-dwarfdump] - Stop printing the bogus empty sectio...
2018-12-03 Oliver Stannard[ARM][MC] Move information about variadic register...
2018-12-03 Oliver Stannard[ARM][Asm] Debug trace for the processInstruction loop
2018-12-03 Alexander Potapenko[KMSAN] Enable -msan-handle-asm-conservative by default
2018-12-03 Petr Pavlu[GlobalISel] Fix test irtranslator-stackprotect-check.ll
2018-12-03 Sjoerd Meijer[ARM] FP16: support vld1.16 for vector loads with post...
2018-12-03 Kang Zhang[PowerPC] Fix inconsistent ImmMustBeMultipleOf for...
2018-12-03 QingShan Zhang[NFC] [PowerPC] add an routine in PPCTargetLowering...
2018-12-02 Nico Weber[gn build] Fix cosmetic bug in write_cmake_config.py
2018-12-02 Nico Weber[gn build] Slightly simplify write_cmake_config.
2018-12-02 Nico Weber[gn build] Add build files for llvm/lib/Analysis and...
2018-12-02 Craig Topper[X86] Add a DAG combine to turn stores of vXi1 on pre...
2018-12-02 Craig Topper[X86] Fix bad comment. NFC
2018-12-02 Stephen KellyReplace FullComment member being visited with parameter
2018-12-02 Stephen KellyExtend the CommentVisitor with parameter types
2018-12-02 Stephen KellyRemove unecessary methods
2018-12-02 Michal Gorny[test] Fix use of 'sort -b' in SimpleLoopUnswitch on...
2018-12-02 Michal Gorny[test] Fix ScalarEvolution test to allow __func__ with...
2018-12-02 Michal Gorny[test] Fix BugPoint/compile-custom.ll to use detected...
2018-12-02 Stephen KellyFix whitespace
2018-12-02 Stephen KellyAdd dump tests for ArrayInitLoopExpr and ArrayInitIndexExpr
2018-12-02 Nikita Popov[ValueTracking] Support funnel shifts in computeKnownBits()
2018-12-02 Sanjay Patel[SelectionDAG] fold constant with undef vector per...
2018-12-02 Sanjay Patel[DAGCombiner] guard against an oversized shift crash
2018-12-02 Sanjay Patel[ValueTracking] add helper function for testing implied...
2018-12-02 Craig Topper[X86] Simplify LowerBITCAST code for v2i32/v4i16/v8i8...
2018-12-02 Craig Topper[X86] Add custom type legalization for v2i32/v4i16...
2018-12-02 Craig Topper[X86] Custom type legalize v2i32/v4i16/v8i8->i64 bitcas...
2018-12-01 Matt ArsenaultOpenCL: Improve vector printf warnings
2018-12-01 Matt ArsenaultOpenCL: Extend argument promotion rules to vector types
2018-12-01 Craig Topper[X86] Add vXi8 division/remainder by non-splat constant...
2018-12-01 Jessica Paquette[MachineOutliner][AArch64] Improve checks for stack...
2018-12-01 Jessica PaquetteReplace w16/w17 in machine-outliner.mir with w11/w12
2018-12-01 Craig Topper[X86] Don't use zero_extend_vector_inreg for mulhu...
2018-12-01 Dan LiewIntroduce a way to allow the ASan dylib on Darwin platf...
2018-12-01 Simon Pilgrim[TTI] Reduction costs only need to include a single...
2018-12-01 Graham Sellers[AMDGPU] Split 64-Bit XNOR to 64-Bit NOT/XOR
2018-12-01 Xing GUO[llvm-readobj] Improve dynamic section iteration NFC.
2018-12-01 Simon Pilgrim[SelectionDAG] Improve SimplifyDemandedBits to Simplify...
2018-12-01 Nikita Popov[InstCombine] Support ssub.sat canonicalization for...
2018-12-01 Bill WendlingCorrect indentation.
2018-12-01 Bill WendlingSpecify constant context in constant emitter
2018-12-01 Craig Topper[X86] Remove stale FIXME from test case. NFC
2018-12-01 Teresa Johnson[ThinLTO] Allow importing of functions with var args
2018-12-01 Alex Bradbury[RISCV] Remove RV64I SLLW/SRLW/SRAW patterns and add...
2018-12-01 Fangrui Song[clangd] Recommit the "AnyScope" changes in requests...
2018-12-01 Fangrui Song[Basic] Move DiagnosticsEngine::dump from .h to .cpp
2018-12-01 Shoaib Meenai[projects] Use add_llvm_external_project for implicit...
2018-12-01 Craig Topper[X86][LoopVectorize] Replace -mcpu=skylake-avx512 with...
2018-12-01 Adrian PrantlRelax test to also work on Windows.
2018-12-01 Vitaly Buka[compiler-rt] Use "ColumnLimit: 0" instead of "clang...
2018-12-01 Adrian PrantlHonor -fdebug-prefix-map when creating function names...
2018-12-01 Zachary TurnerUse RequireNullTerminator=false in identify_magic.
2018-12-01 Zachary Turner[lit] Add a generic build script with a lit substitution.
2018-12-01 Artem Belevich[NVPTX] Add lowering of i128 numbers as struct fields
2018-12-01 Craig Topper[X86] Replace '-mcpu=skx' with -mattr=avx512f or -mattr...
2018-12-01 Stella Stamenova[windows] Fix two minor bugs on Windows
2018-12-01 Nico Weber[gn build] Add action to generate VCSRevision.h and...
2018-11-30 Fangrui SongRevert "Revert r347417 "Re-Reinstate 347294 with a...
2018-11-30 Reid Kleckner[codeview] Remove dead macros for codeview record seria...
2018-11-30 Nicolai HaehnleLegacyDivergenceAnalysis: fix uninitialized value
2018-11-30 Nicolai HaehnleAMDGPU: Divergence-driven selection of scalar buffer...
2018-11-30 Nicolai HaehnleAMDGPU: Fix various issues around the VirtReg2Value...
2018-11-30 Nicolai Haehnle[DA] GPUDivergenceAnalysis for unstructured GPU kernels
2018-11-30 Sanjay Patel[x86] add tests for undef + partial undef constant...
2018-11-30 Craig Topper[X86] Split skylake-avx512 run lines in SLP vectorizer...
2018-11-30 Sanjay Patel[InstSimplify] add tests for undef + partial undef...
next