summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [InstCombine] fold (Binop phi(a, b) phi(b, a)) -> (Binop a, b) while Binop is...Chia2023-12-214-0/+735
| * [flang][OpenMP] Avoid captures of references to structured bindingsKrzysztof Parzyszek2023-12-211-2/+4
| * [CVP] Add additional tests for undef check (NFC)Nikita Popov2023-12-211-0/+30
| * [Flang, Clang] Enable and test 'rdynamic' flag (#75598)Radu Salavat2023-12-212-1/+6
| * [X86][NFC] Refine code in X86InstrArithmetic.tdShengchen Kan2023-12-212-82/+78
| * [ValueTracking] Shufflevector produces poison rather than undefNikita Popov2023-12-212-7/+4
| * [AArch64] Codegen support for FEAT_PAuthLRTomas Matheson2023-12-2121-25/+752
| * [AArch64] Add FEAT_PAuthLR assembler supportOliver Stannard2023-12-2115-4/+518
| * [AArch64] add missing test case for v9.4-ATomas Matheson2023-12-211-0/+1
| * [XCOFF] Use RLDs to print branches even without -r (#74342)stephenpeckham2023-12-218-59/+197
| * [lldb][test] Link to PlatformWindows in thread testsDavid Spickett2023-12-211-0/+1
| * [lldb][test] Remove non-existent Windows lib from thread testsDavid Spickett2023-12-211-1/+0
| * [Flang] Add fortran runtime libraries to AIX driver (#75921)madanial02023-12-211-0/+6
| * [flang] add no-cpp-dep test for AIX 64 bit (#74637)madanial02023-12-211-1/+4
| * [lldb][test] Fix missing-braces warnings in unit testsDavid Spickett2023-12-212-7/+8
| * [mlir][nfc] Update tests for Contract -> Op transforms (#76054)Andrzej Warzyล„ski2023-12-212-144/+149
| * [lldb][test] Only link Windows libraries on WindowsDavid Spickett2023-12-211-2/+6
| * [X86][NFC] Refine code in X86InstrArithmetic.tdShengchen Kan2023-12-212-722/+566
| * [lldb] add support for thread names on Windows (#74731)oltolm2023-12-214-6/+106
| * [CodeGen] This patch fix a bug that may caused error for a self-defined targe...yan zhou2023-12-211-3/+3
| * [TLI] Pass replace-with-veclib works with Scalable Vectors. (#73642)Paschalis Mpeis2023-12-214-142/+144
| * [llvm-readtapi][test] Write test outputs into a temporary directoryDmitri Gribenko2023-12-211-2/+3
| * [mlir][bazel] Fix build after acaff70841f59a1aec2a3c417e9f3a0f14eb47adChristian Sigg2023-12-211-1/+1
| * [libc][NFC] Unify `FPBits` implementations (#76033)Guillaume Chatelet2023-12-213-152/+124
| * [Clang][SME2] Add builtins for multi-vector fp round to integral value (#75941)Kerry McLaughlin2023-12-212-0/+297
| * [lldb] Add actionable feedback when overwriting a command fails (#76030)Felipe de Azevedo Piovezan2023-12-212-1/+18
| * [InstCombine] Simplifiy `(-x * y * -x)` into `(x * y * x)` (#72953)Z5722023-12-213-3/+182
| * [TLI] Add getLibFunc that accepts an Opcode and scalar Type. (#75919)Paschalis Mpeis2023-12-213-0/+55
| * [AArch64] Fold more load.x into load.i with large offsetzhongyunde 004434072023-12-213-54/+97
| * [AArch64] merge index address with large offset into base addresszhongyunde 004434072023-12-215-12/+250
| * [AArch64] Precommit tests for PR75343, NFCzhongyunde 004434072023-12-212-2/+314
| * [flang] add GETLOG runtime and extension implementation: get login username (...Yi Wu2023-12-216-21/+155
| * [AMDGPU] Test parsing elements of CPol operand in any order (#76139)Jay Foad2023-12-211-0/+29
| * Revert "[mlir][python] Make the Context/Operation capsule creation methods wo...Alex Zinenko2023-12-214-129/+26
| * [OpenMP] Check for gtest when building libomptarget unit tests (#76141)Ethan Luis McDonough2023-12-211-1/+3
| * [clang][analyzer] Support `fflush` in the StreamChecker (#74296)Ben Shi2023-12-213-0/+154
| * [libc] Make BigInt bit_cast-able to compatible types (#75063)Guillaume Chatelet2023-12-214-14/+102
| * [AArch64][GlobalISel] Lower scalarizing G_UNMERGE_VALUES to G_EXTRACT_VECTOR_ELTDavid Green2023-12-2114-919/+622
| * [ConstraintElim] Add test with select where the second op cant be poison.Florian Hahn2023-12-211-0/+21
| * [LoopUnroll] Make UnrollMaxUpperBound to be overridable by target (#76029)boxu.zhang2023-12-212-3/+10
| * [mlir][ArmSME] Fix invalid rewriter API usage (#76123)Matthias Springer2023-12-211-4/+7
| * [NFC] [Serialization] Improve AST serialization by reordering packedChuanqi Xu2023-12-214-236/+280
| * [ValueTracking] Fix KnownBits conflict for poison-only vectorNikita Popov2023-12-212-0/+21
| * [clang][dataflow] Disallow setting properties on `RecordValue`s. (#76042)martinboehme2023-12-216-195/+88
* | [๐˜€๐—ฝ๐—ฟ] changes introduced through rebaseVitaly Buka2023-12-218-72/+96
|\|
| * [test][hwasan] Clang-format a testVitaly Buka2023-12-211-31/+31
| * [clang][dataflow] Add `Environment::get<>()`. (#76027)martinboehme2023-12-217-41/+65
* | [๐˜€๐—ฝ๐—ฟ] changes to main this commit is based onVitaly Buka2023-12-203-11/+24
|/
* [bazel] Fix build after b4e7ae883f8d75b7a464d030e14bfeca2b796d49f797bdd0674cb...Christian Sigg2023-12-211-0/+1
* [mlir][llvm] Improve alloca handling during inlining (#75961)Tobias Gysi2023-12-213-3/+76