platform/upstream/llvm.git
2019-06-18 Adrian PrantlAdd debug location verification for !llvm.loop attachments.
2019-06-18 Reid Kleckner[PDB] Ignore .debug$S subsections with high bit set
2019-06-18 Louis Dionne[pstl] Remove stray usage of pstl::execution instead...
2019-06-18 Eric FiselierReconfigure docker builders to be more modular.
2019-06-18 Stanislav Mekhanoshin[AMDGPU] gfx1010 disassembler changes for wave32
2019-06-18 Alexey Bataev[OPENMP][NVPTX]Correct codegen for 128 bit long double.
2019-06-18 Craig Topper[X86] Remove unnecessary line that makes v4f32 FP_ROUND...
2019-06-18 Jordan RupprechtRevert [SROA] Enhance SROA to handle `addrspacecast...
2019-06-18 Alexey Bataev[OPENMP]Use host's long double when compiling the code...
2019-06-18 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - Cleanup ANY_EXT...
2019-06-18 Marshall ClowFix the floating point version of midpoint. It wasn...
2019-06-18 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - Merge ZERO_EXTE...
2019-06-18 Julie Hockett[clang-tidy] Split fuchsia-default-arguments
2019-06-18 Michael Liao[SROA] Enhance SROA to handle `addrspacecast`ed allocas
2019-06-18 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - Merge SIGN_EXTE...
2019-06-18 Aaron BallmanAdd test cases for dumping AST function decl nodes...
2019-06-18 Antonio AfonsoImplement xfer:libraries-svr4:read packet
2019-06-18 Kostya Kortchinsky[scudo][standalone] Fuchsia related changes
2019-06-18 Sanjay Patel[x86] add test for load splitting with extracted store...
2019-06-18 Simon Atanasyan[mips] Add more strict predicates to the RSQRT_S_MM...
2019-06-18 Simon Atanasyan[mips] Add PTR_64 and GPR_64 predicates to some MIPS...
2019-06-18 Simon Atanasyan[mips] Set the hasNoSchedulingInfo flag for the `MipsAs...
2019-06-18 Adrian McCarthyFix some lit test ResourceWarnings on Windows
2019-06-18 Aaron BallmanAdd test cases for dumping AST decl nodes to JSON;...
2019-06-18 Ilya Biryukov[Syntax] Add a helper to find expansion by its first...
2019-06-18 Jonas Devlieghere[Reproducers] Make reproducer relocatable
2019-06-18 Simon Tatham[ARM] Add MVE vector shift instructions.
2019-06-18 Simon Tatham[ARM] Add MVE integer vector min/max instructions.
2019-06-18 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - support...
2019-06-18 Simon Pilgrim[X86][AVX] extract_subvector(any_extend(x)) -> any_exte...
2019-06-18 Zhihao Yuan[libc++] Implement P0608R3 - A sane variant converting...
2019-06-18 Ilya Biryukov[clangd] Return vector<TextEdit> from applyTweak. NFC
2019-06-18 Simon Tatham[ARM] Rename MVE instructions in Tablegen for consistency.
2019-06-18 Louis Dionne[libc++] Re-apply XFAIL to is_base_of test that was...
2019-06-18 Louis Dionne[libc++] Revert the addition of map/multimap CTAD
2019-06-18 Mikhail Maltsev[CodeGen][ARM] Fix FP16 vector coercion
2019-06-18 Lewis Revill[RISCV] Lower calls through PLT
2019-06-18 Simon PilgrimFix -Wunused-but-set-variable warning. NFCI.
2019-06-18 Matt ArsenaultAMDGPU: Add GWS instruction builtins
2019-06-18 Fangrui Song[llvm-readobj] Allow --hex-dump/--string-dump to dump...
2019-06-18 Matt ArsenaultAMDGPU: Disable errno by default
2019-06-18 Haojian Wu[clangd] Remove the extra ";", NFC
2019-06-18 Sam McCall[clangd] Add hidden tweaks to dump AST/selection.
2019-06-18 Ulrich Weigand[compiler-rt][SystemZ] Work around ASAN failures via...
2019-06-18 Matt ArsenaultAMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics
2019-06-18 Andrea Di Biagio[MCA] Slightly refactor the bottleneck analysis view...
2019-06-18 Aaron BallmanRequire commas to separate multiple GNU-style attribute...
2019-06-18 Matt ArsenaultAMDGPU: Change API for checking for exec modification
2019-06-18 Fangrui SongMCContext: Delete unused functions
2019-06-18 Nico Webergn build: Merge r363658
2019-06-18 Nico Webergn build: Merge r363649
2019-06-18 Simon Pilgrim[SelectionDAG] Legalize vaargs that require vector...
2019-06-18 Matt ArsenaultAMDGPU: Fold readlane from copy of SGPR or imm
2019-06-18 Matt ArsenaultAMDGPU: Remove unnecessary check for virtual register
2019-06-18 Matt ArsenaultAMDGPU: Fix iterator crash in AMDGPUPromoteAlloca
2019-06-18 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.div.scale
2019-06-18 Sjoerd Meijer[ARM] Some Thumb2ITBlock clean ups. NFC
2019-06-18 Jonas Paulsson[SystemZ] Fix AHIMuxK pseudo expansion.
2019-06-18 Sam McCall[clangd] Add a capability to enable completions with...
2019-06-18 Haojian Wu[clangd] Parse files without extensions if we don't...
2019-06-18 Haojian Wu[clangd] Detect C++ language based on well-known file...
2019-06-18 Valery Pykhtin[AMDGPU] Speed up live-in virtual register set computai...
2019-06-18 Graham Hunter[SVE][IR] Scalable Vector IR Type with pr42210 fix
2019-06-18 Simon Pilgrim[X86] Regenerate promote.ll. NFC.
2019-06-18 Diogo N. Sampaio[NFC] Improve triple match of scripts that update tests
2019-06-18 Simon Pilgrim[X86] Replace any_extend* vector extensions with zero_e...
2019-06-18 Jeremy Morse[DebugInfo][Docs] Document that prologue/epilogue varia...
2019-06-18 Pavel LabathFix windows build for r363357
2019-06-18 Yevgeny Rouban[SimplifyCFG] NFC, prof branch_weighs handling is simpl...
2019-06-18 Mikael HolmenFix compiler warning by removing unused variable
2019-06-18 Fangrui Song[llvm-objdump] Tidy up AMDGCNPrettyPrinter
2019-06-18 Fangrui SongRevert D60974 "[clang-ifs] Clang Interface Stubs, first...
2019-06-18 Puyan Lotfi[NFC] Undoing r363646 to fix bots.
2019-06-18 Craig Topper[X86] Add i128 ctpop and i32/i64/i128 optsize test...
2019-06-18 Puyan Lotfi[NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused...
2019-06-18 Craig Topper[X86] Move code that shrinks immediates for ((x <<...
2019-06-18 Craig Topper[X86] Remove MOVDI2SSrm/MOV64toSDrm/MOVSS2DImr/MOVSDto6...
2019-06-18 Craig Topper[X86] Introduce new MOVSSrm/MOVSDrm opcodes that use...
2019-06-18 Tom StellardGlobalISel: Remove redundant pass initialization
2019-06-18 Dan LiewDisable recently added Darwin symbolization tests for...
2019-06-18 Dan Liew[NFC] Split `Darwin/asan-symbolize-partial-report-with...
2019-06-18 Dan Liew[asan_symbolize] Teach `asan_symbolize.py` to symbolica...
2019-06-18 Alex Brachet[llvm-strip] Error when using stdin twice
2019-06-17 Matt ArsenaultGlobalISel: Use the original flags when lowering fneg...
2019-06-17 Peter Collingbournehwasan: Use bits [3..11) of the ring buffer entry addre...
2019-06-17 Peter Collingbournehwasan: Add a tag_offset DWARF attribute to instrumente...
2019-06-17 Peter Collingbournegn build: Merge r363626.
2019-06-17 Dan Liew[CMake] Fix the value of `config.target_cflags` for...
2019-06-17 Amara Emerson[GlobalISel][Localizer] Rewrite localizer to run in...
2019-06-17 Michael BergPropagate fmf in IRTranslate for fneg
2019-06-17 Craig TopperUse VR128X instead of FR32X/FR64X for the register...
2019-06-17 Craig Topper[X86] Make an assert in LowerSCALAR_TO_VECTOR stricter...
2019-06-17 Francis Visoiu... [Remarks][Driver] Use the specified format in the remar...
2019-06-17 Puyan Lotfi[clang-ifs] Clang Interface Stubs, first version.
2019-06-17 Stanislav Mekhanoshin[AMDGPU] Use custom inserter for gfx10 VOP2b
2019-06-17 Mitch Phillips[GWP-ASan] Disable GWP-ASan on Android for now.
2019-06-17 Stanislav Mekhanoshin[AMDGPU] gfx1010 subvector test. NFC.
2019-06-17 Richard SmithFix crash when checking a dependently-typed reference...
2019-06-17 Volkan Keles[test][AArch64] Relax the check line for G_BRJT in...
2019-06-17 Richard SmithRewrite ConstStructBuilder with a mechanism that can...
next