platform/upstream/llvm.git
2020-04-03 Simon Pilgrim[LoopStrengthReduce] Fix test checks to fix issue repor...
2020-04-03 Michael Liao[cuda][hip] Fix `RegisterVar` function prototype.
2020-04-03 Simon Pilgrim[AArch64] Fix swap-compare-operands test names to fix...
2020-04-03 Sanjay Patel[PhaseOrdering] add shuffle tests based on D40633; NFC
2020-04-03 John Brawn[ARM] Fix incorrect handling of big-endian vmov.i64
2020-04-03 John Brawn[ARM] Avoid pointless vrev of element-wise vmov
2020-04-03 John BrawnRun update_llc_test on test/CodeGen/ARM/vmov.ll
2020-04-03 Simon Pilgrim[InstSimplify] Regenerate compares tests to fix issue...
2020-04-03 Jonas Devlieghere[lldb/Support] Treat empty FileSpec as an invalid file.
2020-04-03 Jonas Devlieghere[lldb/Symbol] Reimplement Symbols::FindSymbolFileInBund...
2020-04-03 Simon Pilgrim[LoopRotate] Cleanup test checks to fix issue reported...
2020-04-03 Simon Pilgrim[PowerPC] Regenerate f128 test to fix issue reported...
2020-04-03 Matt ArsenaultInstCombine: Reduce minnum/maxnum if inputs are casted
2020-04-03 Fangrui Song[ELF] Allow invalid sh_size%sh_entsize!=0 for non-SHF_M...
2020-04-03 Simon Pilgrim[X86] Remove defunct section checks from emulated TLS...
2020-04-03 Louis Dionne[libc++] Add an alternative Lit test format
2020-04-03 Sam McCall[AST] clang::VectorType supports any size (that fits...
2020-04-03 Ilya Leoshkevich[MSan] Add COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED
2020-04-03 Simon Pilgrim[X86] Fix weak global label issue reported on D77354
2020-04-03 Simon Pilgrim[X86] Fix gisel copy tests to fix issue reported on...
2020-04-03 Simon Pilgrim[X86] Fix strong local function/global label issue...
2020-04-03 Simon Pilgrim[X86] Cleanup emulated TLS test checks. NFC
2020-04-03 Benjamin Kramer[LoopOps] Return ArrayRefs from accessors instead of...
2020-04-03 Louis Dionne[libc++] Fix is_pointer support for Objective-C++
2020-04-03 Guillaume Chatelet[Alignment][NFC] Remove documentation and FIXME for...
2020-04-03 Louis Dionne[libc++] Add REQUIRES for tests that need -fblocks...
2020-04-03 Yaxun (Sam... Fix __builtin_amdgcn_workgroup_size_x/y/z return type
2020-04-03 Simon Pilgrim[X86] Regenerate soft fp legalization test to fix issue...
2020-04-03 Simon Pilgrim[X86] Regenerate stack clash test to fix issue reported...
2020-04-03 Sid Manning[Hexagon] Fix issue with non-preemptible STT_TLS symbols
2020-04-03 LLVM GN Syncbot[gn build] Port d65557d15d4
2020-04-03 Sam McCall[clangd] Enable some nice clang-tidy checks by default.
2020-04-03 Kadir CetinkayaRevert "Use git-clang-format as Arcanist linter"
2020-04-03 jasonliu[NFC][XCOFF][AIX] Refactor get/setContainingCsect
2020-04-03 Simon Atanasyan[mips][test] Remove redundant and invalid `CHECK-NOT...
2020-04-03 Guillaume Chatelet[Alignment][NFC] Deprecate InstrTypes getRetAlignment...
2020-04-03 Simon Pilgrim[X86][AVX] Add tests showing failure to use chained...
2020-04-03 Yaxun (Sam... [AMDGPU] Allow AGPR in inline asm
2020-04-03 Konrad Kleine[lldb][nfc] early exit/continue
2020-04-03 Martin Probstclang-format: [JS] detect C++ keywords.
2020-04-03 Denis Khalikov[mlir][vulkan-runner] Add support for 3D memrefs.
2020-04-03 Benjamin KramerDrop unused diagnostic. NFC.
2020-04-03 Benjamin KramerMake helpers static. NFC.
2020-04-03 Peter Smith[LLD][ELF][ARM] use .reloc directive for Thumb assemble...
2020-04-03 Guillaume Chatelet[Alignment][NFC] Remove unused private functions
2020-04-03 Jay Foad[AMDGPU] Fix CHECK lines
2020-04-03 Guillaume Chatelet[Alignment][NFC] Convert MachineIRBuilder::buildDynStac...
2020-04-03 Vitaly BukaUse --style file instead of --style LLVM
2020-04-03 OCHyams[DebugInfo] Salvage debug info when sinking loop invari...
2020-04-03 Guillaume Chatelet[NFC] G_DYN_STACKALLOC realign iff align > 1, update...
2020-04-03 scentiniSilence -Wpessimizing-move warning
2020-04-03 Scott Constable[X86] Add Indirect Thunk Support to X86 to mitigate...
2020-04-03 scentiniSilence -Wpessimizing-move warning
2020-04-03 Igor Kudrin[DebugInfo] Rename getOffset() to getContribution(...
2020-04-03 Sourabh Singh... [DWARF5] Added support for debug_macro section parsing...
2020-04-03 Serguei Katkov[DAG] Change isGCValue detection for statepoint lowering
2020-04-03 Xiang1 ZhangBugix for buildbot failure at commit 43f031d31264d20cfb...
2020-04-03 Scott Constable[X86] Refactor X86IndirectThunks.cpp to Accommodate...
2020-04-03 LLVM GN Syncbot[gn build] Port 71e8021d82c
2020-04-03 Scott Constable[X86][NFC] Generalize the naming of "Retpoline Thunks...
2020-04-03 Siddhartha... Use git-clang-format as Arcanist linter
2020-04-03 laith sakkaHandle exp2 with proper vectorization and lowering...
2020-04-03 Hongtao YuFix a bug in the inliner that causes subsequent double...
2020-04-03 Xiang1 ZhangEnable IBT(Indirect Branch Tracking) in JIT with CET...
2020-04-03 Craig Topper[X86] Add -flax-vector-conversions=none to more of...
2020-04-03 Jessica Paquette[AArch64][GlobalISel] Constrain reg operands in selectBrJT
2020-04-03 Wenju He[x86] Fix Intel OpenCL builtin CalleeSavedRegs on skx
2020-04-03 Qiu Chaofan[PowerPC] Remove unnecessary XSRSP instruction
2020-04-03 Nico WeberThis might actually fix the Windows bots after a16ba6fea.
2020-04-03 Brian Gesiak[coroutines] Don't build promise init with no args
2020-04-03 Alex Grosul[mlir][VectorOps] Implement canonicalization for Transp...
2020-04-03 Greg ClaytonHave lldb-vscode update the currently selecte thread...
2020-04-03 Nico Weberanother wild guess at the win bot-only failures
2020-04-03 Jun Ma[Coroutines] Simplify implementation using removePredec...
2020-04-03 Nicolas Vasilache[mlir][Linalg] NFC - Rename Linalg and Vector EDSCs...
2020-04-03 Austin Kerbow[AMDGPU] Handle SMRD signed offset immediate
2020-04-03 Adrian PrantlTeach the stripNonLineTableDebugInfo pass about the...
2020-04-03 Adrian PrantlTeach the stripNonLineTableDebugInfo pass about the...
2020-04-03 Nico Webertry more to appease win bots
2020-04-03 Nico WeberTry again to get tests passing again on Windows.
2020-04-02 Lang HamesRe-apply 0071eaaf089, "[ORC] Export __cxa_atexit ....
2020-04-02 Matt ArsenaultAMDGPU: Fix broken check lines
2020-04-02 Hubert Tong[llvm-objdump][COFF][NFC] Split format-specific interfa...
2020-04-02 Julian LettneriOS simulator testing: replace `simctl bootstatus`...
2020-04-02 Julian Lettner[lit] Refine filter error handling
2020-04-02 Julian Lettner[lit] Remove unnecessary indirection in progress_callback
2020-04-02 Matt ArsenaultAMDGPU: Use 128-bit DS operations by default
2020-04-02 Matt ArsenaultAMDGPU: Add some tests for exotic denormal mode combina...
2020-04-02 Matt ArsenaultAMDGPU: Remove denormal subtarget features
2020-04-02 Matt Arsenaultclang/AMDGPU: Stop setting old denormal subtarget features
2020-04-02 Matt ArsenaultAMDGPU: Assume f32 denormals are enabled by default
2020-04-02 Duncan P. N... utils: Tweak clang-parse-diagnostics-file for modules...
2020-04-02 Louis Dionne[libc++] NFC: Add documentation for writing tests
2020-04-02 Louis Dionne[libc++] Refer to the Filesystem static test env as...
2020-04-02 Nico WeberReland "Make it possible for lit.site.cfg to contain...
2020-04-02 Cyndy Ishida[llvm][TextAPI] adding inlining reexported libraries...
2020-04-02 Casey Carter[libc++][test] Partially revert msvc_stdlib_force_inclu...
2020-04-02 Craig Topper[X86] Enable combineExtSetcc for vectors larger than...
2020-04-02 Fangrui SongReland D75382 "[lld] Initial commit for new Mach-O...
2020-04-02 Nico WeberRevert "Make it possible for lit.site.cfg to contain...
next