platform/upstream/llvm.git
2020-10-21 Paul C. Anagnostopoulos[ARM] [TableGen] Clean up !if(!eq(boolean, 1) and relat...
2020-10-21 Jan Kratochvil[nfc] [lldb] Fix harmless slicing of DWARFDIE
2020-10-21 Jeremy Morse[DebugInfo] Follow up c521e44defb5 with an API improvement
2020-10-21 Michael LiaoOnly run when `arm` is registered. NFC.
2020-10-21 Louis Dionne[libc++] Revert "Include <__config_site> from <__config>"
2020-10-21 Sanjay Patel[CostModel] remove cost-kind predicate for memcpy cost
2020-10-21 Louis Dionne[libc++] Include <__config_site> from <__config>
2020-10-21 Jonas Paulsson[SystemZ] Mark unsaved argument R6 as live throughout...
2020-10-21 Ben Dunbobbin[LIT] fixed up accidentally committed EOF problems.
2020-10-21 Ben Dunbobbin[LIT] error if directly named test won't be run indirectly
2020-10-21 Kirill Bobyrev[llvm] Use early exits and get rid of if-return-else...
2020-10-21 Evgeny Leviant[llvm-mca] Add test for cortex-a57 memory instructions
2020-10-21 David Zarzycki[clang testing] Fix a read-only source build system...
2020-10-21 Florian Hahn[Clang] Update newpm pipeline test in clang after D87322.
2020-10-21 Simon Pilgrim[InstCombine] foldOrOfICmps - use m_Specific instead...
2020-10-21 Simon Pilgrim[DAG] getNode(ISD::EXTRACT_SUBVECTOR) Drop unnecessary...
2020-10-21 Nicholas GuyAdd "SkipDead" parameter to TargetInstrInfo::DefinesPre...
2020-10-21 Sven van Haastregt[TargetLowering] Check boolean content when folding...
2020-10-21 Sven van Haastregt[TargetLowering] Add test for bit comparison fold
2020-10-21 Sebastian Neubauer[AMDGPU] Fix off by one in assert
2020-10-21 John Brawn[Driver] Incorporate -mfloat-abi in the computed triple...
2020-10-21 Adam Balogh[ADT] Fix for ImmutableMapRef
2020-10-21 Sjoerd Meijer[InstructionSimplify] And precommit more tests for...
2020-10-21 Alex Zinenko[mlir] ODS: support TableGen dag objects to specify...
2020-10-21 Florian Hahn[Passes] Move ADCE before DSE & LICM.
2020-10-21 Sjoerd Meijer[InstructionSimplify] Precommit more tests for D89317...
2020-10-21 Jay Foad[AMDGPU][TableGen] Make more use of !ne !not !and ...
2020-10-21 Jonas PaulssonReapply "[clang] Improve handling of physical registers...
2020-10-21 Luís Marques[compiler-rt][builtins][RISCV] Always include __mul...
2020-10-21 Vitaly Buka[NFC][LSAN] Use InitializeCommonFlags in LSAN
2020-10-21 Wang, Pengfei[X86] Add clang release notes for HRESET and minor...
2020-10-21 Alex Zinenko[mlir] Fix copy-pasted docstrings in Python bindings
2020-10-21 Alex Zinenko[mlir] Use the correct base class for Attributes in...
2020-10-21 Alex Zinenko[mlir] Expose Value hierarchy to Python bindings
2020-10-21 Craig Topper[X86] Remove period from end of error message in assembler
2020-10-21 David Sherwood[SVE][CodeGen] Replace use of TypeSize comparison opera...
2020-10-21 David Sherwood[SVE] Remove reliance on TypeSize comparison operators...
2020-10-21 Martin Storsjö[libcxx] [test] Split the file_time_type synopsis test
2020-10-21 Martin StorsjöRevert "[InstCombine] Add or((icmp ult/ule (A + C1...
2020-10-21 Esme-Yi[NFC][PowerPC]Add tests for folding RLWINM before and...
2020-10-21 Max KazantsevRevert "[SCEV] Prove implications of different type...
2020-10-21 Max Kazantsev[SCEV] Prove implications of different type via truncation
2020-10-21 Craig Topper[X86] Error on using h-registers with REX prefix in...
2020-10-21 Fangrui SongRevert D89381 "[SCEV] Recommit "Use nw flag and symboli...
2020-10-21 Mircea Trofin[NFC][MC] Use [MC]Register in MachineVerifier
2020-10-21 Geoffrey Martin... Remove unnecessary header include which violates layering
2020-10-21 Carl Ritson[AMDGPU][NFC] Fix missing size in comment
2020-10-21 Fangrui Song[Polly] Delete unused lambda capture after 7175cffb2133...
2020-10-21 TaWeiTuRevert "This is a test commit"
2020-10-21 TaWeiTuThis is a test commit
2020-10-21 Fangrui Song[test] Fix -fbasic-block-sections= test on Windows...
2020-10-21 Cyndy Ishida[llvm] Fix ODRViolations for VersionTuple YAML speciali...
2020-10-21 Duncan P. N... SourceManager: Simplify early returns in ContentCache...
2020-10-21 Jonas Devlieghere[lldb] Don't strip LLDB.framework on install
2020-10-21 Peter Steinfeld[flang] Fix call to CHECK() on erroneous subroutine...
2020-10-21 Duncan P. N... ContentCache: Simplify by always owning the MemoryBuffer
2020-10-21 Hubert TongNFC: Fix -Wsign-compare warnings on 32-bit builds
2020-10-21 Richard SmithDon't instantiate lambda closure types in default membe...
2020-10-21 Austin Kerbow[AMDGPU] Avoid inserting noops during scheduling
2020-10-21 Austin Kerbow[HazardRec] Allow inserting multiple wait-states simult...
2020-10-20 Richard SmithDon't permit array bound constant folding in OpenCL.
2020-10-20 Sriraman TallamImprove file doesnt exist error with -fbasic-block...
2020-10-20 Duncan P. N... clang/Basic: ContentCache::InvalidFlag => ContentCache...
2020-10-20 Michael Kruse[Polly] Reuse multiple uses in operand tree.
2020-10-20 Kostya Kortchinsky[GWP-ASan] Rework utilities (NFC)
2020-10-20 Tony[AMDGPU] Optimize waitcnt insertion for flat memory...
2020-10-20 Craig Topper[X86] Move 'int $3' -> 'int3' handling in the assembler...
2020-10-20 Craig Topper[X86] Move 's{hr,ar,hl} , <op>' to 'shift <op>' optimiz...
2020-10-20 Louis Dionne[libc++] Get rid of <sstream> in the valarray tests
2020-10-20 Duncan P. N... clang/Basic: Remove SourceManager::getBufferPointer...
2020-10-20 Kazu Hirata[AsmWriter] Construct SlotTracker with the function
2020-10-20 Federico LebrónFix pretty printing of linalg GenericOps when there...
2020-10-20 Christopher... Get the address space within getVectorPtrTy
2020-10-20 David Goldman[clangd][ObjC] Support nullability annotations
2020-10-20 Vitaly Buka[LSAN][NFC] Reformat test
2020-10-20 Evgenii Stepanov[hwasan] Increase max allocation size to 1Tb.
2020-10-20 Duncan P. N... clang/Basic: Replace SourceManager::getMemoryBufferForF...
2020-10-20 Louis Dionne[libc++] Remove uses of verbose_assert.h in Filesystem...
2020-10-20 Jonas Devlieghere[Apple-stage2] Install FileCheck and yaml2obj in the...
2020-10-20 Peter CollingbourneDriver: Add integer sanitizers to trapping group automa...
2020-10-20 Paul C. Anagnostopoulos[AMDGPU] [TableGen] Clean up !if(!eq(boolean, 1) and...
2020-10-20 Louis Dionne[libc++] Make it easier to add new restrictions for...
2020-10-20 Louis Dionne[libc++] Decouple debug mode tests from iostreams
2020-10-20 Shimin Cui[ConstantFold] Fold the comparison of bitcasted global...
2020-10-20 Jonas Devlieghere[lldb] Add a page to the docs with (external) links...
2020-10-20 Mircea Trofin[NFC][Regalloc] Type 2 statics in terms of Register
2020-10-20 David StenbergHandle value uses wrapped in metadata for the use-list...
2020-10-20 LLVM GN Syncbot[gn build] Port 848a68a032d
2020-10-20 Nicolai HähnleDomTree: Extract (mostly) read-only logic into type...
2020-10-20 Duncan P. N... lldb: Migrate to MemoryBufferRef for createFileID ...
2020-10-20 Ta-Wei Tu[NPM] port -unify-loop-exits to NPM
2020-10-20 vnalamot[AMDGPU] Remove getAllVGPR32() which cannot handle...
2020-10-20 Duncan P. N... FileManager: Test FileManager::getFileRef
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...
next