platform/upstream/llvm.git
2022-04-04 Lei Zhang[mlir][spirv] Check nullptr before usage to fix crash
2022-04-04 Jason MolendaAdd DumpBinaryEscaped method to JSONGenerator, avoid...
2022-04-04 Amir Ayupov[BOLT][NFC] Use X86 mnemonic checks
2022-04-04 River Riddle[mlir] Rework the implementation of TypeID
2022-04-04 Martin Storsjö[libcxx] Stop recommending setting LIBCXX_HAS_WIN32_THR...
2022-04-04 Aaron BallmanRequire C99 for more tests; NFC intended
2022-04-04 wren romano[mlir][sparse] Simplifying code in expInsert
2022-04-04 Rob Suderman[tosa] Add option to disable tosa.apply_scale lowering...
2022-04-04 Sam McCall[clangd] Remove trivial uses of FileEntry::getName
2022-04-04 Simon Pilgrim[X86] Add XOR(X, MIN_SIGNED_VALUE) -> ADD(X, MIN_SIGNED...
2022-04-04 Daniel Resnick[mlir][capi] Fix leak in test
2022-04-04 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in FuncT...
2022-04-04 Mitch Phillips[ELF][MTE] Add --android-memtag-* options to synthesize...
2022-04-04 Vang Thao[AMDGPU] Ignore debug use during PreRARematerialize...
2022-04-04 Siva Chandra... [libc] Add pthread_mutexattr_t type and its setters...
2022-04-04 Daniel Grumberg[clang][extract-api][NFC] Add documentation
2022-04-04 Louis Dionne[libc++] Fix std::is_array<T[0]> and add tests
2022-04-04 Aaron BallmanRequire C99 for these tests; NFC intended
2022-04-04 Johannes Doerfert[Attributor] Allow to reproduce instructions for simpli...
2022-04-04 antonio-cortes... [MLIR][NFC] Remove unnecessary cast.
2022-04-04 Florian Hahn[LV] Add addiitonal tests for pointer difference memory...
2022-04-04 Benjamin Kramer[mlir][capi] Unbreak Interfaces CAPI after 2387fadea3
2022-04-04 Luboš Luňák[lldb] make ConstStringTable use DenseMap rather than...
2022-04-04 David Green[AArch64] Increase cost of v2i64 multiplies
2022-04-04 Siddharth Bhat[MLIR] Add nested symbols into LangRef
2022-04-04 Alex BrachetRevert "Reland "[lit] Use sharding for GoogleTest format""
2022-04-04 GroverkssRevert "[MLIR] Add nested symbols into LangRef"
2022-04-04 Siddharth Bhat[MLIR] Add booleans to dense element list in LangRef
2022-04-04 Groverkss[MLIR] Add nested symbols into LangRef
2022-04-04 Daniel Resnick[mlir][capi] Add external pass creation to MLIR C-API
2022-04-04 Jonas Devlieghere[lldb] Prevent object file plugins from changing the...
2022-04-04 Sergei Grechanik[MLIR] Fix MLIR vim syntax file
2022-04-04 Jeremy MorseRevert "[DebugInfo] Correctly recognize bitfields when...
2022-04-04 Ilia DiachkovFix nulltpr typo in comment. NFC
2022-04-04 Adrian PrantlPrevent GetAugmentedArchSpec() from attaching "unknown...
2022-04-04 Priyansh SinghCorrect a typo in a RUN line
2022-04-04 gbreynoo[llvm-objcopy][docs] Update --update-section description
2022-04-04 PeixinQiao[flang] Add one semantic check for allocatable/pointer...
2022-04-04 Thomas Preud... [Pipeliner] Fix comment typo
2022-04-04 Erich KeaneAttempt to re-enable demangle test in mangle-nttp-anon...
2022-04-04 Hirochika Matsumoto[InstSimplify] Fold (ctpop(X) == N) || (X != 0) into...
2022-04-04 Nico Weberfix comment typos to cycle bots
2022-04-04 Nico Weber[gn build] Always make symlinks target explicitly depen...
2022-04-04 LLVM GN Syncbot[gn build] Port 980c3e6dd223
2022-04-04 Erich KeaneReapply"[GH54588]Fix ItaniumMangler for NTTP unnamed...
2022-04-04 Momchil Velikov[CodeGen] Async unwind - add a pass to fix CFI information
2022-04-04 Nathan Sidwell[demangler] Parenthesize >> inside template args
2022-04-04 Sam McCall[pseudo] respect CLANG_INCLUDE_TESTS
2022-04-04 Nico Weber[gn build] llvm-lipo, llvm-libtool-darwin symlink targe...
2022-04-04 Louis Dionne[libc++][NFC] Rename generate_assertion_tests.py to...
2022-04-04 Louis Dionne[libc++] Implement all public header tests using the...
2022-04-04 Nico Weberfix comment typos to cycle bots
2022-04-04 Simon Pilgrim[DAG] SimplifySetCC - clang-format add/xor/sub with...
2022-04-04 Yitzhak Mandelbaum[clang][dataflow] Add support for clang's `__builtin_ex...
2022-04-04 Pavel Samolysov[clang][NFC] Extract the EmitAssemblyHelper::TargetTrip...
2022-04-04 Simon Pilgrim[Thumb2] Regenerate thumb2-teq2 tests
2022-04-04 PeixinQiao[mlir] Fix the build error in OpenMPToLLVMIRTranslation.cpp
2022-04-04 David Green[AArch64] Teach the costmodel about widening muls
2022-04-04 Simon Pilgrim[Thumb2] Regenerate thumb2-teq tests
2022-04-04 David Spickett[lldb][AArch64] Update disassembler feature list and...
2022-04-04 Simon Pilgrim[MIPS] Regenerate countleading tests with common check...
2022-04-04 David Green[AArch64] Add widening arithmetic cost tests. NFC
2022-04-04 Nikita Popov[ConstantFold] Fold zero-index GEPs with opaque pointers
2022-04-04 Nikita Popov[InstSimplify] Add tests for zero-offset opaque ptr...
2022-04-04 Simon Pilgrim[X86] Regenerate peep tests checks
2022-04-04 Muhammad Omair... Revert "[NFCI] Regenerate PhaseOrdering test checks"
2022-04-04 Andrzej Warzynski[flang] Update the conversion code for fir.coordinate_of
2022-04-04 Jeremy Morse[DebugInfo] Correctly recognize bitfields when emitting...
2022-04-04 Simon Pilgrim[X86] Support optional NOT stages in the AND(SRL(X...
2022-04-04 Simon Pilgrim[X86] Add additional test cases for NOT(AND(SRL(X,Y...
2022-04-04 Florian Hahn[VPlan] Update VPInterleavedAccessInfo to use getVector...
2022-04-04 Martin Sebor[SimplifyLibCalls] Optimize memchr() with known char...
2022-04-04 Martin Sebor[SimplifyLibCalls] Move handling of constant char earli...
2022-04-04 Valentin Clement[flang][NFC] Add tests for array-value-copy pass with...
2022-04-04 Martin Sebor[SimplifyLibCalls] Fold memchr() with size 1
2022-04-04 Martin Sebor[InstCombine] Add additional memchr test (NFC)
2022-04-04 Florian Hahn[VPlan] Remember previous loop and reset vector loop.
2022-04-04 Nikita Popov[MemCpyOpt] Work around PR54682
2022-04-04 Nikita Popov[Float2Int] Make sure dependent ranges are calculated...
2022-04-04 Jean Perier[flang] Fold instantiated PDT character component lengt...
2022-04-04 Valentin Clement[flang][NFC] Add tests for fir.address_of
2022-04-04 Fangrui Song[ELF][test] Fix RUN lines in lto/sample-profile.ll
2022-04-04 Min-Yih Hsu[M68k] Adopt VarLenCodeEmitter for shift / rotate instr...
2022-04-04 Min-Yih Hsu[M68k][test] Remove redundant CHECK-LABEL directive
2022-04-04 Yuanfang ChenReland "[lit] Use sharding for GoogleTest format"
2022-04-04 Argyrios Kyrtzidis[Support/BLAKE3] CMake: Remove the workaround that...
2022-04-04 Augie FacklerAttributorAttributes: guard against TLI being nullptr
2022-04-04 Augie FacklerCallBase: fix getFnAttr so it also checks the function
2022-04-04 Philip Reames[LV] Handle non-integral types when considering interle...
2022-04-04 Philip Reames[memcpyopt] Restructure store(load src, dest) form...
2022-04-04 Yuanfang ChenRevert "[lit] Use sharding for GoogleTest format"
2022-04-04 Yuanfang Chen[lit] Use sharding for GoogleTest format
2022-04-04 Xiang1 ZhangCorrect spelling error in TLS-Load-Hoist
2022-04-03 Dávid BolvanskýRevert "[NFCI] Regenerate SROA/LoopVectorize test checks"
2022-04-03 Dávid Bolvanský[NFCI] Regenerate SROA test checks
2022-04-03 Dávid Bolvanský[NFCI] Regenerate PhaseOrdering test checks
2022-04-03 Dávid Bolvanský[NFCI] Regenerate LoopIdiomRecognize test checks
2022-04-03 Nico WeberRevert "[GH54588]Fix ItaniumMangler for NTTP unnamed...
2022-04-03 David Green[AArch64] Remove unsued WideningBaseCost. NFC
2022-04-03 Louis Dionne[libc++] Remove unused <iosfwd> include from <__debug>
next