platform/upstream/llvm.git
2020-04-02 Sven van Haastregt[OpenCL] Add sub-group builtin functions
2020-04-02 Sanjay Patel[PhaseOrdering] add test for vector trunc; NFC
2020-04-02 Sanjay Patel[InstCombine] add tests for disguised vector trunc...
2020-04-02 Stefanos Baziotis[LoopTerminology] Make term names bold
2020-04-02 LLVM GN Syncbot[gn build] Port 5e508b9bac0
2020-04-02 Djordje Todorovic[llvm-dwarfdump] Add the --show-sections-sizes option
2020-04-02 Simon PilgrimFix "result of 32-bit shift implicitly converted to...
2020-04-02 Lucas Prates[Clang][CodeGen] Fixing mismatch between memory layout...
2020-04-02 Daniel Kiss[clang][AARCH64] Add __ARM_FEATURE_{PAC, BTI}_DEFAULT...
2020-04-02 Alex Zinenko[mlir] LLVMFuncOp: provide a capability to pass attribu...
2020-04-02 Simon Pilgrim[llvm-mca] Cleanup unnecessary includes from headers
2020-04-02 Dmitry Vyukovtsan: don't check libc dependency on FreeBSD
2020-04-02 LLVM GN Syncbot[gn build] Port d1705c1196f
2020-04-02 LLVM GN Syncbot[gn build] Port d08fadd6628
2020-04-02 Nico Weber[gn build] remove NOSORT from clang/Headers/BUILD.gn
2020-04-02 Kang Zhang[NFC][PowerPC] Add a new test case loop-comment.ll
2020-04-02 David Green[ARM] MVE VMULL patterns
2020-04-02 David Green[ARM] Make remaining MVE instruction predictable
2020-04-02 Pavel LabathRecommit "[lldb] Fix TestSettings.test_pass_host_env_va...
2020-04-02 Kang Zhang[NFC][update_llc_test_checks] Remove the redundant...
2020-04-02 Guillaume Chatelet[NFC] Preparatory work for D77292
2020-04-02 Clement Courbet[ExpandMemCmp] Allow overlaping loads in the zero-relat...
2020-04-02 Florian Hahn[CallSiteSplitting] Simplify isPredicateOnPHI & continu...
2020-04-02 Guillaume Chatelet[Alignment][NFC] Use more Align versions of various...
2020-04-02 OCHyams[NFC] Fix performance issue in LiveDebugVariables
2020-04-02 Djordje Todorovic[Object] Add the method for checking if a section is...
2020-04-02 Kristof BeylsFix RUN line in AArch64/speculation-hardening.ll
2020-04-02 Daniel Kiss[clang] Move branch-protection from CodeGenOptions...
2020-04-02 Julian Lettner[lit] Improve handling of timeouts and max failures
2020-04-02 WangTianQing[X86] Add SERIALIZE instruction.
2020-04-02 Shengchen KanRevert "[NFC][X86] Refine code in X86AsmBackend"
2020-04-02 Shengchen Kan[NFC][X86] Refine code in X86AsmBackend
2020-04-02 Haojian Wu[clangd] Fix an assertion crash in ReferenceFinder.
2020-04-02 Johannes DoerfertRevert "[OpenMP][NFCI] Move OpenMP clause information...
2020-04-02 Johannes Doerfert[OpenMP][NFCI] Move OpenMP clause information to `lib...
2020-04-02 Johannes Doerfert[OpenMP][FIX] Undo changes accidentally already introdu...
2020-04-02 Roman Lebedev[llvm-exegesis] 'Min' repetition mode
2020-04-02 Louis Dionne[libc++] Simplify the configuration of the C++ ABI...
2020-04-02 Fangrui Song[PPCInstPrinter] Delete an unneeded overload of printBr...
2020-04-02 Fangrui Song[PPCInstPrinter] Change B to print the target address...
2020-04-02 Johannes Doerfert[OpenMP][FIX] Add second include after header was split...
2020-04-02 Vitaly Buka[openmp] Disable tests flaky on Debian
2020-04-02 Johannes Doerfert[CUDA][NFC] Split math.h functions out of __clang_cuda_...
2020-04-02 Igor Kudrin[LLD][ELF] Follow the common pattern in a message about...
2020-04-02 Ed MasteCorrect copy-pasteo in lua script language description
2020-04-02 Serguei Katkov[DOC] Remove too strong restriction for ‘llvm.experimen...
2020-04-02 Nathan Lanza[cmake] Only set deps for an ExternalProject if the...
2020-04-02 Johannes Doerfert[Attributor] Use the proper context instruction in...
2020-04-02 Johannes Doerfert[Attributor][FIX] Do not compute ranges for arguments...
2020-04-02 Johannes Doerfert[Utils][FIX] Properly deal with occasionally deleted...
2020-04-02 Johannes Doerfert[Attributor][NFC] Predetermine the module
2020-04-02 Johannes Doerfert[Attributor] Derive better alignment for accessed pointers
2020-04-02 Nico WeberRevert "[ORC] Export __cxa_atexit from the main JITDyli...
2020-04-02 Johannes Doerfert[Attributor][FIX] Prevent alignment breakage wrt. must...
2020-04-02 Johannes Doerfert[Attributor][NFC] Cleanup leftover check lines
2020-04-02 Yaxun (Sam... Fix infinite recursion in deferred diag emitter
2020-04-02 Louis Dionne[libc++] Execute tests from the Lit execution root...
2020-04-02 Louis Dionne[libc++] Add missing FILE_DEPENDENCIES markup
2020-04-02 Lang Hames[ORC] Export __cxa_atexit from the main JITDylib in...
2020-04-02 Adrian PrantlRevert "Preserve the owning module information from...
2020-04-02 Johannes Doerfert[Attributor][NFC] Use a BumpPtrAllocator to allocate...
2020-04-02 Johannes Doerfert[LangRef][AliasAnalysis] Clarify `noalias` affects...
2020-04-02 Adrian PrantlPreserve the owning module information from DWARF in...
2020-04-02 Adrian PrantlRemove const qualifier from Modules returned by Externa...
2020-04-01 zoecarver[libcxx] Stop using builtin type traits for is_floating...
2020-04-01 Sam Clegg[WebAssembly] EmscriptenEHSjLj: Mark __invoke_ function...
2020-04-01 Vedant KumarReapply: [Host.mm] Check for the right macro instead...
2020-04-01 Uday Bondhugula[MLIR][NFC] drop unnecessary matches in affine dma...
2020-04-01 Uday Bondhugula[MLIR] Add method to drop duplicate result exprs from...
2020-04-01 River Riddle[mlir] Move LLVMPassIncGen to LLVMIR/Transforms/CMakeLi...
2020-04-01 Walter ErquinigoRevert "[intel-pt] Implement a basic test case"
2020-04-01 Walter Erquinigo[intel-pt] Implement a basic test case
2020-04-01 Louis Dionne[libc++] SSH: Create a tarball of dependencies and...
2020-04-01 Walter ErquinigoRevert "[intel-pt] Implement a basic test case"
2020-04-01 Aaron BallmanUpdating the documentation for the noescape attribute.
2020-04-01 David BlaikieDebugInfo: Defaulted non-type template parameters of...
2020-04-01 Walter Erquinigo[intel-pt] Implement a basic test case
2020-04-01 Walter Erquinigo[source maps] Ensure all valid source maps are added...
2020-04-01 Daniel Sanders[globalisel][legalizer] Fix DebugLoc bugs caught by...
2020-04-01 Lang Hames[ORC] Don't require a null-terminator on MemoryBuffers...
2020-04-01 Lang Hames[ORC] Add JITDylib name to debugging output when defini...
2020-04-01 Alex Brachet[libc] Add sigfillset and sigdelset
2020-04-01 Sanjay Patel[InstCombine] enhance freelyNegateValue() by handling xor
2020-04-01 Sanjay Patel[InstCombine] add tests for negate with xor operand...
2020-04-01 Alexey BataevRevert "[OPENMP50]Add initial support for OpenMP 5...
2020-04-01 Jonathan RoelofsFix PR45371: SeparateConstOffsetFromGEP clean up bookke...
2020-04-01 Nikita PopovRevert "[InstCombine] Erase old instruction when replac...
2020-04-01 Nikita Popov[SimplifyLibCalls] Erase replaced instructions
2020-04-01 Uday Bondhugula[NewGVN] Make NewGVN aware of aligned_alloc
2020-04-01 Uday Bondhugula[GVN] Make GVN aware of aligned_alloc
2020-04-01 Uday Bondhugula[Attributor] Make attributor aware of aligned_alloc...
2020-04-01 Nikita Popov[InstCombine] Erase old instruction when replacing...
2020-04-01 Nikita Popov[InstCombine] Use replaceOperand() in div transforms
2020-04-01 Matt ArsenaultAMDGPU: Fix broken check lines
2020-04-01 Nicolas Vasilache[mlir][Linalg][Doc] Minor doc fixes
2020-04-01 Mehdi AminiRemove linking all targets from `mlir-opt` (NFC)
2020-04-01 Mehdi AminiAdd LLVM_ATTRIBUTE_UNUSED to function used only in...
2020-04-01 Uday Bondhugula[MLIR][NFC] clean up affine data copy test case
2020-04-01 Uday Bondhugula[MLIR][NFC] loop transforms/analyis utils cleanup ...
2020-04-01 Vedant Kumar[llvm-locstats] Fix labels on x-axis of comparison...
next