platform/upstream/llvm.git
2018-10-06 Simon PilgrimRevert rL343916: Fix -Wmissing-braces warning. NFCI.
2018-10-06 Simon PilgrimFix -Wmissing-braces warning. NFCI.
2018-10-06 Simon PilgrimWdocumentation fix
2018-10-06 Simon PilgrimWdocumentation fix
2018-10-06 Simon Pilgrim[SelectionDAG] Add SimplifyDemandedBits to SimplifyDema...
2018-10-06 Fangrui Song[clangd] Remove unused headers from CodeComplete.cpp
2018-10-06 Alex Bradbury[RISCV] Compress addiw rd, x0, simm6 to c.li rd, simm6
2018-10-06 Tom StellardAMDGPU: Consolidate SMRD TableGen patterns
2018-10-06 Aaron PuchertThread safety analysis: Handle conditional expression...
2018-10-05 Jordan Rupprecht[llvm-ar] Use POSIX-specified timestamps for 'tv'.
2018-10-05 Vedant KumarAdd support for artificial tail call frames
2018-10-05 Vedant KumarRelax a data formatter test
2018-10-05 Fedor Sergeev[New PM][PassTiming] implement -time-passes for the...
2018-10-05 Joel Jones[AArch64] -mcpu=native CPU detection for Cavium processors
2018-10-05 Petr Hosek[llvm-nm] Update all tests to redirect stderr to stdout
2018-10-05 Matthias BraunX86, AArch64, ARM: Do not attach debug location to...
2018-10-05 Mandeep Singh... [COFF, ARM64] Add _InterlockedAdd intrinsic
2018-10-05 Vedant KumarSpecify -mtriple=x86_64 in an X86-specific dwarf test
2018-10-05 James Y KnightEmit CK_NoOp casts in C mode, not just C++.
2018-10-05 Simon Pilgrim[X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR...
2018-10-05 Vedant Kumar[LiveDebugValues] Extend var ranges through artificial...
2018-10-05 Vedant KumarClarify debug output in LiveDebugValues
2018-10-05 Vedant KumarDisable the dwarf callsite attrs test on Windows
2018-10-05 Petr Hosek[llvm-nm] Write "no symbol" output to stderr
2018-10-05 Vedant KumarAvoid hardcoding PC addresses in a dwarf test
2018-10-05 Jessica Paquette[GlobalIsel] Add llvm.invariant.start and llvm.invarian...
2018-10-05 David Blaikiedwarfdump: Avoid parsing units unnecessarily
2018-10-05 Vedant Kumar[DebugInfo] Add support for DWARF5 call site-related...
2018-10-05 Sanjay Patel[x86] make blend tests resistant to demanded elements...
2018-10-05 Mandeep Singh... [COFF, ARM64] Add _InterlockedCompareExchangePointer_nf...
2018-10-05 Reid KlecknerFix dwarf-no-source-loc.ll path separator on Windows
2018-10-05 Martin Storsjo[COFF] Do MinGW specific entry/subsystem inference
2018-10-05 Martin Storsjo[docs] Mention some notable feature in the release...
2018-10-05 Martin Storsjo[COFF] Cope with GCC produced weak aliases referring...
2018-10-05 Reid KlecknerRevert r343606/r342652 "[winasan] Unpoison the stack...
2018-10-05 Artem Belevich[CUDA] Use all 64 bits of GUID in __nv_module_id
2018-10-05 Matthias BraunDwarfDebug: Pick next location in case of missing locat...
2018-10-05 Alex Bradbury[RISCV] Regenerate several tests now enableMultipleCopy...
2018-10-05 Nico Weberclang-format: Don't insert spaces in front of :: for...
2018-10-05 Craig Topper[X86] Don't promote i16 compares to i32 if the immediat...
2018-10-05 Kamil RytarowskiUnwind local macro DEFINE_INTERNAL()
2018-10-05 Jonathan Peyton[OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard...
2018-10-05 Simon Pilgrim[X86] Move ReadAfterLd functionality into X86FoldableSc...
2018-10-05 James Y KnightEmit diagnostic note when calling an invalid function...
2018-10-05 Jonathan Peyton[OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_...
2018-10-05 Sanjay Patel[SelectionDAG] allow undefs when matching splat constants
2018-10-05 Adrian PrantlFormat the dwarfdump --statistics version as an integer...
2018-10-05 Sanjay Patel[x86] add test for (X - 0.0) vector with undef elts...
2018-10-05 Krasimir Georgiev[clang-format] Java import sorting in clang-format
2018-10-05 Stefan GranitzTestMultilineExpr: validate evaluation for expressions...
2018-10-05 Stefan GranitzAdd EchoCommentCommands to CommandInterpreterRunOptions...
2018-10-05 Simon Pilgrim[X86][SSE] Try to make MOVLPS/MOVHPS(+PD) instructions...
2018-10-05 Alexey Bataev[OPENMP][NVPTX] Fix emission of __kmpc_global_thread_nu...
2018-10-05 Alexey Bataev[OPENMP] Fix emission of the __kmpc_global_thread_num.
2018-10-05 Sanjay Patel[x86] regenerate full checks; NFC
2018-10-05 Sanjay Patel[x86] add test for fneg matching failure; NFC
2018-10-05 Simon Pilgrim[X86][AVX] getFauxShuffleMask - add support for INSERT_...
2018-10-05 Jonas Paulsson[LoopVectorizer] Use TTI.getOperandInfo()
2018-10-05 Jonas Paulsson[TargetRegisterInfo] Remove temporary hook enableMultip...
2018-10-05 Jonas Toth[clang-tidy] NFC refactor lexer-utils to be usable...
2018-10-05 Sam McCall[clangd] Remove last usage of ast matchers from SymbolC...
2018-10-05 Jonas Toth[clang-tidy] Replace deprecated std::ios_base aliases
2018-10-05 Alexandre Ganea[LLD][COFF] Fix ordering of CRT global initializers...
2018-10-05 Simon PilgrimFix llvm-clang-x86_64-expensive-checks-win build by...
2018-10-05 Sam McCall[clangd] Remove debugging output in test
2018-10-05 Sam McCall[clangd] Fix a subtle case for GetBeginningOfIdentifier.
2018-10-05 David Green[AArch64] Use filecheck captures for metadata node...
2018-10-05 Neil HenningAdd missing period to comment to match style of file.
2018-10-05 Sam McCall[clangd] Make binary index format the default, remove...
2018-10-05 Kamil RytarowskiIntroduce internal_sysctlbyname in place of sysctlbyname
2018-10-05 Tom StellardAMDGPU/GlobalISel: Add support for G_INTTOPTR
2018-10-05 Thomas Lively[WebAssembly] abs and sqrt builtins
2018-10-05 Thomas Lively[WebAssembly] any_true and all_true builtins
2018-10-05 Thomas Lively[WebAssembly] saturating arithmetic builtins
2018-10-05 Thomas Lively[WebAssembly] __builtin_wasm_replace_lane_* builtins
2018-10-05 Thomas Lively[WebAssembly] __builtin_wasm_extract_lane_* builtins
2018-10-05 Thomas Lively[WebAssembly] Saturating arithmetic intrinsics
2018-10-05 Shoaib Meenai[cmake] Also create lowercase extension WinSDK symlinks
2018-10-04 Aaron PuchertThread safety analysis: Examine constructor arguments
2018-10-04 Wouter van... [WebAssembly] Fixed missing "global" symbol type in...
2018-10-04 Daniel Sanders[globalisel][combine] When placing truncates, handle...
2018-10-04 Craig Topper[SimplifyCFG] Pass AggressiveInsts to DominatesMergePoi...
2018-10-04 Yury Delendik[WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackif...
2018-10-04 Bruce MitchenerFix typos.
2018-10-04 Mandeep Singh... [COFF, ARM64] Add __getReg intrinsic
2018-10-04 Matt Davis[llvm-mca] Remove unused/stale forward decl. NFC.
2018-10-04 Ana Pazos[RISCV] Support named operands for CSR instructions.
2018-10-04 Daniel Sanders[globalisel][combine] Fix a rare crash when encounterin...
2018-10-04 Ed MasteReleaseNotes: remove superfluous 's' in 'can promotes'
2018-10-04 Sanjay Patel[InstCombine] drop poison flags in SimplifyVectorDemand...
2018-10-04 Julie Hockett[clang-doc] Clean up Markdown output
2018-10-04 Craig Topper[X86][LegalizeVectorOps] Use MERGE_VALUES to return...
2018-10-04 Craig Topper[SimplifyCFG] Change recursive calls to llvm::SimplifyC...
2018-10-04 David CarlierEsan for FreeBSD, forgotten file.
2018-10-04 Heejin Ahn[WebAssembly] Don't modify preds/succs iterators while...
2018-10-04 Konstantin... AMDGPU: Rename isAmdCodeObjectV2 -> isAmdHsaOrMesa
2018-10-04 David Carlier[Esan] Port cache frag to FreeBSD
2018-10-04 Martin Storsjo[COFF] [X86] Don't use llvm_unreachable for unsupported...
2018-10-04 Brad SmithThe Python 3 part of the script was missed when adding...
2018-10-04 Reid KlecknerUpdate Clang Windows getting started docs
next