platform/upstream/llvm.git
2021-02-08 Jeremy MorseRevert "Re-land D94976 after revert in e29552c5aff6"
2021-02-08 Jeremy MorseRevert "DebugInfo: Temporarily work around -gsplit...
2021-02-08 einvbriRevert "[Sema] Fix -Warray-bounds false negative when...
2021-02-08 Kadir Cetinkaya[clang][CodeComplete] Fix crash on ParenListExprs
2021-02-08 Jan SvobodaReapply "[clang][cli] Report result of ParseLangArgs"
2021-02-08 Tatyana Krasnukha[lldb/tests] Removed add_test_categories decorator...
2021-02-08 Tatyana Krasnukha[lldb/tests] Un-skip TestGuiBasicDebug.py on Arm and...
2021-02-08 Tatyana KrasnukhaReland "[lldb] Make CommandInterpreter's execution...
2021-02-08 Tatyana Krasnukha[lldb] Debugger: reuse ExecutionContextRef to create...
2021-02-08 Thomas Symalla[AMDGPU]: Fixes an invalid clamp selection pattern.
2021-02-08 KareemErgawy... [MLIR][LangRef doc] Fix a small typo.
2021-02-08 David Green[ARM] Make v2f64 scalar_to_vector legal
2021-02-08 Dmitry Preobrazhensky[AMDGPU][MC] Corrected error position for invalid dim...
2021-02-08 Jeremy MorseFollow up to e05c10380ce7: add aarch64 to test XFails
2021-02-08 David Green[ARM] Testing for stored extracted values. NFC
2021-02-08 David Green[ARM] Add some float Biquad cases showing difficult...
2021-02-08 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Improved errors reporting for inval...
2021-02-08 Sander de Smalen[ValueTypes] Fix size of nxv1f16 (32 -> 16).
2021-02-08 Sven van Haastregt[OpenCL] Do not enforce ASTContext for OCL2Qual
2021-02-08 Muhammad Omair... [LLDB] Fix buildbot regression in symbol-binding.test
2021-02-08 Jeremy Morse[DebugInfo] Re-engineer a test to be stricter, add...
2021-02-08 Fraser Cormack[RISCV] Support the scalable-vector fadd reduction...
2021-02-08 David Sherwood[Analysis] Remove unused functions from TargetLibraryInfo
2021-02-08 Tres PoppRevert "Revert "Reorder MLIRContext location in Builtin...
2021-02-08 Simon Pilgrim[WebAssembly] Fix multiclass template parameter types...
2021-02-08 Jan SvobodaRevert "[clang][cli] Report result of ParseLangArgs"
2021-02-08 Jan Svoboda[clang][cli] NFC: Mirror CreateFromArgs order in genera...
2021-02-08 Muhammad Omair... Use remote regnums in expedited list, value regs and...
2021-02-08 Muhammad Omair... [LLDB] Disable TestExprsChar.py, still fails on Arm...
2021-02-08 Jan Svoboda[clang][cli] Report result of ParseLangArgs
2021-02-08 Raphael Isemann[modules] Put Frontend/OpenMP headers into a Clang...
2021-02-08 Jan Svoboda[clang][index] Mark file as C++ in parse-all-comments...
2021-02-08 David Green[ARM] i16 insert-of-extract to VINS pattern
2021-02-08 Jan Svoboda[clang][cli] Generate and round-trip preprocessor options
2021-02-08 Tres PoppRevert "Reorder MLIRContext location in BuiltinAttribut...
2021-02-08 Tres PoppReorder MLIRContext location in BuiltinAttributes.h
2021-02-08 Jan Svoboda[clang][cli] Generate and round-trip analyzer options
2021-02-08 Djordje Todorovic[elf-core] Improve reading memory from core file
2021-02-08 Vladislav Vinogradov[mlir][ODS] Allow to specify custom namespace for ...
2021-02-08 Max Kazantsev[Test] Add failing test for PR49087
2021-02-08 Daniel Hwang[scan-build-py] Update scan-build-py to allow outputing...
2021-02-08 Fangrui SongELFObjectWriter: Don't de-duplicate STT_FILE symbols
2021-02-08 Fangrui SongELFObjectWriter: Make STT_FILE precede associated local...
2021-02-08 Fangrui Song[MC][test] Improve STT_FILE tests
2021-02-07 Fangrui SongELFObjectWriter: Don't sort local symbols
2021-02-07 Florian Hahn[ConstraintElimination] Decompose zext for unsigned...
2021-02-07 Florian Hahn[LV] Replace some uses of VectorLoopValueMap with VPTra...
2021-02-07 Florian Hahn[ConstraintElimination] Add additional tests.
2021-02-07 Kazu Hirata[Transforms/Utils] Use range-based for loops (NFC)
2021-02-07 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-07 Kazu Hirata[SelectionDAG] Drop unnecessary const from a return...
2021-02-07 poelmanc[clang-tidy] fix modernize-loop-convert to retain neede...
2021-02-07 Stephen KellyAdd code complete support for mapAnyOf
2021-02-07 Stephen KellyAdd clang-query support for mapAnyOf
2021-02-07 Stephen Kelly[ASTMatchers] Extract parsing of bind token from the...
2021-02-07 Stephen Kelly[ASTMatchers] Change internal method API
2021-02-07 Stephen Kelly[ASTMatchers] Make it possible to build mapAnyOf throug...
2021-02-07 Stephen Kelly[ASTMatchers ]Make MatcherDescriptors indicate the...
2021-02-07 Sanjay Patel[Reassociate] allow or->add with shl operands
2021-02-07 Stephen KellyMake it possible to store NodeKinds in ArgKind
2021-02-07 Stephen Kelly[ASTMatchers] Add static constructor for ArgKinds of...
2021-02-07 Simon Pilgrim[DAG] SelectionDAG::isSplatValue - handle OR/XOR cases
2021-02-07 Simon Pilgrim[X86][AVX] Fold extract_subvector(splat, c) -> extract_...
2021-02-07 Florian Hahn[ConstraintElimination] Require GEPs to be inbounds...
2021-02-07 Craig Topper[TableGen] Make all the fields in PatternToMatch privat...
2021-02-06 Florian Hahn[ConstraintElimination] Extend test coverage.
2021-02-06 Fangrui Song[Polly] Fix build after AssumptionCache change (D96168)
2021-02-06 Dave Lee[lldb] Use assertIn/NotIn over assertTrue/False (NFC)
2021-02-06 Fangrui Song[ELF][test] Improve aarch64 tests
2021-02-06 Kazu Hirata[Analysis] Use range-based for loops (NFC)
2021-02-06 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-06 Kazu Hirata[IR] Drop unnecessary const from return types (NFC)
2021-02-06 Craig Topper[X86] Don't pass a 1 to the second argument of ISD...
2021-02-06 Johannes Doerfert[AssumptionCache] Avoid dangling llvm.assume calls...
2021-02-06 Johannes Doerfert[AssumptionCache] Do not track llvm.assume calls (PR49043)
2021-02-06 Nikita Popov[LSR] Add test for multi-edge latch (NFC)
2021-02-06 Teresa Johnson[LTT] Don't attempt to lower type tests used only by...
2021-02-06 Heejin Ahn[WebAssembly] Update InstPrinter and AsmParser for...
2021-02-06 LLVM GN Syncbot[gn build] Port be0efa1f2368
2021-02-06 Heejin Ahn[WebAssembly] Handle EH terminate pads for cleanup
2021-02-06 Simon Pilgrim[X86][AVX] canonicalizeLaneShuffleWithRepeatedOps ...
2021-02-06 Simon Pilgrim[PowerPC] Fix multiclass template parameter types....
2021-02-06 Simon Pilgrim[Sparc] Fix multiclass template parameter types. NFC.
2021-02-06 Simon Pilgrim[Hexagon] Fix multiclass template parameter types....
2021-02-06 Heejin Ahn[WebAssembly] Fix catch unwind mismatches
2021-02-06 Heejin Ahn[WebAssembly] Fix call unwind mismatches
2021-02-06 Sander de SmalenNFC: Migrate LoopIdiomRecognize to work on InstructionCost
2021-02-06 David Green[AArch64] Correct some tablegen operand types. NFC
2021-02-06 Sander de SmalenNFC: Migrate LoopFlatten to work on InstructionCost.
2021-02-06 Tung D. Le[MLIR] [affine-loop-fusion] Fix a bug about non-result...
2021-02-06 Fangrui Song.gcc_except_table: Set SHF_LINK_ORDER if binutils>...
2021-02-06 Fangrui Song[ELF] --gc-sections: collect unused SHF_LINK_ORDER...
2021-02-06 Kazu Hirata[Transforms/Instrumentation] Use range-based for loops...
2021-02-06 Kazu Hirata[llvm] Fix header guards (NFC)
2021-02-06 Kazu Hirata[AMDGPU] Drop unnecessary const from a return type...
2021-02-06 Fangrui Song[AsmPrinter] __patchable_function_entries: Set SHF_LINK...
2021-02-06 Wenlei He[CSSPGO] Use merged base profile for hot threshold...
2021-02-06 Mehdi AminiRework ExecutionEngine::invoke() to make it more friend...
2021-02-06 Mehdi AminiAdd a link to the LLVM Dev recording from the MLIR...
2021-02-06 Adrian PrantlHave stripDebugInfo() also strip !llvm.loop annotations...
next