platform/upstream/llvm.git
2022-03-09 Peter Klausler[flang] Fix extent computation in finalization
2022-03-09 Mark de Wever[libc++][NFC] Cleanups in <charconv>.
2022-03-09 Nico Weber[gn build] (manually) port ffb9429b6f3c29ab
2022-03-09 Dave Lee[lldb] Fix step-avoid-regexp logging
2022-03-09 Dave Lee[lldb] Add SBType::IsAggregateType
2022-03-09 Florian Hahn[LV] Do not consider instrs dead if used by phi that...
2022-03-09 Pavel Labath[lldb] Fix TestDebuggerAPI on windows (broken by D120810)
2022-03-09 Andrzej Warzynski[flang][driver] Add support for -S and implement -c...
2022-03-09 Stanislav GatevRevert "[clang][dataflow] Move dataflow testing support...
2022-03-09 Stanislav Gatev[clang][dataflow] Move dataflow testing support out...
2022-03-09 Thomas Preud... [MachinePipeliner] Fix isPseduo typo.
2022-03-09 Aaron BallmanAdd the C and C++ Language Working Group meeting info
2022-03-09 Pavel Labath[lldb] Remove the global platform list
2022-03-09 Louis Dionne[libc++] Don't manually override NDEBUG in the dylib...
2022-03-09 Shraiysh Vaishay[mlir][OpenMP] Generating enums in accordance with...
2022-03-09 Simon Pilgrim[X86] Add shift identity select tests
2022-03-09 fourdim[JITLink][RISCV] Refactor range checking and alignment...
2022-03-09 Florian Hahn[PassManager] Another adjustment to account for differe...
2022-03-09 Timm Bäder[clang][sema] Enable first-class bool support for C2x
2022-03-09 Dmitry Vassiliev[llvm-dwarfdump] Avoid possible div-by-zero in debug...
2022-03-09 Nikita Popov[Coroutines] Avoid pointer element access for resume...
2022-03-09 Pavel Labath[lldb] Don't print *trailing* nuls in char arrays
2022-03-09 Pavel Labath[lldb/driver] Fix SIGTSTP handling
2022-03-09 Pavel Labath[lldb] Warn when we fail to find dwo/dwp files
2022-03-09 Florian Hahn[PassManager] Adjust check lines to account for differe...
2022-03-09 Florian Hahn[PassManager] Add pretty stack entries before P->run...
2022-03-09 Aaron BallmanUpdate my office hours
2022-03-09 Simon Pilgrim[IR] MatrixBuilder - CreateIndexAssumption - fix unused...
2022-03-09 Vladislav Khmelevsky[BOLT] Move some of the tests to common directory
2022-03-09 Krasimir Georgiev[lldb] Fix -Wformat warning after 5a27b99825a5ba3a7a2ee...
2022-03-09 Simon Pilgrim[clang] ScalarExprEmitter::VisitCastExpr - use castAs...
2022-03-09 Simon Pilgrim[clang] Environment::createValueUnlessSelfReferential...
2022-03-09 Simon Pilgrim[X86] Add common check prefixes to vector-bitreverse.ll
2022-03-09 Simon Pilgrim[clang] Sema::ActOnModuleImport - remove superfluous...
2022-03-09 Alexey LapshinFix for buildbot failure: https://lab.llvm.org/buildbot...
2022-03-09 Chuanqi Xu[NFC] [C++20] [Modules] Add test to show private module...
2022-03-09 Uday BondhugulaNFC. Clean up memref utils library
2022-03-09 Andrzej Warzynski[flang] Remove 'using namespace mlir;` from header...
2022-03-09 Nikita Popov[CoroFrame] Avoid pointer element type access for swift...
2022-03-09 LLVM GN Syncbot[gn build] Port 2dc4a80ec026
2022-03-09 Alexey Lapshin[objcopy][NFC] Move NameOrPattern::create() into Common...
2022-03-09 Stanislav GatevRevert "[clang][dataflow] Add analysis that detects...
2022-03-09 Nikita Popov[IR][IPSCCP] Treat different function type as address...
2022-03-09 Stanislav Gatev[clang][dataflow] Add analysis that detects unsafe...
2022-03-09 David Spickett[libcxx][CI] Use temporary clang-13 bots for Arm/AArch64
2022-03-09 Jean Perier[flang] Use unix logical representation for fir.logical
2022-03-09 Nikita Popov[SCEV] Verify all IR -> SCEV mappings
2022-03-09 Nikita Popov[Attributor] Use byval type instead of pointer element...
2022-03-09 Weining Lu[LoongArch] Add basic support to AsmParser
2022-03-09 Martin Storsjö[libcxx] [test] XFAIL the get/put long_double_ru_RU...
2022-03-09 Martin Storsjö[libcxx] [test] Fix the classic_table test on Windows
2022-03-09 Jonas Devlieghere[lldb] Add --exists flag to `settings set`
2022-03-09 Venkata Ramanaiah... [AMDGPU] Move call clobbered return address registers...
2022-03-09 Yevgeny Rouban[clangd] Make dexp command line options sticky
2022-03-09 Yevgeny Rouban[clangd] Make dexp command line options sticky
2022-03-09 Johannes Doerfert[OpenMP][FIX] Ensure the modules vector is filled as...
2022-03-09 Jonas Devlieghere[lldb] A few small changes to HandleProgressEvent
2022-03-09 Jonas Devlieghere[lldb] Undef GetMessage when including Windows.h
2022-03-09 Chia-hung Duan[mlir] Make ShapedTypeComponents contructible from...
2022-03-09 Arthur O'Dwyer[libc++] Fix a use-after-move introduced in D118003.
2022-03-09 Jonas Devlieghere[lldb] Always move the cursor back after printing progress
2022-03-09 Jonas Devlieghere[lldb] Add a setting to change the progress color
2022-03-09 Jonas Devlieghere[lldb] Show progress events in the command line driver
2022-03-09 Jonas Devlieghere[lldb] Remove "(i.e. ANSI)" from several property descr...
2022-03-09 Chuanqi XuRevert "[clang][ABI] New C++20 module mangling scheme"
2022-03-09 Amy Zhuang[mlir] Extend AffineForEmptyLoopFolder
2022-03-09 Aart Bik[mlir][sparse] index support in sparse compiler codegen
2022-03-09 Peter Klausler[flang] Distinguish usage and portability warning messages
2022-03-09 River Riddle[mlir][NFC] Add various includes currently transitively...
2022-03-09 Kevin Athey[MSAN] add interceptor for timer_create, timer_settime...
2022-03-09 Florian Mayer[NFC] [MTE] [HWASan] fixed orphaned comments.
2022-03-09 Ryan Senanayake[clang] Fix CodeGenAction for LLVM IR MemBuffers
2022-03-09 Florian Mayer[NFC] [MTE] [HWASan] simply code.
2022-03-09 Tom Stellarddocs: Update instructions for requesting backports...
2022-03-09 River Riddle[mlir:toy][NFC] Add comment blocks for toy operations.
2022-03-09 Vitaly BukaRevert "Attempt to fix linking issue on the bot"
2022-03-08 Florian Mayer[NFC] [HWASan] [MTE] Use function_ref over template.
2022-03-08 Vitaly BukaAttempt to fix linking issue on the bot
2022-03-08 Shoaib Meenai[cmake] Use CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
2022-03-08 Tom StellardSafeStack: Re-enable SafeStack coloring optimization
2022-03-08 Vladislav Khmelevsky[BOLT] Handle ifuncs trampolines for aarch64
2022-03-08 Arthur Eubanks[test] Modify some tests to remove implicit -basic...
2022-03-08 Fangrui Song[SampleProfileInference] Work around odr-use of const...
2022-03-08 Andrew Browne[DFSan] Fix several bugs in dfsan custom callbacks...
2022-03-08 LLVM GN Syncbot[gn build] Port c2cd15a66531
2022-03-08 Nikolas Klauser[libc++][ranges] Implement ranges::mismatch
2022-03-08 Arthur Eubanks[test] Use new PM for -aa-eval tests
2022-03-08 Florian Hahn[ConstraintElimination] Remove over-eager assertion.
2022-03-08 Joseph Huber[OpenMP][Docs] Make copy pasting remarks easier
2022-03-08 Arthur Eubanks[test][LowerMatrixIntrinsics] Use new PM RUN lines
2022-03-08 Louis Dionne[libc++] Remove stray #undef
2022-03-08 Valentin Clement[flang] Lower associate construct
2022-03-08 Amir Ayupov[BOLT][NFC] Handle "dynamic section sizes should match"
2022-03-08 Lei Zhang[mlir][spirv] Define spv.VectorTimesScalar op
2022-03-08 Lei Zhang[mlir][spirv] Fix spv.GLSL.{S|U}Clamp type checking
2022-03-08 Lei Zhang[mlir][spirv] Handle another form of folding comparsion...
2022-03-08 Tue Ly[libc] Add testing macros for errno and floating point...
2022-03-08 Mehdi AminiRevert "Fix link of libmlir.so by adding ExecutionEngin...
2022-03-08 spupyrevintroducing some profi flags
2022-03-08 Mehdi AminiFix link of libmlir.so by adding ExecutionEngine as...
next