platform/upstream/llvm.git
2020-10-20 Duncan P. N... clang/Frontend: Use MemoryBufferRef in FrontendInputFil...
2020-10-20 Ta-Wei Tu[NPM] Port -mergereturn to NPM
2020-10-20 Martin LiskaASAN: Support detect_invalid_pointer_pairs=1 with detec...
2020-10-20 Lei ZhangWrap CfgTraitsFor in namespace llvm to please GCC 5
2020-10-20 Jianzhou ZhaoSet Huge Page mode on shadow regions based on no_huge_p...
2020-10-20 Martin Storsjö[libcxx] [test] Fix path.modifiers/make_preferred for...
2020-10-20 Martin Storsjö[libcxx] [test] Avoid conflicting definitions of _CRT_S...
2020-10-20 Fangrui Song[ELF] --gdb-index: support --icf={safe,all}
2020-10-20 Jianzhou ZhaoRelease pages to OS when setting 0 label
2020-10-20 Florian Hahn[DSE] Do not scan users of memory terminators for furth...
2020-10-20 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - replace dyn_cas...
2020-10-20 Jay Foad[AMDGPU] Remove unused declaration. NFC.
2020-10-20 Simon Pilgrim[InstCombine] foldOrOfICmps - use m_Specific instead...
2020-10-20 Mikhail Maltsev[clang] Use SourceLocation as key in hash maps, NFCI
2020-10-20 Hans WennborgExplicitly initialize StreamingDiagnostic in derived...
2020-10-20 Hans WennborgTry to make GCC5 happy about the CfgTraits thing
2020-10-20 Mikhail Maltsev[clang][Basic] Make SourceLocation usable as key in...
2020-10-20 Louis Dionne[libc++] Explicitly request new/delete in libc++ for...
2020-10-20 Akira HatanakaAdd a C++ test case for https://reviews.llvm.org/D86854
2020-10-20 Michael LiaoRevert "[clang] Fix warnings on the missing of explicit...
2020-10-20 Nico Weber[gn build] assert clang-format does not depend on AST...
2020-10-20 Nico Weber[gn build] belatedly port 3ddac7e56363
2020-10-20 Nico Weber[gn build] port a2214757e2ca more
2020-10-20 Simon Pilgrim[InstCombine] Add (icmp ult (X + CA), C1) | (icmp eq...
2020-10-20 Michael Liao[clang] Fix warnings on the missing of explicitly copy...
2020-10-20 Michael Liao[amdgpu] Enhance AMDGPU AA.
2020-10-20 Florian Hahn[DSE] Bail out from getLocForWriteEx if call is not...
2020-10-20 Georgii RymarReland "[yaml2obj][ELF] - Simplify the code that perfor...
2020-10-20 Sanjay Patel[InstSimplify] allow vector splats for icmp-of-neg...
2020-10-20 Sanjay Patel[InstSimplify] add vector icmp tests; NFC
2020-10-20 LLVM GN Syncbot[gn build] Port c0cdd22c72f
2020-10-20 LLVM GN Syncbot[gn build] Port a2214757e2c
2020-10-20 Florian Hahn[DSE] Add test to make sure memccpy does not kill stores.
2020-10-20 Simon Pilgrim[InstCombine] Add or((icmp ult/ule (A + C1), C3), ...
2020-10-20 Nico WeberRevert "Revert "[gn build] (manually) port d09b08919ca""
2020-10-20 Eric Fiselier[libc++] Make __shared_weak_count vtable consistent...
2020-10-20 Georgii RymarRevert "[yaml2obj][ELF] - Simplify the code that perfor...
2020-10-20 Jean Perier[flang] Document and use intrinsic subroutine argument...
2020-10-20 Nicolai HähnleIntroduce CfgTraits abstraction
2020-10-20 Haojian Wu[format] foo.<name>.h should be the main-header for...
2020-10-20 Roman Lebedev[NFC][SCEV] Improve/rework test coverage for ptrtoint...
2020-10-20 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - pass APInt...
2020-10-20 Luís Marques[compiler-rt][builtins] Add tests for atomic builtins...
2020-10-20 Konrad Kleine[doc] Apply buildbot worker terminology change: slave...
2020-10-20 Pushpinder... [libomptarget][AMDGPU][NFC] Split atmi_memcpy for h2d...
2020-10-20 Carl Ritson[AMDGPU] Remove fix up operand from SI_ELSE
2020-10-20 Aleksandr Platonov[clangd][remote] Add Windows paths support
2020-10-20 sstefan1[IR] Make nosync, nofree and willreturn default for...
2020-10-20 Tres Popp[mlir] Use affine dim instead of symbol in SCFToGPU...
2020-10-20 Georgii Rymar[yaml2obj][NFCI] - Address post commit comments for...
2020-10-20 Kirill Bobyrev[clangd] NFC: Resolve Clang-Tidy warnings in Protocol.cpp
2020-10-20 David Carlier[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 Alex Richardson[clang-format] Drop clangFrontend dependency for Format...
2020-10-20 Alex RichardsonMove clang/Tooling/Core/Lookup.h to clang/Tooling/Refac...
2020-10-20 Benjamin KramerSilence unused variable warning in Release builds....
2020-10-20 Jason MolendaAdd a nul byte to packet str before logging, increase...
2020-10-20 Georgii Rymar[yaml2obj][ELF] - Simplify the code that performs secti...
2020-10-20 Carl Ritson[AMDGPU][NFC] Tidy SIOptimizeExecMaskingPreRA for exten...
2020-10-20 Ulrich Weigand[SystemZ] Fix disassembler crashes
2020-10-20 Evgeny Leviant[ARM][SchedModels] Convert IsCPSRDefinedPred to MCSched...
2020-10-20 David GreenRevert "[ARM][LowOverheadLoops] Adjust Start insertion."
2020-10-20 Alex Zinenko[mlir] Expose Value hierarchy to C API
2020-10-20 Atmn Patel[IR] Adds mustprogress as a LLVM IR attribute
2020-10-20 Richard SmithProperly track whether a variable is constant-initialized.
2020-10-20 Igor Kudrin[LTO][Legacy] Eliminate an unused member of llvm::LTOMo...
2020-10-20 Fangrui Song[Driver] Clean up -gz & --compress-debug-sections
2020-10-20 Vitaly Buka[sanitizer] Fix compilation on older systems
2020-10-20 Artur PilipenkoAdding new Azul representative to security group
2020-10-20 Stella Laurenzo[mlir][Python] Add python binding to create DenseElemen...
2020-10-20 Fangrui Song[gcov] Unify driver and CC1 option names for -ftest...
2020-10-20 Luqman Aden[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.
2020-10-20 Arthur Eubanks[NPM][PFOProfile] Fix some tests under NPM
2020-10-20 Jonas DevlieghereUse LLVM_TOOLCHAIN_UTILITIES to allow utils to be insta...
2020-10-20 Fangrui Song[gcov] Delete CC1 option -test-coverage
2020-10-20 Jonas Devlieghere[FileCollector] Move interface into FileCollectorBase...
2020-10-20 Max Kazantsev[SCEV] Recommit "Use nw flag and symbolic iteration...
2020-10-20 Richard SmithRefactor tracking of constant initializers for variables.
2020-10-20 Arthur Eubanks[NPM][StackSafetyAnalysis] Pin uses of -analyze to...
2020-10-20 Kai Luo[PowerPC] Add test case for missing `nsw` flag. NFC.
2020-10-20 Serguei Katkov[IRCE] Do not transform if loop has small number of...
2020-10-20 Geoffrey Martin... Add llvm_unreachable to avoid MSVC warning
2020-10-20 Richard SmithFixup clang-tidy after recent Clang change.
2020-10-20 Lang Hames[ORC] Remove commented out methods accidentally left...
2020-10-20 Qiu Chaofan[DAGCombiner] Tighten reasscociation of visitFMA
2020-10-20 Richard SmithEnsure that checkInitIsICE is called exactly once for...
2020-10-20 Volodymyr SapsaiRevert "Reland "[Modules] Add stats to measure performa...
2020-10-20 Wang, Pengfei[X86] Fix assert fail when element type is i1.
2020-10-20 Douglas YungAdd option to use older clang ABI behavior when passing...
2020-10-20 Kostya Kortchinsky[GWP-ASan] Cleanup (NFC)
2020-10-20 Duncan P. N... clang/Lex: Stop using SourceManager::getBuffer
2020-10-20 Casey Carter[libc++][test] MSVC has no __PRETTY_FUNCTION__
2020-10-20 Casey Carter[libc++][test] Test nonconforming atomic_fetch_XXX...
2020-10-20 Casey Carter[libc++][test] Silence MSVC "comparison of signed and...
2020-10-20 Casey Carter[libc++][test] test allocator<const T> extension only...
2020-10-20 Casey Carter[libc++][test] Don't violate precondition [atomics...
2020-10-20 Casey Carter[libc++][test] atomic<T> requires trivially copyable T
2020-10-20 Casey Carter[libc++][test] Pass correct ordering to std::merge
2020-10-20 Casey Carter[libc++][test] Spell "TEST_CONSTEXPR_CXX17" correctly
2020-10-20 Duncan P. N... lldb: Update for change in `clang::Lexer`'s constructor
2020-10-20 Nico WeberRevert "[gn build] (manually) port d09b08919ca"
next