platform/upstream/llvm.git
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...
2020-04-01 Matt ArsenaultAMDGPU/GlobalISel: Switch test to checking final ISA
2020-04-01 Matt ArsenaultAMDGPU/GlobalISel: Change intrinsic ID for _L to _LZ opt
2020-04-01 Alexey Bataev[OPENMP50]Add initial support for OpenMP 5.0 iterator.
2020-04-01 Thomas Lively[WebAssembly] Rename SIMD min/max/avgr intrinsics for...
2020-04-01 Matt ArsenaultHIP: Link correct denormal mode library
2020-04-01 Matt ArsenaultAMDGPU: Fix consistently backwards logic for default...
2020-04-01 MaheshRavishankar[mlir] Modify GPU to SPIR-V conversion to respect
2020-04-01 Louis Dionne[libc++] SSH: Use -p when scp'ing to preserve modes...
2020-04-01 Kazuaki Ishizaki[lld] NFC: fix trivial typos in comments
2020-04-01 Arnold Schwaighofer[clang] CodeGen: Make getOrEmitProtocol public for...
2020-04-01 Louis Dionne[libc++] SSH: Properly handle test-executables that...
2020-04-01 Fangrui Song[ELF] Propagate LMA offset to sections with neither...
2020-04-01 Artem Dergachev[analyzer] RetainCountChecker: Add a suppression for...
2020-04-01 Heejin Ahn[WebAssembly] Fix subregion relationship in CFGSort
2020-04-01 Fangrui Song[ELF] Print symbols with non-default versions for bette...
2020-04-01 Georgii Rymar[llvm-readobj] - Do not crash when SHT_HASH table is...
2020-04-01 Sylvestre Ledruclagn-tidy/doc: Add a link to readability-static-access...
2020-04-01 Louis Dionne[libc++] Handle SSH errors more gracefully and make...
2020-04-01 Jessica Clarke[LegalizeTypes][RISCV] Correctly sign-extend comparison...
2020-04-01 Puyan Lotfi[llvm][clang][IFS] Enhancing the llvm-ifs yaml format...
2020-04-01 Tres Popp[MLIR] Implement LoopLikeInterface for loop.parallel
next