platform/upstream/llvm.git
2022-04-08 Aaron Ballman[C89/C2x] Improve diagnostics around strict prototypes...
2022-04-08 Aaron BallmanRevert "[MTE] Add -fsanitize=memtag* and friends."
2022-04-08 Azat Khuzhin[libc++] Avoid using anonymous struct with base classes...
2022-04-08 Vang Thao[AMDGPU] Enable PreRARematerialize scheduling pass...
2022-04-08 Nicolai HähnleAMDGPU: Add codegen test for ctpop(ballot(x))
2022-04-08 Connor Kuehl[randstruct] Add randomize structure layout support
2022-04-08 Fangrui SongRevert D120327 "compiler-rt: Add udivmodei5 to builtins...
2022-04-08 Paul Robinson[RGT] Use GTEST_SKIP instead of just returning
2022-04-08 Valentin Clement[flang] Do not fold fir.box_addr when it has a slice
2022-04-08 Mitch Phillips[MTE] Add -fsanitize=memtag* and friends.
2022-04-08 wren romano[mlir][sparse] Moving <P,I,V>-invariant parts of Sparse...
2022-04-08 Florian Hahn[LV] Set debug loc after setting insert point.
2022-04-08 Florian Hahn[LV] Add test case for wrong debug location with replic...
2022-04-08 Matt Arsenaultlld/AMDGPU: Fix asserts if no object files are involved...
2022-04-08 Tue Ly[libc] Add support for x86-64 targets that do not have...
2022-04-08 Mark de Wever[libc++][test] Use the Japanese locale.
2022-04-08 Jorge Gorbe... Use writable temporary file for test compiler output...
2022-04-08 Jonas Devlieghere[lldb] Skip a bunch of tests that shouldn't run remotely
2022-04-08 Jonas Devlieghere[lldb] Fix TestQuoting when run remotely
2022-04-08 Jonas Devlieghere[lldb] Import Foundation in TestConflictingDefinition.py
2022-04-08 Jorge Gorbe... Use portable formatting specified in test. NFCI.
2022-04-08 Chris Bieneman[Clang] [Docs] Add HLSLSupport page
2022-04-08 Siu Chi Chan[clang-offload-bundler] fix "no output file" issue...
2022-04-08 Arthur Eubanks[CaptureTracking] Ignore ephemeral values in EarliestEs...
2022-04-08 Fangrui Song[MC][ELF] Improve st_size propagation rule
2022-04-08 Fangrui Song[MC][test] Improve offset.s
2022-04-08 Kevin AtheyAdd one more definition for symbols in prctl unit test.
2022-04-08 Daniel Grumberg[clang][extract-api] Emit "navigator" property of ...
2022-04-08 PeixinQiao[flang] Fix semantic analysis for "forall" targeted...
2022-04-08 Fraser Cormack[RISCV] Select unmasked FP setcc insts via ISel post...
2022-04-08 Vang Thao[AMDGPU] Fix inline asm causing assert during PreRARema...
2022-04-08 Snehasish Kumar[memprof] Deduplicate and outline frame storage in...
2022-04-08 kristinaNFC: Avoid unused variable warning in UnwindLevel1.c
2022-04-08 Craig Topper[RISCV] Always select (and (srl X, C), Mask) as (srli...
2022-04-08 Simon Pilgrim[InstCombine] Add sub(add(x,y),minmax(x,y)) -> maxmin...
2022-04-08 Kevin AtheyAdd definitions for symbols in unit test for prctl.
2022-04-08 Nikita Popov[Loads] Check type size in bits during store to load...
2022-04-08 Florian Hahn[VPlan] Preserve debug location when creating branch.
2022-04-08 Florian Hahn[LV] Add test for missing debug info on branch in vecto...
2022-04-08 Zaara Syeda[LSR] Optimize unused IVs to final values in the exit...
2022-04-08 Mark de Wever[libc++] Adds back_insert_iterator::__get_container.
2022-04-08 Mark de Wever[NFC][libc++][format] Prepare unit tests.
2022-04-08 Alexandre Ganea[Support][unittests] Silence warning when building...
2022-04-08 Joseph Huber[OpenMP] Fix linker error when building info tool
2022-04-08 Nikita Popov[ConstantFold] Add test for load of i8 from i1 (NFC)
2022-04-08 Shraiysh Vaishay[flang][OpenMP] Added allocate clause translation for...
2022-04-08 Aaron BallmanClarify language option default value behavior; NFC
2022-04-08 Joseph Huber[OpenMP] Remove help and documentation for old flag
2022-04-08 Christudasan... [AMDGPU][SIMachineFunctionInfo] Code cleanup (NFC).
2022-04-08 Nikita Popov[X86][FastISel] Fix with.overflow + select eflags clobb...
2022-04-08 Carlos Alberto... [llvm-pdbutil] Move global state (Filters) inside LineP...
2022-04-08 Benjamin KramerFix another g++ incompatibility. Same issue as 932f27dc...
2022-04-08 Jean Perier[flang] Handle dynamically optional argument in EXIT
2022-04-08 Nikita Popov[Sanitizer] Add -no-opaque-pointers to IR test (NFC)
2022-04-08 Nikita Popov[Profile] Add -no-opaque-pointers to IR tests (NFC)
2022-04-08 Nikita Popov[CGCall] Make findDominatingStoreToReturnValue() more...
2022-04-08 Nathan James[clang-tidy] Make performance-inefficient-vector-operat...
2022-04-08 Vivek Khandelwal[mlir][Linalg] Add pooling_nchw_sum op.
2022-04-08 Jean Perier[flang][NFC] rename isAbsent to isStaticallyAbsent...
2022-04-08 Fraser Cormack[VP] Explicitly map from VP intrinsic to ISD opcode
2022-04-08 LLVM GN Syncbot[gn build] Port 08920cc04343
2022-04-08 David Green[AArch64] Remove always true Perfect cost check. NFC
2022-04-08 Aaron BallmanFix Sphinx build
2022-04-08 Sven van Haastregt[OpenCL] Add generic addrspace guards for get_fence
2022-04-08 Nico Weber[gn build] (manually) port bf2dc4b37623
2022-04-08 Abinav Puthan... [AMDGPU] Use GCNPat in the buffer atomic pattern multic...
2022-04-08 Benjamin KramerDisambiguate conversion cast for GCC
2022-04-08 Thomas Symalla[AMDGPU] Increase detection range for s_mov, v_cmpx...
2022-04-08 Nikolas Klauser[libc++] Add __is_callable type trait and begin granula...
2022-04-08 Nikolas Klauser[libc++] Add tests for std::string default constructor...
2022-04-08 Matthias Gehrecompiler-rt/lib/builtins/udivmodei5.c: Fix missing...
2022-04-08 Simon Pilgrim[InstCombine] Add various other modulo-by-constant...
2022-04-08 Matthias Springer[mlir][tensor] Fix verifier and bufferization of collap...
2022-04-08 Matthias Springer[mlir][bufferize] Do not insert useless casts for newly...
2022-04-08 Matthias Springer[mlir][arith][bufferize] Fix tensors with different...
2022-04-08 Simon Pilgrim[X86] Fix SLM scheduler model for PMULLD (PR37059)
2022-04-08 Benjamin Kramer[spirv] Make header self-contained. NFC.
2022-04-08 Nikita Popov[X86] Add additional test for PR54369 (NFC)
2022-04-08 Nikita Popov[gold] Remove support for legacy pass manager
2022-04-08 Kito ChengRevert "Reland "[RISCV][NFC] Moving RVV intrinsic type...
2022-04-08 Kristóf Umann[analyzer] Don't track function calls as control depend...
2022-04-08 Nikita Popov[MemoryBuiltins] Remove unnecessary lambda capture...
2022-04-08 Nikita Popov[SafeStack] Move test to X86 directory
2022-04-08 Nikita Popov[LICM] Pass MemorySSAUpdater by referene (NFC)
2022-04-08 Iain Sandoe[C++20][Modules] Adjust handling of exports of namespac...
2022-04-08 jacquesguan[mlir][Vector] Fold extractelement splat.
2022-04-08 Nikita Popov[LoopSink] Require MemorySSA
2022-04-08 Nikita Popov[SafeStack] Don't create SCEV min between pointer and...
2022-04-08 jacquesguan[mlir][Arithmetic] Add constant folder for negf.
2022-04-08 serge-sans... [Clang][Fortify] drop inline decls when redeclared
2022-04-08 serge-sans... [builtin_object_size] Basic support for posix_memalign
2022-04-08 Jan Svoboda[clang][deps] Ensure deterministic filename case
2022-04-08 Kito ChengReland "[RISCV][NFC] Moving RVV intrinsic type related...
2022-04-08 Tobias HietaBump minimum toolchain version
2022-04-08 Marco GelmiIntroduce branchless sorting functions for sort3, sort4...
2022-04-08 Matthias Gehrecompiler-rt: Add udivmodei5 to builtins and add bitint...
2022-04-08 River Riddle[mlir][NFC] Drop a few unnecessary includes from Pass.h
2022-04-08 Zi Xuan Wu[CSKY] Correct the alignment of FPR register
2022-04-08 Markus Böck[mlir] Add support for operation-produced successor...
2022-04-08 Michael Forney[asan] Always skip first object from dl_iterate_phdr
next