The Week Of Monday 3 February 2020 Archives by subject
Starting: Mon Feb 3 00:12:05 PST 2020
Ending: Sun Feb 9 23:33:47 PST 2020
Messages: 743
- [all-commits] [llvm/llvm-project]
Stella Laurenzo via All-commits
- [all-commits] [llvm/llvm-project] 0082f1: [lldb] Improve error message when running static i...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 008e7b: [C++20] Add consteval-specific semantic for functions
Ralender via All-commits
- [all-commits] [llvm/llvm-project] 00b22d: AMDGPU: Fix extra type mangling on llvm.amdgcn.if....
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 00b3d4: [CMake] Link against ZLIB::ZLIB
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 01022a: [ARM][MVE] LowOverheadLoops: DCE on the iteration ...
sjoerdmeijer via All-commits
- [all-commits] [llvm/llvm-project] 014ea9: [lldb] Remove "print xml" from TestWasm.py
plabath via All-commits
- [all-commits] [llvm/llvm-project] 0152b1: [X86] Add the recently added (V)CVTSS2SI/CVTSD2SI ...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 016f42: [X86] Add custom lowering for lrint/llrint to eith...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 01edae: [AsmPrinter] Print FP constant in hexadecimal form...
jsji via All-commits
- [all-commits] [llvm/llvm-project] 024209: Fix x86 32bits MLIR build (NFC)
Dimitry Andric via All-commits
- [all-commits] [llvm/llvm-project] 028579: [X86] FUCOMI/FCOMI instructions should Def FPSW no...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 028db8: [Attributor][FIX] Call right base method in AAValu...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 02fffb: Fix test after test changes added in da3dc00 cause...
dyung via All-commits
- [all-commits] [llvm/llvm-project] 031f83: DebugInfo: Simplify emitDebugLocEntry by never pas...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 035eb3: Update TTI's getUserCost to return TCC_Free on freeze
Juneyoung Lee via All-commits
- [all-commits] [llvm/llvm-project] 043e47: [PowerPC][NFC] Clang-format on commit 4b414d
Victor Huang via All-commits
- [all-commits] [llvm/llvm-project] 047c4b: [lldb/Target] Fix `frame recognizer list` crash wh...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 05297b: [AMDGPU] getMemOperandsWithOffset: add resource op...
jayfoad via All-commits
- [all-commits] [llvm/llvm-project] 05d442: [X86] Use MOVZX instead of MOVSX in f16_to_fp isel...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 05f2a0: AMDGPU/GlobalISel: Legalize G_SEXT_INREG
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 06ba96: [X86] Make (insert_vector_elt (v8i16 zerovec), i16...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 07c9f7: [VE] vaarg functions callers and callees
Kazushi Marukawa via All-commits
- [all-commits] [llvm/llvm-project] 082dcc: [llvm-exegesis] Restrict the range of allowable ro...
Clement Courbet via All-commits
- [all-commits] [llvm/llvm-project] 08c0a0: [FIX] Ordering problem accidentally introduced wit...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 096cd9: AMDGPU: Fix divergence analysis of control flow in...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 09a881: [clang][driver][ARM] Clean up ARM target & feature...
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] 0a389c: [x86] use getSplatIndex() in lowerShuffleAsBroadca...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] 0a8cae: [ReachingDefs] Make isSafeToMove more strict.
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 0ad18b: [llvm-objdump] Suppress spurious warnings when par...
Michael Trent via All-commits
- [all-commits] [llvm/llvm-project] 0afdc7: Revert "[lldb] Increase the rate at which ConstStr...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 0b8a54: [AArch64][ARM] Always expand ordered vector reduct...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 0bfc48: [GWP-ASan] Fix unused variables from crash handler...
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] 0c16a2: [lldb/Test] Fix substr order in asan & ubsan tests
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 0c3b29: [GWP-ASan] Change crash handler constant.
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] 0c67cf: [Concepts] Add missing CXXThisScope to function te...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 0c86df: Fix -Wunused-result warnings in LLDB
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 0ca33f: Fix warning on trailing `; `. NFC.
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] 0ce577: [clang] Add a missing change of bdbdf748225525bb18...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] 0cf0be: [InstCombine] fix operands of shouldChangeType() f...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] 0d0ef3: [MachineInstr] Add isCandidateForCallSiteEntry pre...
Vedant Kumar via All-commits
- [all-commits] [llvm/llvm-project] 0d6fcc: [GWP-ASan] Allow late initialisation if single-thr...
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] 0da755: [MLIR][Linalg] Use GenericLoopNestRangeBuilder in ...
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] 0dc634: hwasan_symbolize: warn about missing symbols at mo...
Evgenii Stepanov via All-commits
- [all-commits] [llvm/llvm-project] 0e3a48: PR12350: Handle remaining cases permitted by CWG D...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 0ea20e: [lldb] Add test for calling const functions
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 0ea4d1: [LLDB] [doc] Update the current status of pkgsrc (...
Kamil Rytarowski via All-commits
- [all-commits] [llvm/llvm-project] 0ed79e: [X86] Standardize VPSLLDQ/VPSRLDQ enum names (PR31...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 0f116f: [AMDGPU] Fix infinite loop with fma combines
Austin Kerbow via All-commits
- [all-commits] [llvm/llvm-project] 0fbaf3: [clang-doc] Improving Markdown Output
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 0fd51a: Support -fstack-clash-protection for x86
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 0fff65: [OpenCL] Reduce size of builtin function tables
Sven van Haastregt via All-commits
- [all-commits] [llvm/llvm-project] 1024b7: AMDGPU: Split denormal mode tracking bits
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 103364: [Attributor][Tests][NFC] Add more range tests
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 10417a: [X86] Standardize BROADCAST enum names (PR31079)
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 104800: [lldb] [testsuite] Fixup: generalize `DWARFASTPars...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 10540e: [clangd] Filter out implicit references while rena...
Kirill Bobyrev via All-commits
- [all-commits] [llvm/llvm-project] 105642: Add PassManagerImpl.h to hide implementation details
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 109173: Avoid many std::tie/tuple instantiations in ASTImp...
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 10c7b7: [AggressiveInstCombine] Add test with baseline CHE...
aymanmusa via All-commits
- [all-commits] [llvm/llvm-project] 1132f8: [update_cc_test_checks] Don't attach CHECK lines t...
Alexander Richardson via All-commits
- [all-commits] [llvm/llvm-project] 1271cd: [DebugInfo][test] Adjust line table unit length to...
James Henderson via All-commits
- [all-commits] [llvm/llvm-project] 13b197: [mlir][spirv] Add dialect-specific attribute for t...
Lei Zhang via All-commits
- [all-commits] [llvm/llvm-project] 13f8be: [AMDGPU] Use @LINE for error checking in gfx10 ass...
jayfoad via All-commits
- [all-commits] [llvm/llvm-project] 14ef87: [ValueTracking] usub(a, b) cannot overflow if a >= b.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 15f54d: [NFC] Factor out function to detect if an attribut...
Ralender via All-commits
- [all-commits] [llvm/llvm-project] 163e33: [AMDGPU] Fix lowering a16 image intrinsics
Seebi via All-commits
- [all-commits] [llvm/llvm-project] 165a63: [libcxxabi] Fix layout of __cxa_exception for win64
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 1732f5: [ELF][test] Use llvm-readelf -l instead of llvm-re...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 17785c: [clang-tidy] Fix "expression is redundant [misc-re...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 17d009: [lldb/Target] Remove extra semicolon in AssertFram...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 191a9a: Revert "DebugInfo: Add missing test coverage for D...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 1a53b7: Compile-fix after StringRef's conversion operator ...
Michael Kruse via All-commits
- [all-commits] [llvm/llvm-project] 1a7e68: Revert "[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRAR...
Sergej Jaskiewicz via All-commits
- [all-commits] [llvm/llvm-project] 1ac1c4: [Concepts] Instantiate invented template type para...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 1b2c16: [mlir][DeclarativeParser] Add support for attribut...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 1b3d16: StringRef.h: __builtin_strlen seems to exist in VS...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 1b787f: DebugInfo: Generalize test/DebugInfo/X86/convert-i...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 1c03cc: [NFCI] Update according to style.
Alina Sbirlea via All-commits
- [all-commits] [llvm/llvm-project] 1c0ebc: [Attributor][Tests] Run the CGSCC versions on the ...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 1ca740: [OpenMP][OMPIRBuilder] Add Directives (master and ...
fghanim via All-commits
- [all-commits] [llvm/llvm-project] 1cc3db: build_llvm_package.bat: Use a short form of the gi...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 1cc4f8: [ARM] Expand vector reduction intrinsics on soft f...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 1ced28: DebugInfo: Hash DW_OP_convert in loclists when usi...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 1d11d5: [lldb] [NFC] Refactor GetDWARFDeclContext to retur...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 1ea272: [gn build] Port 446268a2234
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 1ea99a: [DebugInfo] Allow reading an address table with a ...
Igor Kudrin via All-commits
- [all-commits] [llvm/llvm-project] 1eaa31: [mlir][DialectConversion] Change erroneous return ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 1ff411: [lldb] Improve debugging 32-bit programs on NetBSD...
Michał Górny via All-commits
- [all-commits] [llvm/llvm-project] 20344d: [mlir] Add a document detailing the design of the ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 205292: [llvm-exegesis] Improve error reporting in Benchma...
Miloš Stojanović via All-commits
- [all-commits] [llvm/llvm-project] 208470: [FPEnv][X86] Platform-specific builtin constrained...
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] 20a1d0: [ARM] peephole-bitcast test change. NFC.
sjoerdmeijer via All-commits
- [all-commits] [llvm/llvm-project] 211aa5: [mlir] Mark the MLIR tools for installation in CMake
Kern Handa via All-commits
- [all-commits] [llvm/llvm-project] 21c9d9: [GlobalISel][CallLowering] Tighten constantexpr ch...
AE via All-commits
- [all-commits] [llvm/llvm-project] 221c5a: Fix a -Wbitwise-conditional-parentheses warning in...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 2252ca: [ANDGPU] getMemOperandsWithOffset: support BUF non...
jayfoad via All-commits
- [all-commits] [llvm/llvm-project] 22633f: [LLDB] Fix compilation with GCC 5
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 239875: Add missing encoding comments from fma scalar fold...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 23b760: CodeGenPrepare: Reorder check for cold and shouldO...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 23db97: [InstCombine] Fix infinite loop in min/max load/st...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 23e3c3: [IRBuilder] Add missing NoFolder::CreatePointerBit...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 2406a0: [gn build] Port 7531a5039fd
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 24215f: [NFC][VE] format VEInstrInfo
Simon Moll via All-commits
- [all-commits] [llvm/llvm-project] 246097: [TestKernVerStrLCNOTE] Strengthen a check. NFC.
Davide Italiano via All-commits
- [all-commits] [llvm/llvm-project] 248435: Replace CHECK-NEXT with CHECK-DAG. The order isn't...
adrian-prantl via All-commits
- [all-commits] [llvm/llvm-project] 2491fd: Reland "[AArch64] Fix data race on RegisterBank in...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 251311: [Driver] Change -fmax-tokens $arg to -fmax-tokens=...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 25675d: [lldb][test][NFC] Create a separate LLDB_TEST_SRC ...
Jordan Rupprecht via All-commits
- [all-commits] [llvm/llvm-project] 25aa2e: Revert "[WPD/LowerTypeTests] Delay lowering/remova...
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 25de3f: [GWP-ASan] Fix PRNG to use IE TLS.
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] 262903: [clangd] Don't assert when completing a lambda var...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 2663a2: [JumpThreading] Half the duplicate threshold at Oz
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 2694cc: [ARM][MVE] Add fixed point vector conversion intri...
Mikhail Maltsev via All-commits
- [all-commits] [llvm/llvm-project] 2697e8: [mlir] Update generic op ebnf to include region
Jacques Pienaar via All-commits
- [all-commits] [llvm/llvm-project] 26bf87: [PowerPC] Fix spilling of vector registers in PEI ...
Nemanja Ivanovic via All-commits
- [all-commits] [llvm/llvm-project] 2724ad: Revert "[mlir] Adds affine loop fusion transformat...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 273f63: [LLDB] [doc] Document NetBSD status and sort OSs a...
Kamil Rytarowski via All-commits
- [all-commits] [llvm/llvm-project] 2757f9: [lldb/Reproducers] Instrument SBFile
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 277483: [WebAssembly] Enable recently implemented SIMD ope...
Thomas Lively via All-commits
- [all-commits] [llvm/llvm-project] 278578: [X86] Handle SETB_C32r/SETB_C64r in flag copy lowe...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 280f15: [gn build] Add OpenMPOpt.cpp to LLVMipo after D699...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 283b5e: [MLIR] Make gpu.launch implicitly capture uses of ...
Stephan Herhut via All-commits
- [all-commits] [llvm/llvm-project] 2863c2: Revert "AMDGPU: Limit the search in finding the in...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 28c912: [compiler-rt] implement sigaltstack interception
Evgenii Stepanov via All-commits
- [all-commits] [llvm/llvm-project] 28cd54: [mlir] Fix clang 5 warning for missing braces
Jacques Pienaar via All-commits
- [all-commits] [llvm/llvm-project] 28d22c: [GlobalISel][IRTranslator] Add special case suppor...
AE via All-commits
- [all-commits] [llvm/llvm-project] 292691: [clang] Fix linkage of nested lambdas.
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] 2926a6: [lldb] [testsuite] generalize `DWARFASTParserClang...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 292f72: [AArch64][GlobalISel] Fold G_ASHR into TB(N)Z bit ...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] 29621b: [X86] Rename matchShuffleAsRotate - matchShuffleAs...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 29e646: [X86] combineConcatVectorOps - combine VROTLI/VROT...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 2a191c: [InstCombine] add more splat tests with undef elem...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] 2a3fa0: [Support] When using SEH, create a impl instance f...
Alexandre Ganea via All-commits
- [all-commits] [llvm/llvm-project] 2af164: [LegalizeDAG][X86][AMDGPU] Use ANY_EXTEND instead ...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 2b54b8: [Concepts] Instantiate invented template type para...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 2b7f32: [lldb/Target] Add Assert StackFrame Recognizer
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 2bd464: [AArch64][GlobalISel] Walk through G_AND in TB(N)Z...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] 2d89e0: [SEH] Remove CATCHPAD SDNode and X86::EH_RESTORE M...
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 2d9954: Add -Wrange-loop-analysis changes to ReleaseNotes
mordante via All-commits
- [all-commits] [llvm/llvm-project] 2db554: [NFC][ARM] Update test
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 2ddff6: [libFuzzer] Minor documentation fixes.
Max Moroz via All-commits
- [all-commits] [llvm/llvm-project] 2de227: [AMDGPU][MC][DOC] Updated AMD GPU assembler syntax...
dpreobra via All-commits
- [all-commits] [llvm/llvm-project] 2e005c: [lldb/test] Skip the AssertFrameRecognizer test fo...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 2eaa9d: [NFC][LangRef][FPEnv] Fix whitespace for denormal-...
Cameron McInally via All-commits
- [all-commits] [llvm/llvm-project] 2f025b: [lldb/Reproducers] Implement custom replayers for ...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 2f1ca3: Partially revert c1c9819ef91aab51b5a23fb3027adac5a...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 2f4c4d: Reland "[clangd] Mechanism to make update debounce...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 2f885c: AMDGPU/GlobalISel: Fix move s.buffer.load to VALU
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 300cbd: PR44761: Fix fallback to later tiebreakers if two ...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 3014ef: [lldb] Remove unused parameter from ValueObject::G...
Alex via All-commits
- [all-commits] [llvm/llvm-project] 307e0d: AMDGPU/GlobalISel: Fix processing new phi in water...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 3101de: [libc] Fix typo in header generation docs.
Paula Toth via All-commits
- [all-commits] [llvm/llvm-project] 311443: Re-enable a update_cc_test_checks.py tests
Alexander Richardson via All-commits
- [all-commits] [llvm/llvm-project] 312588: [Remarks] Fix gcc build
Visoiu Mistrih Francis via All-commits
- [all-commits] [llvm/llvm-project] 312a9d: GlobalISel: Fix narrowScalar for G_{CTLZ|CTTZ}_ZER...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 31574d: [SVE] Fix bug in simplification of scalable vector...
Christopher Tetreault via All-commits
- [all-commits] [llvm/llvm-project] 318d0e: Fix warning on unused variables. NFC.
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] 31cf58: [lldb] Explicitly qualify calls to std::static_poi...
plabath via All-commits
- [all-commits] [llvm/llvm-project] 31fd11: Fix x86 32bits MLIR build (NFC)
Dimitry Andric via All-commits
- [all-commits] [llvm/llvm-project] 327e06: [mlir][quantizer] Add gathering of per-axis statis...
Dmitrii Murygin via All-commits
- [all-commits] [llvm/llvm-project] 33081d: Try to fix buildbot failure
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 333f2a: [Alignment][NFC] Use Align for getMemcpy/Memmove/M...
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] 352475: Revert "Activate extension loading test on Darwin ...
jkorous-apple via All-commits
- [all-commits] [llvm/llvm-project] 35c63d: [GlobalISel][CallLowering] Look through bitcasts f...
AE via All-commits
- [all-commits] [llvm/llvm-project] 361ba3: [Driver][Darwin] Improve tests for -nostdinc & fri...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 36272d: Let isGuaranteedNotToBeUndefOrPoison consider PHIN...
Juneyoung Lee via All-commits
- [all-commits] [llvm/llvm-project] 3627c9: [ARM][TargetParser] Improve handling of dependenci...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 362d00: [ARM][VecReduce] Force expand vector_reduce_fmin
David Green via All-commits
- [all-commits] [llvm/llvm-project] 364326: AMDGPU/GlobalISel: Add mem operand to s.buffer.loa...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 37910f: [AArch64][GlobalISel] Fold G_SHL into TB(N)Z bit c...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] 380fe9: [docs] update mathjax path in doxygen
Nuno Lopes via All-commits
- [all-commits] [llvm/llvm-project] 386fd2: [clang] Add matcher to identify macro expansions.
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 388de9: [LoopUtils] Make duplicate method a utility. [NFCI]
Alina Sbirlea via All-commits
- [all-commits] [llvm/llvm-project] 38fd69: [Concepts] Fix incorrect check when instantiating ...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 398b4e: [clang] detect switch fallthrough marked by a comm...
Luboš Luňák via All-commits
- [all-commits] [llvm/llvm-project] 399887: [mlir][spirv] Add resource limits into target envi...
Lei Zhang via All-commits
- [all-commits] [llvm/llvm-project] 39f50d: Support -fstack-clash-protection for x86
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 3b1985: GlobalISel: Fix narrowing of G_CTPOP
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 3b4d24: [mlir] Accept an LLVM::LLVMFuncOp in the builder o...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] 3b70ee: [LoopExtractor] Convert LoopExtractor from LoopPas...
Ehud Katz via All-commits
- [all-commits] [llvm/llvm-project] 3bc7ff: [AMDGPU] Use v3f32 type in image instructions
Seebi via All-commits
- [all-commits] [llvm/llvm-project] 3c7e9c: [mlir] [VectorOps] refined description of vector.c...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 3ce809: [mlir][VectorOps] Add ShapeCastOp to the vector op...
andydavis1 via All-commits
- [all-commits] [llvm/llvm-project] 3da7dc: [lldb/Reproducers] Serialize empty string for char...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 3dcc1f: [MLIR][Linalg] Lower linalg.generic to ploops.
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] 3dd688: [DAG] OptLevelChanger - fix uninitialized variable...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3e70a9: [lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward d...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 3ec28d: [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAss...
Paolo Severini via All-commits
- [all-commits] [llvm/llvm-project] 3ec6de: Fix signed/unsigned warning.
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3ece5a: [X86] getTargetShuffleMask - use getConstantOperan...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3ed122: [VE] half fptrunc+store&load+fpext
Kazushi Marukawa via All-commits
- [all-commits] [llvm/llvm-project] 3f6202: [X86] Use SelectionDAG::getAllOnesConstant to simp...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 40efa6: Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin fo...
plabath via All-commits
- [all-commits] [llvm/llvm-project] 41206b: [DebugInfo] Re-instate LiveDebugVariables scope tr...
Jeremy Morse via All-commits
- [all-commits] [llvm/llvm-project] 4175d7: [X86] Custom isel floating point X86ISD::CMP on pr...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 420a51: [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Suppo...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 4229f1: [TargetLowering] Remove isDesirableToCombineBuildV...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 424bab: [LLD] Add release notes for MinGW for the 10.x branch
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 428583: [DebugInfo] Fix debug-info generation for block in...
Shafik Yaghmour via All-commits
- [all-commits] [llvm/llvm-project] 42c906: [lldb/API] Fix non null-terminated stop-reason in ...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 42efd3: [cxx_status] Fix status of P1766R to not bleed int...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 441caf: [NFC][ARM] Modified test with update script
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 446268: [llvm-exegesis] Add a custom error for clustering
Miloš Stojanović via All-commits
- [all-commits] [llvm/llvm-project] 454621: Revert "Support -fstack-clash-protection for x86"
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 4581d9: [X86] Remove some uncovered and possibly broken co...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 4592bb: visitINSERT_VECTOR_ELT - pull out repeated dyn_cas...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 4697e7: Partially revert "[LLDB] Add DynamicLoaderWasmDYLD...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 4698bf: Resubmit^2: [JumpThreading] Thread jumps through t...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 46e560: Reland "[llvm] Add a way to speed up the speed in ...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 47cda0: scudo: Use more size classes in the malloc_free_lo...
pcc via All-commits
- [all-commits] [llvm/llvm-project] 482e23: [analyzer] Fix a couple of bugs in HTML report gen...
NoQ via All-commits
- [all-commits] [llvm/llvm-project] 48b8e3: [lldb] Delete commented-out code
Alex via All-commits
- [all-commits] [llvm/llvm-project] 491a4a: [CMake] Passthrough CMAKE_SYSTEM_NAME to default b...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 499ad4: [mlir][VectorOps] Expose and use llvm.intrin.fma*
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 4a18a5: Change first test to be CHECK: to make the test run.
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 4a1a06: Support -fstack-clash-protection for x86
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 4a2fa5: Remove leftover artifacts from use of gtest.
Paula Toth via All-commits
- [all-commits] [llvm/llvm-project] 4a3760: [SystemZ] Improve handling of inline asm constrai...
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] 4aa7b9: [X86] X86InstComments - add FMA4 comments
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 4b05fc: [analyzer] Suppress linker invocation in scan-buil...
NoQ via All-commits
- [all-commits] [llvm/llvm-project] 4b23a2: libclc: Move rsqrt implementation to a .cl file
Jan Vesely via All-commits
- [all-commits] [llvm/llvm-project] 4b4fba: [X86] Test showing inability to combine ROTLI/ROTR...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 4c0501: [lldb/Test] Fix typo in TestDataFormatterStdMap.py
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 4c7f81: [ARM][LowOverheadLoops] Ensure memory predication
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 4c96b3: [X86] -fpatchable-function-entry=N, 0: place patch ...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 4dcc02: [ObjC][ARC] Keep track of phis that have been disc...
ahatanaka via All-commits
- [all-commits] [llvm/llvm-project] 4e9209: [RISCV] Scheduler description for the Rocket core
Hsiangkai via All-commits
- [all-commits] [llvm/llvm-project] 4ea9a4: Declare __builtin_strlen in StringRef.h as constexpr
Hans via All-commits
- [all-commits] [llvm/llvm-project] 4ed205: [PGO][PGSO] Enable profile guided size optimizatio...
hjyamauchi via All-commits
- [all-commits] [llvm/llvm-project] 4f281f: DebugInfo: Fix convert-loclist.ll to handle differ...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 4f9f5d: AMDGPU: Fix isAlwaysUniform for simple asm SGPR re...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4fb10b: [gn build] Port b12176d2aaf
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 4fe839: [CMake] Rename EXCLUDE_FROM_ALL and make it an arg...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 500c32: [lldb] Increase the rate at which ConstString's me...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 50d2d3: Fix BroadcasterManager::RemoveListener to really r...
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 50d897: [clang-format] Allow a comment to follow a C# attr...
Jonathan B Coe via All-commits
- [all-commits] [llvm/llvm-project] 512c03: [DebugInfo] Add a DWARFDataExtractor constructor t...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 516f6f: Revert "[CMake] Link against ZLIB::ZLIB"
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 5288d7: [OpenMP][OMPT] fix reduction test for 32-bit x86
Joachim via All-commits
- [all-commits] [llvm/llvm-project] 529e6f: [ADT] Fix iplist_impl - use after move warnings (P...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 531fad: [test] yaml2obj -docnum => --docnum=
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 5327b9: DebugInfo: Add missing test coverage for DW_OP_con...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 5389ca: [ConstantFold][NFC] Move scalable vector unit test...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 5461fa: [ELF][ARM] Fix regression of BL->BLX substitution ...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 549588: [mlir] NFC: Fix trivial typo in comment
Kazuaki Ishizaki via All-commits
- [all-commits] [llvm/llvm-project] 552123: [analyzer] Re-land 0aba69e "Add test directory for...
NoQ via All-commits
- [all-commits] [llvm/llvm-project] 552a8f: DebugInfo: Check DW_OP_convert in loclists with Sp...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 563e84: [SystemZ] Support -msoft-float
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] 564275: [ARM][LowOverheadLoops] Fix loop count chain
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 5687ac: [MemCpyOpt] Simplify find*Alignment
Juneyoung Lee via All-commits
- [all-commits] [llvm/llvm-project] 569dc6: [OPNEMP50][DOCS]Mark array shaping expression as c...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 56d81d: [Target][AArch64] Remove non-existing system regis...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 5752bc: [DebugInfo]: Fix the debuginfo-tests/llgdb-tests/a...
Sourabh Singh Tomar via All-commits
- [all-commits] [llvm/llvm-project] 575a97: [SimplifyLibCalls] Remove unused IRBuilder argumen...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 57c54d: Recommit: DebugInfo: Check DW_OP_convert in loclis...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 5858c9: Revert "[TestConvienceVariable] Clean the director...
Davide Italiano via All-commits
- [all-commits] [llvm/llvm-project] 58c18c: [mlir][AsmPrinter] Fix edge case when printing flo...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 598d9d: [X86] Add more avx512 masked fmaddsub/fmsubadd aut...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 5a21d2: Rename prettyprinters test to llvm-support.
Christian Sigg via All-commits
- [all-commits] [llvm/llvm-project] 5a8c0f: AMDGPU/GlobalISel: Avoid handling registers twice ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5aa6e2: AMDGPU/GlobalISel: Legalize f64 G_FFLOOR for SI
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5b0c8d: [lldb] Delete ClangForward.h
Alex via All-commits
- [all-commits] [llvm/llvm-project] 5b2b67: [InstCombine] Remove unnecessary worklist push; NFCI
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 5b2c5e: [llvm-exegesis] Add pfm counters for Zen2 (znver2).
Clement Courbet via All-commits
- [all-commits] [llvm/llvm-project] 5b5cbf: [WebAssembly] Add debug info to insts in Emscripte...
Heejin Ahn via All-commits
- [all-commits] [llvm/llvm-project] 5bbaf5: [LLDB] Fix compilation with GCC 5
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 5c159b: [mlir] Add a utility method on CallOpInterface for...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 5c15e8: [lldb/CMake] Remove non-existing wasm-DYLD subdir
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 5c2e62: [InstCombine] regenerate complete test checks; NFC
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] 5c3b34: [mlir] Add AffineMaxOp
ouhang via All-commits
- [all-commits] [llvm/llvm-project] 5c6b1a: [TableGen] Fix spurious type error in bit assignment.
Simon Tatham via All-commits
- [all-commits] [llvm/llvm-project] 5c8ba5: [NFC] unsigned->Register in storeRegTo/loadRegFrom...
Simon Moll via All-commits
- [all-commits] [llvm/llvm-project] 5cc817: [lldb] Introduce i386 support in NetBSD Process pl...
Michał Górny via All-commits
- [all-commits] [llvm/llvm-project] 5cca13: AMDGPU/R600: Emit rodata in text segment
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5d04e0: [InstCombine] add splat tests with undef elements; ...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] 5e3fe2: [lldb/Reproducers] Refactor GetStopReasonExtendedB...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 5f1e45: [lldb] pass --lldb-libs-dir argument to lldb-dotest
plabath via All-commits
- [all-commits] [llvm/llvm-project] 5f3804: [ELF] Simplify parsing of version dependency. NFC
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 5f6fec: AMDGPU: Fix handling of infinite loops in fragment...
Connor Abbott via All-commits
- [all-commits] [llvm/llvm-project] 5fedc2: [Clang] Avoid crashing when generating crash diagn...
Alexandre Ganea via All-commits
- [all-commits] [llvm/llvm-project] 5ff4f8: [lldb] Ignore type sugar in TypeSystemClang::GetPo...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 600f2e: [X86] Remove SETB_C8r/SETB_C16r pseudo instruction...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 6064f4: [OpenCL] Restrict addr space conversions in nested...
Anastasia Stulova via All-commits
- [all-commits] [llvm/llvm-project] 609a48: [AArch64][GlobalISel] Reland SLT/SGT TBNZ optimiza...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] 60f161: [yaml2obj][obj2yaml] - Simplify format of the SHT_...
Georgii Rymar via All-commits
- [all-commits] [llvm/llvm-project] 6198e1: Fix MSVC signed/unsigned warning. NFCI.
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 622ef9: [gn build] Port b198f16e1e1
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 628462: [gn build] Port a17f03bd939
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 6370c7: AMDGPU: Limit the search in finding the instructio...
Changpeng Fang via All-commits
- [all-commits] [llvm/llvm-project] 63adbb: [Attributor][FIX] Remove FIXME that seems outdated
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 63e338: [X86][SSE] Show isNegatibleForFree inability to pe...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 6423ae: Allow modernize-use-using to apply to enumerations...
Nikita via All-commits
- [all-commits] [llvm/llvm-project] 643dee: [analyzer] Move fuchsia.Lock checker to alpha
Gábor Horváth via All-commits
- [all-commits] [llvm/llvm-project] 644d56: [X86] Recognise ROTLI/ROTRI rotations as faux shuf...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 64871f: [mlir] Adds affine loop fusion transformation func...
andydavis1 via All-commits
- [all-commits] [llvm/llvm-project] 649aba: Revert "[WebAssembly][InstrEmitter] Foundation for...
Thomas Lively via All-commits
- [all-commits] [llvm/llvm-project] 64a8e1: libclc/asin: Switch to amd builtins version of asin
Aaron Watry via All-commits
- [all-commits] [llvm/llvm-project] 64bc62: clang-cl: Parse new MSVC flags /Qspectre-load and ...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 64f417: [RISCV] Fix incorrect FP base CFI offset for varia...
ShivaChen via All-commits
- [all-commits] [llvm/llvm-project] 652097: [dsymutil] Delete unneeded parameter Triple from D...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 6556c6: Reland "[AMDGPU] Fix data race on RegisterBank ini...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 658495: Revert "Support -fstack-clash-protection for x86"
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 6589a2: [Driver][test] Create empty file Inputs/basic_cros...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 65b3b6: [ARM] Make ARM::ArchExtKind use 64-bit underlying ...
Mikhail Maltsev via All-commits
- [all-commits] [llvm/llvm-project] 65f078: [ubsan] Omit return value check when return block ...
Vedant Kumar via All-commits
- [all-commits] [llvm/llvm-project] 674ec1: [libcxxabi] Insert padding in __cxa_exception stru...
Steven Wu via All-commits
- [all-commits] [llvm/llvm-project] 6770fb: [ObjC][ARC] Delete ARC runtime calls that take ine...
ahatanaka via All-commits
- [all-commits] [llvm/llvm-project] 67904d: [IRCE] Make IRCE a Function pass.
Alina Sbirlea via All-commits
- [all-commits] [llvm/llvm-project] 67905f: Fix some typos in ArrayRef.h
Hans via All-commits
- [all-commits] [llvm/llvm-project] 681f92: [mlir][VectorOps] Introduce a `vector.fma` op that...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 686a03: [Analysis] add query to get splat value from array...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] 68cc9f: [lldb] Remove all 'clean' targets from test Makefiles
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 68cf57: [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC
john-brawn-arm via All-commits
- [all-commits] [llvm/llvm-project] 69a39d: [clangd] Increase stack size of the new threads on...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 69cc9f: AMDGPU/GlobalISel: Legalize llvm.amdgcn.s.buffer.load
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6a570d: AMDGPU/GlobalISel: Fix non-pow-2 add/sub/mul for 1...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6a82f0: [libomptarget] Implement wavefront functions for a...
Jon Chesterfield via All-commits
- [all-commits] [llvm/llvm-project] 6b15a3: [clangd] TUScheduler::run() (i.e. workspace/symbol...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 6bfc45: Fix build after D72746
Kirill Bobyrev via All-commits
- [all-commits] [llvm/llvm-project] 6c2324: [Concepts] Add missing CXXThisScope to function te...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 6c3252: [OPENMP][DOCS]Update status of conditional lastpri...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 6c4a8b: Make llvm::crc32() work also for input sizes large...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 6d0073: Clarify how llvm-mca detects att vs intel syntax.
Justin Lebar via All-commits
- [all-commits] [llvm/llvm-project] 6d0780: [BPF] handle typedef of struct/union for CO-RE rel...
yonghong-song via All-commits
- [all-commits] [llvm/llvm-project] 6dccad: [lldb/Reproducers] (De)serialize char* like const ...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 6e01cd: Improve error message of FileCheck when stdin is e...
David Bozier via All-commits
- [all-commits] [llvm/llvm-project] 6e1770: AMDGPU: Fix SI_IF lowering when the save exec reg ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6e2309: [mlir] [VectorOps] generalized vector.contract sem...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 6e8d6b: [clangd] Preserve -nostdinc and --sysroot when cal...
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] 6ef478: Revert "[lldb] Fix+re-enable Assert StackFrame Rec...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 6f5a15: [clang][driver] Clean up unnecessary reference to ...
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] 6f738f: DebugInfo: convert-debugloc.ll remove erroneous CHECK
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 706256: [lldb] Revert some change in data-formatter-objc/m...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 70cea3: [lldb/Test] Sort substr for TestDataFormatterStdMa...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 70e093: [Driver][test] Refactor LLVMgold tests
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 7128aa: [ARM] Make ARM::ArchExtKind use 64-bit underlying ...
Mikhail Maltsev via All-commits
- [all-commits] [llvm/llvm-project] 7212f6: [AArch64][GlobalISel] Fold G_LSHR into test bit ca...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] 72277e: Introduce a CallGraph updater helper class
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 726446: AMDGPU: Fix splitting wide f32 s.buffer.load intri...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 727362: [MC][ELF] Rename MC related "Associated" to "Linke...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 72e9e3: [Sema] Remove a -Wrange warning from -Wall
mordante via All-commits
- [all-commits] [llvm/llvm-project] 733923: [lldb\utils] Place lldb-repro in a per-configurati...
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] 735536: Put back makeArrayRef to make GCC 5 happy
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] 7464e8: GlobalISel: Remove check for illegal MIR
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 74734e: Fix docs and comments for max_tokens_total pragma
Hans via All-commits
- [all-commits] [llvm/llvm-project] 7476e5: [mlir][Pass] Enable printing pass options as part ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 74857b: [lldb] [doc] Status: Debugserver (remote debugging...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 748bb5: [WPD/LowerTypeTests] Delay lowering/removal of typ...
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 7506ca: [lldb][NFC] Remove some unnecessary curly braces
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 7531a5: [Remarks] Extend the RemarkStreamer to support oth...
Visoiu Mistrih Francis via All-commits
- [all-commits] [llvm/llvm-project] 75d999: Fix broken invariant
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] 75f09b: Re-land "[Clang][Driver] Remove -M group options ....
Alexandre Ganea via All-commits
- [all-commits] [llvm/llvm-project] 760377: [lldb][NFC] Move call-overidden-method test to lan...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 76986b: [GlobalISel] Legalize more G_FP(EXT|TRUNC) libcalls.
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 77519b: [test] yaml2obj -docnum => --docnum=
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 77e71c: [AIX] Don't use a zero fill with a second parameter
David Tenty via All-commits
- [all-commits] [llvm/llvm-project] 780031: [CMake][compiler-rt] Replace Windows backslashes w...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 789a46: [CodeGenModule] Assume dso_local for -fpic -fno-se...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 7931e8: Update hwasan docs to cover outlined checks and gl...
pcc via All-commits
- [all-commits] [llvm/llvm-project] 7982db: [Support] Fix warnings in ARMTargetParser.cpp
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 7996b4: Revert "[ARM] Improve codegen of volatile load/sto...
Victor Campos via All-commits
- [all-commits] [llvm/llvm-project] 7a94fc: PR44721: Don't consider overloaded operators for b...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 7ac944: [lldb/Reproducers] Change record logging to mirror...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 7ad47b: [clang-tidy] Fixed crash 44745 in readability-else...
Nathan James via All-commits
- [all-commits] [llvm/llvm-project] 7ae1b4: Implement P1766R1: diagnose giving non-C-compatibl...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 7b627b: Revert "[clang-doc] Improving Markdown Output"
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 7b6e49: Fixed a -Wunused-variable warning in no-assertion ...
Dmitri Gribenko via All-commits
- [all-commits] [llvm/llvm-project] 7b7e50: [MLIR] Break cyclic dependencies with MLIRAnalysis
stephenneuendorffer via All-commits
- [all-commits] [llvm/llvm-project] 7b90cd: [lldb/DataExtractor] Fix UB shift in GetMaxS64Bitf...
Vedant Kumar via All-commits
- [all-commits] [llvm/llvm-project] 7bffa9: AMDGPU/GlobalISel: Prefer merge/unmerge ops to leg...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 7c3bec: [IRBuilder] Remove unnecessary NoFolder methods; NFCI
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 7c9ebd: [lldb] Remove clang classes from lldb-forward.h
Alex via All-commits
- [all-commits] [llvm/llvm-project] 7d3aac: AMDGPU: Add flag to control mem intrinsic expansion
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 7d4c23: [clang-tidy] Fix a false positive about C++17 dedu...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] 7dd281: Fix MSAN failure on Function destruction
Evgenii Stepanov via All-commits
- [all-commits] [llvm/llvm-project] 7ddd13: Fix lld test after D74034
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 7df5fc: [GlobalISel] Add buildMerge with SrcOp initializer...
petar-avramovic via All-commits
- [all-commits] [llvm/llvm-project] 7e02dc: [lldb] Fix -Wdocumentation warnings
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 7e7e65: [Attributor] Allow SelectInst in AAValueConstantRa...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 7ebe9c: [lldb/Target] Add Assert StackFrame Recognizer
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 7edf27: [mlir] Add NoSideEffect to Affine min max
ouhang via All-commits
- [all-commits] [llvm/llvm-project] 7ef37a: [mlir] Initial support for type constraints in the...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 7f37a8: [InlineCost] Add flag to allow changing the defaul...
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 7f4cb2: [lldb] Make the order in which ClusterManager call...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 7f57f1: DebugInfo: use a symbolic DIE reference in convert...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 7f5b3f: [X86][SSE] Add X86ISD::FRCP handling to isNegatibl...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 801857: [ConstantFold][SVE] Fix constant folding for bitcast.
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 803316: [lldb] Delete ValueObjectRegisterContext class
plabath via All-commits
- [all-commits] [llvm/llvm-project] 803dd6: [BFI] Add a debug check for unknown block queries.
hjyamauchi via All-commits
- [all-commits] [llvm/llvm-project] 80e17e: [FPEnv][X86] Speculative fix for failures introduc...
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] 80e63c: Revert "[clang-doc] Improving Markdown Output"
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 815543: [Attributor] Allow PHI nodes in AAValueConstantRan...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 819e75: [llvm-readobj][test] Fix test after yaml2obj chang...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 81c9df: Fix the MC/WebAssembly/debug-info.ll test after 84...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 835c81: Fix test name typo
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 83d0db: Fix "expression is redundant [misc-redundant-expre...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 841311: [X86] Use X86ISD::SUB instead of X86ISD::CMP in so...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 843a0f: Enhance debugserver's err reporting on attach fails
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 84959a: [Concepts] Instantiate invented template type para...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 84e576: [DebugInfo]: Reorderd the emission of debug_str se...
Sourabh Singh Tomar via All-commits
- [all-commits] [llvm/llvm-project] 84eeee: Linker/module-max-warn.ll: Fix test to be compatib...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 863d97: [SYCL][Driver] Add clang driver option to enable S...
Alexey Bader via All-commits
- [all-commits] [llvm/llvm-project] 8707c2: Revert "[CMake] Passthrough CMAKE_SYSTEM_NAME to d...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 878cb3: [InstCombine] Add replaceOperand() helper
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 87ddf1: [Attributor] Simple casts preserve no-alias property
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 88073d: [PowerPC] Create a FixedStack object for CR save i...
Sean Fertile via All-commits
- [all-commits] [llvm/llvm-project] 884acb: AMDGPU: Enhancement on FDIV lowering in AMDGPUCode...
Changpeng Fang via All-commits
- [all-commits] [llvm/llvm-project] 88cd49: [lldb] Increase LINK_INTERFACE_MULTIPLICITY for De...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 89a664: [llvm-exegesis] Document `repetition-mode`.
Clement Courbet via All-commits
- [all-commits] [llvm/llvm-project] 89b8b4: [OpenCL] Tidy up OpenCLBuiltins.td
Sven van Haastregt via All-commits
- [all-commits] [llvm/llvm-project] 89ca4b: [InstCombine] Precommit usub.with.overflow test fo...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 8a1f4f: [compiler-rt] Fix sanitizer_common build for FreeBSD
Dimitry Andric via All-commits
- [all-commits] [llvm/llvm-project] 8aa3f5: [Driver] Don't pass -plugin LLVMgold.so when the l...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 8acedb: Revert "[WebAssembly] Split and recombine multival...
Thomas Lively via All-commits
- [all-commits] [llvm/llvm-project] 8b37e1: [lldb] [doc] Testing: Fix typos
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 8b79be: [lldb] Remove unused references to ClangExpression...
Alex via All-commits
- [all-commits] [llvm/llvm-project] 8ba2b6: [ARM] Fix non-determenistic behaviour
dnsampaio via All-commits
- [all-commits] [llvm/llvm-project] 8c0e71: [X86] BEXTR SimplifyDemandedBitsForTargetNode - le...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 8c16d8: Revert "[Concepts] Instantiate invented template t...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 8c3e6a: [WebAssembly] Add experimental multivalue calling ABI
Thomas Lively via All-commits
- [all-commits] [llvm/llvm-project] 8c681f: [Matrix] Mark matrix memory intrinsics as argmemon...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 8d19af: [GWP-ASan] Use weak abort message definition.
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] 8d4fe8: [Driver][test] Fix Driver/hexagon-toolchain-elf.c ...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 8d5e76: [ValueTracking] Update implied reasoning to accept...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 8d8bd0: [lldb] Make TestDataFormatterObjCCF.py pass outsid...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] 8dc3da: [mlir] Build fix for mlir-opt
Kern Handa via All-commits
- [all-commits] [llvm/llvm-project] 8de2da: GlobalISel: Fix lowering of G_CTLZ/G_CTTZ
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 8df173: [gn build] (manually) port 72277ecd62e and the LLV...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 8e1ca9: Reland "[AArch64] Fix data race on RegisterBank in...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 8ead5d: [X86] computeKnownBitsForTargetNode - add BEXTR su...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 8eb9b6: Add final description of why attach failed with po...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 8ecde3: [Clang] Remove unused #pragma clang __debug handle...
Alexandre Ganea via All-commits
- [all-commits] [llvm/llvm-project] 8f19f9: [Concepts] Add missing CXXThisScope to function te...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 8ff86f: [X86] -fpatchable-function-entry=N, 0: place patch ...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 904d54: [lldb/Test] Sort substr for TestDataFormatterStdMa...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 9087ef: GlobalISel: Allow CSE of G_IMPLICIT_DEF
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 90e4eb: [OpenMP][OMPT] fix reduction test for 32-bit x86
Joachim via All-commits
- [all-commits] [llvm/llvm-project] 91b308: [OpenCL] Fix tblgen support for cl_khr_mipmap_imag...
Sven van Haastregt via All-commits
- [all-commits] [llvm/llvm-project] 921d4e: [MLIR][GPU] Fix build files for mlir-opt.
Stephan Herhut via All-commits
- [all-commits] [llvm/llvm-project] 924c90: [compiler-rt] clang-format FreeBSD-specific saniti...
Dimitry Andric via All-commits
- [all-commits] [llvm/llvm-project] 925707: [clangd] Mechanism to make update debounce respons...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 9260d0: AMDGPU: Correct memory size for image intrinsics
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9271ca: [BPF] use base lvalue type for preserve_{struct, un...
yonghong-song via All-commits
- [all-commits] [llvm/llvm-project] 9329cf: DebugInfo: convert-debugloc.ll generalize to run o...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 93b053: [RDA] getInstFromId: find instructions. NFC.
sjoerdmeijer via All-commits
- [all-commits] [llvm/llvm-project] 93dc8b: [mlir] Add explicit friendship to LLVM::ModuleTran...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 94c79c: Revert "[AMDGPU] Invert the handling of skip inser...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] 9548b7: [OpenMP] Introduce the OpenMPOpt transformation pass
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 95a9b8: AMDGPU/GlobalISel: Fix mem size in test
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 95c95a: [ARM][AsmParser] Make assembly directives case ins...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 96400a: Recommit "[FPEnv][X86] Platform-specific builtin c...
topperc via All-commits
- [all-commits] [llvm/llvm-project] 96c899: C++ DR2026: static storage duration variables are ...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 96ea37: [PHIElimination] Compile time optimization for hu...
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] 96ed02: [Concepts] Fix incorrect check when instantiating ...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] 97d9a7: [AMDGPU] Don't remove short branches over kills
jayfoad via All-commits
- [all-commits] [llvm/llvm-project] 97edc0: [lldb/Test] Mark heap-cstr.test as requiring Python
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 982780: AMDGPU: Limit the search in finding the instructio...
Changpeng Fang via All-commits
- [all-commits] [llvm/llvm-project] 9831e5: Fix LLVM_ENABLE_MODULES build after TypeSize.h change
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] 98594a: [lldb] [ObjectFile/ELF] Fix negated seg ids on 32-...
Michał Górny via All-commits
- [all-commits] [llvm/llvm-project] 98e8eb: [FIX] Update PM tests after D69930 landed
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 9944ef: Omit "Contents of" headers when -no-leading-header...
Michael Trent via All-commits
- [all-commits] [llvm/llvm-project] 9986b8: [CMake] Filter libc++abi and libunwind from runtim...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 99a6e4: [IRCE] Use SCEVExpander to modify loop bound
dantrushin via All-commits
- [all-commits] [llvm/llvm-project] 9a4067: Revert "Reland "[AArch64] Fix data race on Registe...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 9adbb6: [mlir] Fix link to 'Getting started with MLIR'
Marius Brehler via All-commits
- [all-commits] [llvm/llvm-project] 9b0ce8: AMDGPU/GlobalISel: Remove extension legality hacks
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9bce9d: [TestConvienceVariable] Clean the directory before...
Davide Italiano via All-commits
- [all-commits] [llvm/llvm-project] 9c1c82: [mlir][spirv] Adding sin op in the GLSL extension
NatashaKnk via All-commits
- [all-commits] [llvm/llvm-project] 9c726e: Reland "[AArch64] Fix data race on RegisterBank in...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] 9d03b7: [InstCombine] Use swapValues(); NFC
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 9d223a: [lldb] [doc] Status: Linux: Update the paragraph
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] 9d8691: [ARM] Follow AACPS for preserving number of loads/...
dnsampaio via All-commits
- [all-commits] [llvm/llvm-project] 9dcfc7: Revert "[OpenMP][OMPIRBuilder] Add Directives (mas...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 9effe3: [AArch64][GlobalISel] Fold G_XOR into TB(N)Z bit c...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] 9f507b: NFC: fix unused var warnings in no-assert builds
Jordan Rupprecht via All-commits
- [all-commits] [llvm/llvm-project] a05441: Revert "[SVE] Fix bug in simplification of scalabl...
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] a05566: [ARM] Correct missing newline after outputting .tl...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] a05932: [InstCombine] Refactor foldICmpAndShift(); NFCI
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] a06789: [clang][codegen] Fix another lifetime emission on ...
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] a148b9: [InstCombine] Fix infinite min/max canonicalizatio...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] a17f03: [VectorCombine] new IR transform pass for partial ...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] a1c338: DebugInfo: Fix convert-loclist.ll Split DWARF vari...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] a25310: [AArch64] Predictably disassemble system registers...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] a29a9a: [yaml2obj] Refactor command line parsing
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] a32853: [ARM] Correct syntax of the CLRM insn
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] a37384: [AArch64][GlobalISel] Emit TBNZ with G_BRCOND wher...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] a3c814: Separately track input and output denormal mode
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a3d489: [X86] Add a DAG combine for (i32 (sext (i8 (x86isd...
topperc via All-commits
- [all-commits] [llvm/llvm-project] a4b590: DebugInfo: Stabilize DW_OP_convert tests so they d...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] a59954: [InstCombine] Fix unused variable warning; NFC
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] a5f1ff: [lldb/Reproducers] Add missing SBFile methods to t...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] a62586: [GWP-ASan] Crash Handler API.
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] a6860c: [clangd] Add a flag for spelled references in the ...
Kirill Bobyrev via All-commits
- [all-commits] [llvm/llvm-project] a78152: [OPENMP50]Codegen support for order(concurrent) cl...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] a82a28: [AArch64][GlobalISel] Fix one use check in getTest...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] a969e0: [OpenMP] Add Flush directive to OpenMPIRBuilder
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] a9d5f8: [scudo][standalone] Fix a race in the secondary re...
Kostya Kortchinsky via All-commits
- [all-commits] [llvm/llvm-project] a9ee3f: [X86] Move BEXTR DemandedBits handling inside Simp...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] aaaeac: [MCA] Remove verification check on MayLoad and May...
Andrea Di Biagio via All-commits
- [all-commits] [llvm/llvm-project] aad352: [mlir][spirv] Wrap debug-only method in #ifndef ND...
Lei Zhang via All-commits
- [all-commits] [llvm/llvm-project] aaddca: [mlir][GPUToSPIRV] Modify the lowering of gpu.bloc...
MaheshRavishankar via All-commits
- [all-commits] [llvm/llvm-project] ab3da5: Fix `-Wparentheses` warning. NFC.
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] abada5: [NFC] Fix some spelling mistakes to test pushing t...
Filipe Cabecinhas via All-commits
- [all-commits] [llvm/llvm-project] abe01e: Revert "[llvm-exegesis] Improve error reporting" a...
Hans via All-commits
- [all-commits] [llvm/llvm-project] abe3e5: [mlir] Add support for generating debug locations ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] abe6d1: [mlir] Emit a fatal error when the assembly format...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] ac4303: [OpenMP] [DOCS] Update OMP5.0 feature status table...
kkwli via All-commits
- [all-commits] [llvm/llvm-project] ac8a12: [GlobalISel] Use G_ZEXTLOAD instead of an anyexten...
AE via All-commits
- [all-commits] [llvm/llvm-project] ad0e03: Revert "[FPEnv][X86] Platform-specific builtin con...
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] ad7b90: [libFuzzer] Make dataflow and focus functions more...
Max Moroz via All-commits
- [all-commits] [llvm/llvm-project] ad9ae6: MemCpyOpt cannot use ABI alignment even if it was ...
Juneyoung Lee via All-commits
- [all-commits] [llvm/llvm-project] ae3910: Reland "[ARM] Fix data race on RegisterBank initia...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] ae5d3e: Fix MSVC "result of 32-bit shift implicitly conver...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] af2a38: Revert "[ARM] Improve codegen of volatile load/sto...
Victor Campos via All-commits
- [all-commits] [llvm/llvm-project] b03c3d: Revert "Support -fstack-clash-protection for x86"
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] b03f3f: Reapply: [SVE] Fix bug in simplification of scalab...
Christopher Tetreault via All-commits
- [all-commits] [llvm/llvm-project] b093b6: [NFC] Fix error handling documentation
Miloš Stojanović via All-commits
- [all-commits] [llvm/llvm-project] b0c77c: [Attributor] Add an Attributor CGSCC pass and run it
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] b0cd0b: Reapply: DebugInfo: Add missing test coverage for ...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] b12176: Revert "[llvm-reduce] add ReduceAttribute delta pass"
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] b198f1: [Analyzer] Model STL Algoirthms to improve the ite...
Balogh, Ádám via All-commits
- [all-commits] [llvm/llvm-project] b2e884: [InstCombine] add tests for casted phi; NFC
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] b3576f: [llvm-exegesis] Improve error reporting
Miloš Stojanović via All-commits
- [all-commits] [llvm/llvm-project] b373ec: [AIX] Implement caller arguments passed in stack m...
Sean Fertile via All-commits
- [all-commits] [llvm/llvm-project] b37d59: [FPEnv][ARM] Add lowering of STRICT_FSETCC and STR...
john-brawn-arm via All-commits
- [all-commits] [llvm/llvm-project] b3d7d1: Declare __builtin_strlen in StringRef.h as constexpr
Hans via All-commits
- [all-commits] [llvm/llvm-project] b3dd31: [MLIR] Move test passes out of lib/Analysis
stephenneuendorffer via All-commits
- [all-commits] [llvm/llvm-project] b453ca: [lldb/Reproducers] Change the way we instrument vo...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] b46143: AMDGPU/GlobalISel: Legalize s16 G_FEXP2
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b4aff1: Revert "[CMake] Filter libc++abi and libunwind fro...
Vladimir Vereschaka via All-commits
- [all-commits] [llvm/llvm-project] b4efc2: Update for Clang 10 release notes in order to have...
ANdi via All-commits
- [all-commits] [llvm/llvm-project] b642e0: [cuda][hip] Temporarily XFAIL on arm
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] b68b8b: [mlir-tblgen] Stop leaking PredNodes
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] b692f4: [MLIR] Rename MemRefBoundCheck.cpp -> TestMemRefBo...
stephenneuendorffer via All-commits
- [all-commits] [llvm/llvm-project] b70f23: [PGO][PGSO] Tune flags for profile guided size opt...
hjyamauchi via All-commits
- [all-commits] [llvm/llvm-project] b73f8c: Revert: [lldb] [testsuite] generalize `DWARFASTPar...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] b79b76: [compiler-rt] [netbsd] Fix build after "implement ...
Kamil Rytarowski via All-commits
- [all-commits] [llvm/llvm-project] b79cb5: [clangd] Refactor TUScheduler options into a struc...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] b8004b: [mlir] Mark the MLIR tools for installation in CMake
Kern Handa via All-commits
- [all-commits] [llvm/llvm-project] b8144c: [NFC] Encapsulate MemOp logic
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] b833e0: PR44786: Don't assert when profiling <=> expressions.
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] b848b5: [llvm] Add a way to speed up the speed in which Bu...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] b89131: [lldb] removed no longer needed CMakeDependentOption
Konrad Kleine via All-commits
- [all-commits] [llvm/llvm-project] b8dc54: PowerPC: Remove redundancy in ternary for predicat...
Justin Hibbits via All-commits
- [all-commits] [llvm/llvm-project] b8f4e0: [lldb] Remove reset(nullptr_t) overload from Shari...
plabath via All-commits
- [all-commits] [llvm/llvm-project] b905b8: [BPF] fix a bug in BPFMISimplifyPatchable pass wit...
yonghong-song via All-commits
- [all-commits] [llvm/llvm-project] b911b9: [AArch64][GlobalISel] Don't reconvert to p0 in con...
AE via All-commits
- [all-commits] [llvm/llvm-project] b96c6b: PR44786: Don't assert when profiling <=> expressions.
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] b99ed5: [Hexagon] Rename FeatureHasPreV65 to FeaturePreV65
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] ba9cae: IR Linking: Support merging Warning+Max module met...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] baafe8: AMDGPU/GlobalISel: Remove bitcast legality hack
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] bab993: [AArch64][GlobalISel][NFC] Factor out TB(N)Z emiss...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] baecae: [Linalg] Add tiling of Linalg to parallel loops.
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] bc3f87: Xfail this test temporarily until AdrianM or I can
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] bdbdf7: [clang][AST] Add an AST matcher for deducedTemplat...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] be9fe6: [VE] (fp)trunc+store & load+(fp)ext isel
Kazushi Marukawa via All-commits
- [all-commits] [llvm/llvm-project] bec54e: [yaml2obj/obj2yaml] - Add support for the SHT_LLVM...
Georgii Rymar via All-commits
- [all-commits] [llvm/llvm-project] bed4d9: [ThinLTO] More efficient export computation (NFC)
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] bf4d73: [lldb][NFC] Use correct Decl typedef in ClangASTSo...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] bff4e7: [mlir][quantizer] Add gathering of per-axis statis...
Dmitrii Murygin via All-commits
- [all-commits] [llvm/llvm-project] c057d1: [FIX] Fix warning in LazyCallGraphTest caused by D...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] c0c5ab: [LV] Fix predication for branches with matching tr...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] c10b9f: [CMake] Fix accidentally inverted condition
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] c1912c: [lldb/Test] Use arrays instead of sets for build_a...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] c1bcdb: [mlir][ODS] Add documentation for the declarative ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] c1c981: [CMake] Add missing component dependencies, to fix...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] c25938: Refactor CommandObjectTargetSymbolsAdd::AddModuleS...
amccarth-google via All-commits
- [all-commits] [llvm/llvm-project] c29003: Revert "[LLD][ELF][ARM] Do not substitute BL/BLX f...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] c32d80: [TSan] Ensure we can compile the runtime with olde...
Julian Lettner via All-commits
- [all-commits] [llvm/llvm-project] c348fb: Revert "[Concepts] Add missing CXXThisScope to fun...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] c3a472: [X86] Don't emit two X86ISD::COMI/UCOMI nodes when...
topperc via All-commits
- [all-commits] [llvm/llvm-project] c3f0ed: [mlir] Register the GDB listener with ExecutionEng...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] c437f6: AMDGPU/GlobalISel: Split 64-bit G_CTPOP in RegBank...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c4f0f8: [analyzer] Small StreamChecker refactoring (NFC).
Balázs Kéri via All-commits
- [all-commits] [llvm/llvm-project] c67773: [X86] Give KSET0* and KSET1* pseudos the same sche...
topperc via All-commits
- [all-commits] [llvm/llvm-project] c6bdd8: [X86] Improve the gather scheduler models for Skyl...
topperc via All-commits
- [all-commits] [llvm/llvm-project] c7768c: [X86] Update the haswell and broadwell scheduler i...
topperc via All-commits
- [all-commits] [llvm/llvm-project] c822ed: Revert "[Concepts] Instantiate invented template t...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] c832e8: [lldb-vscode] disable completions
walter erquinigo via All-commits
- [all-commits] [llvm/llvm-project] c96001: [X86] isNegatibleForFree - allow pre-legalized FMA...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c99fa0: Additional testcase for 0130b6cb5a8.
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] ca1c21: [clangd] Use printf instead of `echo -e` to be com...
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] ca1fd4: [clang-format] Do not treat C# attribute targets a...
Jonathan B Coe via All-commits
- [all-commits] [llvm/llvm-project] ca6b34: [libcxx] [Windows] Store the lconv struct returned...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] ca9fd2: [clangd] Set "spelled" flag for constructor refere...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] cacc3b: [AMDGPU] Cleanup assumptions about generated subregs
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] caeb6c: [WebAssembly] Fix signature of __powitf2 libcall
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] cb7b66: AMDGPU: Analyze divergence of inline asm
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] cb8e69: [OPENMP50]Basic parsing/sema analysis for order(co...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] cbd481: [AArch64] -fpatchable-function-entry=N, 0: place pa...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] cbe0c8: AMDGPU/GlobalISel: Fix missing test for select of ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] cbec01: [clangd] Add workaround for GCC5 host compilers. NFC.
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] ccac6b: [hip] Properly populate macros based on host proce...
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] ccc11a: GlobalISel: Assume G_INTRINSIC* are convergent
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ccf900: Two more small fixes for debugserver attach failur...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] cd14b4: [X86] Remove unneeded code that looks for (and (i8...
topperc via All-commits
- [all-commits] [llvm/llvm-project] cd7650: GlobalISel: Implement fewerElementsVector for G_SE...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] cd9142: DebugInfo: Generalize test/DebugInfo/X86/convert-l...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] ce9633: [GlobalISel][AArch64] Fix contract cross-bank copi...
Shu-Chun Weng via All-commits
- [all-commits] [llvm/llvm-project] cf1046: [lldb] Fix+re-enable Assert StackFrame Recognizer ...
Jan Kratochvil via All-commits
- [all-commits] [llvm/llvm-project] cf7e98: [ARM, MVE] Add intrinsics for vdupq.
Simon Tatham via All-commits
- [all-commits] [llvm/llvm-project] d0104a: Make llvm::crc32() work also for input sizes large...
Hans via All-commits
- [all-commits] [llvm/llvm-project] d05e4f: [ARM] MVE vector reduction fadd and fmul tests. NFC
David Green via All-commits
- [all-commits] [llvm/llvm-project] d06dd2: [mlir][Linalg] Implement fusion of linalg.generic ...
MaheshRavishankar via All-commits
- [all-commits] [llvm/llvm-project] d0749c: [Attributor][NFC] Use existing constant instead of...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] d0a6b3: [X86] Autogenerate complete checks. NFC
topperc via All-commits
- [all-commits] [llvm/llvm-project] d173cb: [llvm-dwarfdump][Stats] Add the license header
Djordje Todorovic via All-commits
- [all-commits] [llvm/llvm-project] d18089: [llvm-dwarfdump][Stats] Fix the License header
Djordje Todorovic via All-commits
- [all-commits] [llvm/llvm-project] d2182d: [gn build] Port fc62b36a000
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] d2a710: Actually, don't try to use __builtin_strlen in Str...
Hans via All-commits
- [all-commits] [llvm/llvm-project] d2b6ac: Revert "[X86] Use X86ISD::SUB instead of X86ISD::C...
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] d2e434: [Attributor][FIX] Make check lines explicit
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] d4627b: [InstCombine] Avoid modifying instructions in-place
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] d4c823: [Polly] Fix compilation after 105642af5eef: includ...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] d4fbf8: [mlir][EDSC] NFC - Move StructuredIndexed and Iter...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] d53c8c: [lldb/tests] Correctly configure the lldb dotest a...
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] d5e6e0: Fix build after D74112
Kirill Bobyrev via All-commits
- [all-commits] [llvm/llvm-project] d62a34: Add a test for adding and removing Listeners from ...
jimingham via All-commits
- [all-commits] [llvm/llvm-project] d643a3: [X86] Use any_fadd/sub/mul/div/sqrt with the AVX51...
topperc via All-commits
- [all-commits] [llvm/llvm-project] d65bbf: [clang] Add support for __builtin_memcpy_inline
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] d6da8a: [clangd] don't rename on protobuf symbols.
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] d7082e: [lldb/Plugin] Don't define initializers inside lld...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] d78cef: [AArch64][GlobalISel] Emit TBZ for SGT cond branch...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] d7cbef: [MLIR] Fixes for shared library dependencies.
stephenneuendorffer via All-commits
- [all-commits] [llvm/llvm-project] d96c1b: [BPF] disable ReduceLoadWidth during SelectionDag ...
yonghong-song via All-commits
- [all-commits] [llvm/llvm-project] da1fb2: Revert "[llvm] Add a way to speed up the speed in ...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] da3dc0: PR44684: Look through parens and similar construct...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] da45bd: [VFS] More consistent support for Windows
amccarth-google via All-commits
- [all-commits] [llvm/llvm-project] dab7bd: scudo: Delete unused class ScudoByteMap. NFCI.
pcc via All-commits
- [all-commits] [llvm/llvm-project] dac21f: [clang-doc] Improving Markdown Output
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] db51c4: [ELF] Decrease alignment of ThunkSection on 64-bit...
Peter Smith via All-commits
- [all-commits] [llvm/llvm-project] dbc96b: Revert "[CodeGenModule] Assume dso_local for -fpic...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] dbcc13: [X86] Remove isel patterns that include a vselect/...
topperc via All-commits
- [all-commits] [llvm/llvm-project] dc42ff: [InstCombine] add FIXME comment to shuffle transfo...
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] dcab97: [lldb] [test] Pass LLVM_LIBS_DIR from CMake for li...
Michał Górny via All-commits
- [all-commits] [llvm/llvm-project] dd2622: [X86] Use MVT::i32 for the type of a MOV32r0 creat...
topperc via All-commits
- [all-commits] [llvm/llvm-project] dd5056: MSVC Buggy version detection: turn pre-processor e...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] dd7d61: [ValueTracking] Let isGuaranteedToBeUndefOrPoison ...
Juneyoung Lee via All-commits
- [all-commits] [llvm/llvm-project] dd921c: [sanitizer] Add missing declarations for sigaltsta...
Evgenii Stepanov via All-commits
- [all-commits] [llvm/llvm-project] de6f7e: [x86] don't create an unused constant vector
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] de8451: GlobalISel: Fold SmallVector resizes into construc...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] de90d7: [DebugInfo] Avoid the call site param for mem inst...
Djordje Todorovic via All-commits
- [all-commits] [llvm/llvm-project] def55a: DebugInfo: Add a couple of missing COFF sections t...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] df51b6: Revert "[AArch64][GlobalISel] Emit TBZ for SGT con...
Jessica Paquette via All-commits
- [all-commits] [llvm/llvm-project] dfa942: AMDGPU/GlobalISel: Don't use legal v2s16 G_BUILD_V...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e05af0: [lldb/StackFrameList] Convert assert to defensive ...
Vedant Kumar via All-commits
- [all-commits] [llvm/llvm-project] e0d1e8: Revert "Reland "[AArch64] Fix data race on Registe...
huihzhang via All-commits
- [all-commits] [llvm/llvm-project] e0ea70: [mlir] ConvertStandardToLLVM: do not rely on comma...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] e11d70: Make quick-append.test resilient to running in pat...
Hans via All-commits
- [all-commits] [llvm/llvm-project] e195ff: Recommit "[X86] Use X86ISD::SUB instead of X86ISD:...
topperc via All-commits
- [all-commits] [llvm/llvm-project] e1cbfe: [X86] Add flag result VT to a MOV32r0 created in X...
topperc via All-commits
- [all-commits] [llvm/llvm-project] e1e09f: [MLIR] Add mapping based on ValueRange to BlockAnd...
Stephan Herhut via All-commits
- [all-commits] [llvm/llvm-project] e211a7: Re-land "[lldb/Test] Make substrs argument to self...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] e21b39: [lldb] Group ABI plugins
plabath via All-commits
- [all-commits] [llvm/llvm-project] e22901: Support -fstack-clash-protection for x86
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] e28936: [OpenMP][Opt] Annotate known runtime functions and...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] e2fa76: Fix my use of the TARGET_OS_OSX TargetConditional.
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] e39512: [yaml2obj] Add -D k=v to preprocess the input YAML
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] e3aa06: [lldb/DWARF] Don't assume that a SymbolFileDWARFDw...
Pavel Labath via All-commits
- [all-commits] [llvm/llvm-project] e4230a: ArrayRef'ize spillCalleeSavedRegisters. NFCI.
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] e4f4a6: [analyzer] Prevent an assertion failure in PThread...
Gábor Horváth via All-commits
- [all-commits] [llvm/llvm-project] e52414: [mlir][VectorOps] Generalized vector.print to i32/i64
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] e53bbf: [GVN] Add GVNOption to control load-pre more fine-...
Thomas via All-commits
- [all-commits] [llvm/llvm-project] e565db: [OpenMP][Opt] Delete terminating and read-only par...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] e5ba52: [NFC][RISCV] Fixing typo in comment.
Nate Voorhies via All-commits
- [all-commits] [llvm/llvm-project] e5ff92: [clang][NFC] Expand some `auto`s and add another t...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] e62967: [X86] Add more scalar intrinsic instructions to is...
topperc via All-commits
- [all-commits] [llvm/llvm-project] e63abd: [clang][driver] Fix null pointer dereference warni...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] e65e6d: AMDGPU/GlobalISel: Legalize TFE image result loads
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e6686a: AMDGPU/EG, CM: Implement fsqrt using recip(rsqrt(x)...
Jan Vesely via All-commits
- [all-commits] [llvm/llvm-project] e67cba: Support -fstack-clash-protection for x86
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] e6c9ab: [InstCombine] Rename worklist methods; NFC
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e78fb5: [InstCombine] reassociate splatted vector ops
RotateRight via All-commits
- [all-commits] [llvm/llvm-project] e7cb37: [LLD][ELF] Add time-trace to ELF LLD
rgal via All-commits
- [all-commits] [llvm/llvm-project] e82e17: [X86] Add lowerShuffleAsBitRotate (PR44379)
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] e8a436: [OpenMP][OMPIRBuilder] Add Directives (master and ...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] e8c3a6: [ARM][ASMParser] Refuse equal RdHi/RdLo for s/umla...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] e8e05d: [OPENMP50]Add codegen for acq_rel clause in atomic...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] e94332: [SystemZ] Add 'REQUIRES:' or '-mtriple' to some n...
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] ea4652: Fix unused variable warning (NFC)
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] ea8b2c: [AVR] Add disassembly tests for supported instruct...
Ayke via All-commits
- [all-commits] [llvm/llvm-project] ea9166: [OPENMP50]Add parsing/sema for acq_rel clause.
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] eacca4: [Concepts] Instantiate invented template type para...
Saar Raz via All-commits
- [all-commits] [llvm/llvm-project] eace2f: Fix warning on trailing `; `. NFC.
darkbuck via All-commits
- [all-commits] [llvm/llvm-project] eaf0c8: [clangd] Add the missing elaborated types in FindT...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] eb5ee9: [LLDB] Add missing declarations for linking to psapi
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] ebcf25: [cmake] Fix clang builds with BUILD_SHARED=ON and ...
tstellar via All-commits
- [all-commits] [llvm/llvm-project] ec50e1: DebugInfo: Hash DW_OP_convert in loclists when usi...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] ec93c7: Drop some uses of StringLiteral in favor of StringRef
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] ec9a94: [X86] Use MVT::i8 instead of MVT::i64 for shift am...
topperc via All-commits
- [all-commits] [llvm/llvm-project] ed368b: StringRef.h: __builtin_strlen seems to exist in VS...
Hans via All-commits
- [all-commits] [llvm/llvm-project] ed5998: Revert "[SafeStack][DebugInfo] Insert DW_OP_deref ...
Jeremy Morse via All-commits
- [all-commits] [llvm/llvm-project] ed92ac: Add missing encoding comments from fma4 folded int...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] ed9899: Revert "[clangd] Mechanism to make update debounce...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] eda6b2: [MLIR][Linalg] Allow fusion of more than 2 linalg ...
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] ee3f13: Fix -Wunused-lambda-capture for -DLLVM_ENABLE_ASSE...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] eeb639: [LegalizeTypes][ARM][AArch64][PowerPC][RISCV][X86]...
topperc via All-commits
- [all-commits] [llvm/llvm-project] ef83d4: Use heterogenous lookup for std; :map<std::string w...
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] efcd39: DebugInfo: Generalize convert-debugloc.ll to run f...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] f00ab1: Make quick-append.test resilient to running in pat...
Hans via All-commits
- [all-commits] [llvm/llvm-project] f08099: [ELF][ARM][test] Keep arm-thumb-interwork-shared.s
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] f0fb09: [mlir] Print types to the OpAsmPrinter instead of ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] f25a2a: [X86] Fix missing load latencies (PR36894)
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] f26ff8: [TargetRegisterInfo] Make the heuristic to skip re...
qcolombet via All-commits
- [all-commits] [llvm/llvm-project] f2d7aa: [X86] Add the rest of the tests that were supposed...
topperc via All-commits
- [all-commits] [llvm/llvm-project] f37b62: Re-land "[lldb] [testsuite] generalize `DWARFASTPa...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] f3bacd: Fix some more -Wrange-loop-analysis warnings in AA...
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] f3fa4a: [mlir] Drop customization hooks from StandardToLLV...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] f40a79: [clang-format] Do not merge short C# class definit...
Jonathan B Coe via All-commits
- [all-commits] [llvm/llvm-project] f41ec7: [Clang][Driver] Remove -M group options before gen...
Alexandre Ganea via All-commits
- [all-commits] [llvm/llvm-project] f48c1f: [compiler-rt] fix OpenBSD and Solaris build with s...
Evgenii Stepanov via All-commits
- [all-commits] [llvm/llvm-project] f4a38c: AMDGPU/GlobalISel: Look through casts when legaliz...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f5cdfb: Detect attach fail in debugserver due to non-inter...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] f5d1a9: Try to fix windows build bot after 008e7bf92343b8b...
Ralender via All-commits
- [all-commits] [llvm/llvm-project] f5f70d: Add missing directory from 3ec28da6
Derek Schuff via All-commits
- [all-commits] [llvm/llvm-project] f64b34: [ARM] Add extra use test for MVE VPT blocks. NFC
David Green via All-commits
- [all-commits] [llvm/llvm-project] f6d984: Revert "Support -fstack-clash-protection for x86"
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] f70109: [doc] typo in optimisation remark example
sjoerdmeijer via All-commits
- [all-commits] [llvm/llvm-project] f75301: Revert "DebugInfo: Check DW_OP_convert in loclists...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] f780e1: [OpenCL] Fix support for cl_khr_mipmap_image_writes
Alexey Sotkin via All-commits
- [all-commits] [llvm/llvm-project] f7de70: scudo: Simplify getClassIdBySize() logic. NFCI.
pcc via All-commits
- [all-commits] [llvm/llvm-project] f85d34: [NFC] Introduce an API for MemOp
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] f8865c: [clangd] Pull out a isProtoFile function.
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] f8c4d7: Fix modules build after PassManagerImpl.h addition
Reid Kleckner via All-commits
- [all-commits] [llvm/llvm-project] f8c9ce: [SimplifyLibCalls] Add __strlen_chk.
George Burgess IV via All-commits
- [all-commits] [llvm/llvm-project] f9efce: [mlir][VectorOps] Support vector transfer_read/wri...
andydavis1 via All-commits
- [all-commits] [llvm/llvm-project] fad012: Reland "[lldb] Increase the rate at which ConstStr...
Raphael Isemann via All-commits
- [all-commits] [llvm/llvm-project] fafc6e: [IRGen] Emit lifetime intrinsics around temporary ...
Erik Pilkington via All-commits
- [all-commits] [llvm/llvm-project] fafddb: Revert "[Clang][Driver] Remove -M group options .....
Jordan Rupprecht via All-commits
- [all-commits] [llvm/llvm-project] fb0d2d: Fix after c25938d
amccarth-google via All-commits
- [all-commits] [llvm/llvm-project] fbb4d1: [lldb/Plugins] Use external functions to (de)initi...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] fc0ba6: [lldb] Rename Type::ResolveClangType to Type::Reso...
Alex via All-commits
- [all-commits] [llvm/llvm-project] fc1946: [Alignment][NFC] Use Align for code creating MemOp
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] fc62b3: [llvm-reduce] add ReduceAttribute delta pass
Nick Desaulniers via All-commits
- [all-commits] [llvm/llvm-project] fce1ee: [clang] fix lib/ASTMatchers for BUILD_SHARED_LIBS=ON
stephenneuendorffer via All-commits
- [all-commits] [llvm/llvm-project] fd0abc: [yaml2obj] - Change NameIndex to StName for Symbol.
Georgii Rymar via All-commits
- [all-commits] [llvm/llvm-project] fd271f: Don't warn about missing declarations for partial ...
Aaron Puchert via All-commits
- [all-commits] [llvm/llvm-project] fd3437: [OPENMP][NVPTX]Add NVPTX specific definitions for ...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] fdfdd2: [CMake] Use LLVM tools external project build wher...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] fe6e77: [scudo][standalone] 32-bit improvement
Kostya Kortchinsky via All-commits
- [all-commits] [llvm/llvm-project] ff837a: Actually, don't try to use __builtin_strlen in Str...
Hans via All-commits
- [all-commits] [llvm/llvm-project] ffdbd2: [Attributor] Look through (some) casts in AAValueC...
Johannes Doerfert via All-commits
Last message date:
Sun Feb 9 23:33:47 PST 2020
Archived on: Sun Feb 9 23:35:20 PST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).