platform/upstream/llvm.git
2021-06-13 David Green[ARM] Introduce t2WhileLoopStartTP
2021-06-13 Markus Böck[clang][NFC] Add IsAnyDestructorNoReturn field to CXXRe...
2021-06-13 Sanjay Patel[InstCombine] fold ctlz/cttz of bool types
2021-06-13 Simon PilgrimSValExplainer.h - get APSInt values by const reference...
2021-06-13 Simon PilgrimArgumentPromotion.cpp - remove unused <string> include...
2021-06-13 Simon PilgrimVPlanSLP.cpp - tidy implicit header dependencies. NFCI.
2021-06-13 Lang Hames[ORC-RT] Remove unused header in unit test.
2021-06-13 Lang Hames[JITLink][MachO] Add missing testcase.
2021-06-13 Lang Hames[ORC-RT] Fix a comment.
2021-06-13 Matheus Izvekov[clang] Implement P2266 Simpler implicit move
2021-06-13 Kristina Bessonova[ARM][NEON] Combine base address updates for vld1Ndup...
2021-06-13 Luo, Yuanke[X86] Check immediate before get it.
2021-06-13 Luo, YuankeRevert "[X86] Check immediate before get it."
2021-06-13 Shoaib Meenai[runtimes] Fix umbrella component targets
2021-06-13 David Blaikiellvm-objcopy: fix section size truncation/extension...
2021-06-13 Luo, Yuanke[X86] Check immediate before get it.
2021-06-13 Lang Hames[ORC-RT] Split Simple-Packed-Serialization code into...
2021-06-12 Mehdi AminiSimplify getArgAttrDict/getResultAttrDict by removing...
2021-06-12 Roman Lebedev[NFC][X86][Codegen] Add shuffle test that would benefit...
2021-06-12 Mehdi AminiUse dyn_cast_or_null instead of dyn_cast in FunctionLik...
2021-06-12 Ian McIntyre[llvm-objcopy] Exclude empty sections in IHexWriter...
2021-06-12 Xun Li[CHR] Don't run ControlHeightReduction if any BB has...
2021-06-12 Craig Topper[X86] Add ISD::FREEZE and ISD::AssertAlign to the list...
2021-06-12 Saleem AbdulrasoolRevert "Revert "DirectoryWatcher: add an implementation...
2021-06-12 Matheus Izvekov[clang] NRVO: Improvements and handling of more cases.
2021-06-12 Florian Hahn[VPlan] Add more sinking/merging tests with predicated...
2021-06-12 Shashij gupta[MLIR] Simplify affine.if ops with trivial conditions
2021-06-12 Florian HahnRevert "Allow signposts to take advantage of deferred...
2021-06-12 Kristina Bessonova[lit] Attempt for fix tests failing because of 'warning...
2021-06-12 Florian HahnRevert "[X86FixupLEAs] Transform the sequence LEA/SUB...
2021-06-12 Florian HahnRevert "[X86FixupLEAs] Sub register usage of LEA dest...
2021-06-12 madhur13490[AMDGPU][IndirectCalls] Fix register usage propagation...
2021-06-12 spupyrevA post-processing for BFI inference
2021-06-12 Michael Kruse[Flang][test] Fix Windows buildbot.
2021-06-12 Stephen Neuendorffer[mlir] make normalizeAffineFor public
2021-06-12 Adrian PrantlImprove materializer error messages to include type...
2021-06-12 Alexander Shaposhnikov[lld][MachO] Fix function starts section
2021-06-12 Jez Ng[lld-macho] Fix debug build
2021-06-12 Uday Bondhugula[MLIR] Execution engine python binding support for...
2021-06-12 Kai Luo[AIX][compiler-rt] Fix cmake build of libatomic for...
2021-06-11 Adrian PrantlAllow signposts to take advantage of deferred string...
2021-06-11 Jez Ng[lld-macho] Have dead-stripping work with literal sections
2021-06-11 Jez Ng[lld-macho][nfc] Have InputSection ctors take some...
2021-06-11 Jez Ng[lld-macho][nfc] Move liveness-tracking fields into...
2021-06-11 Jez Ng[lld-macho] Deduplicate fixed-width literals
2021-06-11 Adrian PrantlRevert "Allow signposts to take advantage of deferred...
2021-06-11 Andrew Litteken[IRSim] Strip out the findSimilarity call from the...
2021-06-11 Adrian PrantlDisambiguate usage of struct mach_header and other...
2021-06-11 Adrian PrantlAllow signposts to take advantage of deferred string...
2021-06-11 Alexander Shaposhnikov[llvm-objcopy][MachO] Do not strip symbols with the...
2021-06-11 Reid Kleckner[ASan/Win] Hide index from compiler to avoid new clang...
2021-06-11 Arthur Eubanks[NFC][OpaquePtr] Make getMemoryParamAllocType() compati...
2021-06-11 Sanjay Patel[InstCombine] add tests for bit manipulation intrinsics...
2021-06-11 Sanjay Patel[InstCombine] update test checks; NFC
2021-06-11 Kevin Athey[sanitizer] Remove numeric values from -asan-use-after...
2021-06-11 Kevin Athey[sanitizer] Replace -mllvm -asan-use-after-return in...
2021-06-11 Andrew Litteken[IRSim] Don't copy the Mapper for createCandidatesFromS...
2021-06-11 Raphael Isemann[lldb] Remove GCC XFAIL for TestCPPAuto and TestClassTe...
2021-06-11 Roman Lebedev[NFC][X86][Codegen] Megacommit: mass-regenerate all...
2021-06-11 Daniil Fukalov[NFC][CostModel] Fixed comment that comparisons work...
2021-06-11 Andrew LittekenRevert "[IRSim] Adding basic implementation of llvm...
2021-06-11 Philip ReamesAllow ptrtoint/inttoptr of non-integral pointer types...
2021-06-11 Alex Lorenz[clang][ObjC] allow the use of NSAttributedString ...
2021-06-11 Andrew Litteken[IRSim] Adding basic implementation of llvm-sim.
2021-06-11 Arthur Eubanks[docs][OpaquePtr] Add some specific examples of what...
2021-06-11 Marius Brehler[mlir][docs] Reorder PassWrapper arguments
2021-06-11 Peter Steinfeld[flang] Handle multiple USE statements for the same...
2021-06-11 Kevin Athey[clang-cl][sanitizer] Add -fsanitize-address-use-after...
2021-06-11 Arthur Eubanks[NFC][OpaquePtr] Explicitly pass GEP source type in...
2021-06-11 John Paul Adrian... [compiler-rt] Add platform detection support for x32
2021-06-11 LLVM GN Syncbot[gn build] Port 7eba4856c702
2021-06-11 zoecarver[libcxx][ranges] Add class ref_view.
2021-06-11 Matt ArsenaultAMDGPU/GlobalISel: Remove leftover hack for argument...
2021-06-11 Matt ArsenaultAMDGPU/GlobalISel: Fix indentation
2021-06-11 Matt ArsenaultGlobalISel: Reduce indentation and remove dead path
2021-06-11 Matt ArsenaultCodeGen: Fix missing const
2021-06-11 eahcmrh[Sema] Address-space sensitive check for unbounded...
2021-06-11 Denys ShabalinIntroduce alloca_scope op
2021-06-11 Jonas Devlieghere[lldb] Support new objective-c hash table layout
2021-06-11 Jonas Devlieghere[lldb] Enable TestRuntimeTypes on Apple Silicon
2021-06-11 Valery N Dmitriev[SLP][NFC] Fix condition that was supposed to save...
2021-06-11 LLVM GN Syncbot[gn build] Port c54d3050f7b9
2021-06-11 Louis Dionne[libc++] NFC: Move indirect_concepts.h to __iterator...
2021-06-11 Guozhi Wei[X86FixupLEAs] Sub register usage of LEA dest should...
2021-06-11 Louis Dionne[libc++] Enable the synchronization library on Apple...
2021-06-11 LLVM GN Syncbot[gn build] Port 9106047ee3dd
2021-06-11 zoecarver[libcxx][ranges] Add range.subrange.
2021-06-11 Adam Nemet[Matrix] In transpose opts, handle a^t * a^t
2021-06-11 Aaron En Ye Shi[HIP] Fix --hip-version flag with 0 as component
2021-06-11 Ayush Sahay[lldb-vscode] Synchronize calls to SendTerminatedEvent
2021-06-11 Aaron BallmanUpdate the C status page somewhat.
2021-06-11 Tomas Matheson[CodeGen][regalloc] Don't align stack slots if the...
2021-06-11 Alexey Bataev[SLP]Allow reordering of insertelements.
2021-06-11 eahcmrhRevert "[Sema] Address-space sensitive check for unboun...
2021-06-11 eahcmrh[Sema] Address-space sensitive check for unbounded...
2021-06-11 Matt Morehouse[HWASan] Add basic stack tagging support for LAM.
2021-06-11 Nico Weber[lld/mac] Use sectionType() more
2021-06-11 Alexey Bataev[SLP]Remove unnecessary UndefValue in CreateShuffle.
2021-06-11 Alexey Bataev[SLP][NFC]Add a test for unordered stores, NFC.
2021-06-11 thomasraoux[mlir][VectorToGPU] First step to convert vector ops...
next