summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rebase, Address commentsupstream/users/alexey-bataev/spr/ttiriscvimprove-costs-for-fixed-vector-whole-reg-extractinsertAlexey Bataev2024-02-29577-7369/+11179
|\
| * [RISCV] Enable PostRAScheduler for SiFive7 (#83166)Michael Maitland2024-02-293-36/+37
| * [X86] matchAddressRecursively - ensure dead nodes are replaced before matchin...RicoAfoat2024-02-292-4/+33
| * [NFC][RemoveDIs] Add bodies for inst-constructors taking iteratorsJeremy Morse2024-02-292-0/+138
| * [DebugInfo][RemoveDIs] Fix incorrect test expectStephen Tozer2024-02-291-1/+1
| * AMDGPU\GlobalISel: remove amdgpu-global-isel-risky-select flag (#83426)Petar Avramovic2024-02-294-71/+9
| * [DebugInfo][RemoveDIs] Prevent duplicate DPValues from being returned by find...Stephen Tozer2024-02-292-3/+11
| * [lldb][test] Clear pexpect found var before checking againDavid Spickett2024-02-291-0/+1
| * [DirectX][NFC] Leverage LLVM and DirectX intrinsic description in DXIL Op rec...S. Bharadwaj Yadavalli2024-02-295-373/+413
| * [Clang][Sema]: Diagnose lambda to bool implicit casts (#83152)Vinayak Dev2024-02-296-6/+34
| * [OpenACC] Implement Compute Construct 'goto' in/out logic (#83326)Erich Keane2024-02-294-2/+234
| * [NFC][ARM][AArch64] Deduplicated code. (#82785)Dani2024-02-293-16/+31
| * [mlir][ArmSVE] Fix test-setArmVLBits.mlir after #83213Benjamin Maxwell2024-02-291-11/+6
| * [NFC][RemoveDIs] Have CreateNeg only accept iterators (#82999)Jeremy Morse2024-02-295-25/+18
| * AMDGPU/GlobalISel: lane masks merging (#73337)Petar Avramovic2024-02-297-232/+256
| * [DAG] Improve known bits of Zext/Sext loads with range metadata (#80829)David Green2024-02-293-22/+98
| * [libc] Remove workaround for fmin / fmax after being fixed in LLVM (#83421)Joseph Huber2024-02-298-44/+0
| * [VPlan] Remove unneeded InsertPointGuard (NFCI).Florian Hahn2024-02-291-4/+1
| * [X86] SimplifyDemandedVectorEltsForTargetNode - add basic CVTPH2PS/CVTPS2PH h...Simon Pilgrim2024-02-2915-227/+160
| * [X86] cmov-fp.ll - regenerate with common 'NOSSE' prefix to reduce duplicationSimon Pilgrim2024-02-291-370/+178
| * Verifier: More helpful error message for cross-function references (#82906)Nicolai Hähnle2024-02-292-1/+31
| * [AMDGPU] Add new aliases ds_subrev_rtn_u32/u64 for ds_rsub_rtn_u32/u64 (#83408)Jay Foad2024-02-293-0/+20
| * Revert "AMDGPU: Add scheduling test for gfx940 (#83220)"Mitch Phillips2024-02-291-189/+0
| * [AArch64][NFC] Use regexes in register class testsSamuel Tebbs2024-02-296-31/+31
| * [AMDGPU] Simplify !if condition. NFC.Jay Foad2024-02-291-2/+2
| * [mlir] Remove assert from GPUOps.td. (#83410)Alexander Belyaev2024-02-291-1/+1
| * APFloat: Fix signed zero handling in minnum/maxnum (#83376)Matt Arsenault2024-02-297-11/+91
| * [LLDB] Fix test failure introduced by #83234 (#83406)Sudharsan Veeravalli2024-02-291-1/+1
| * [X86] getFauxShuffleMask - handle insert_vector_elt(bitcast(extract_vector_el...Simon Pilgrim2024-02-2911-411/+200
| * [X86] Regenerate tests to add missing avx512 constant commentsSimon Pilgrim2024-02-298-17/+17
| * [mlir][ArmSME] Fix matmul.mlir test after #83213Benjamin Maxwell2024-02-291-4/+4
| * [mlir] Add result name for gpu.block_id and gpu.thread_id ops. (#83393)Alexander Belyaev2024-02-293-2/+30
| * [NFC][PowerPC] use script to regenerate the CHECK linesChen Zheng2024-02-291-45/+279
| * Revert "[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)"Tomas Matheson2024-02-2915-362/+61
| * [LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli2024-02-293-9/+18
| * [include-cleaner] Generate references from explicit functiontemplate speciali...kadir çetinkaya2024-02-292-6/+9
| * [libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet2024-02-2928-51/+50
| * AMDGPU: Remove dead declarationMatt Arsenault2024-02-291-8/+0
| * [clang][Interp] Emit more dummy pointers in C++ modeTimm Bäder2024-02-296-33/+59
| * [flang] Set polymorphic entity lowering option on by default (#83308)jeanPerier2024-02-292-4/+4
| * [libc++] tests with picolibc: prevent looking for unneeded "rt" library (#82262)Dominik Wójt2024-02-297-18/+7
| * [RISCV][CostModel] Updates reduction and shuffle cost (#77342)Shih-Po Hung2024-02-295-46/+48
| * [OpenMP][Clang] Enable inscan modifier for generic datatypes (#82220)Animesh Kumar2024-02-292-1/+20
| * [OpenMP] Clang Codegen Interop : Accept multiple init (#82604)SunilKuravinakop2024-02-292-12/+53
| * [RISCV] Remove experimental from Zacas. (#83195)Craig Topper2024-02-2815-50/+54
| * [GlobalISel] Combine (X == 0) & (Y == 0) -> (X | Y) == 0 (#71949)Dávid Ferenc Szabó2024-02-292-1/+1276
| * Revert "[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS"Jonas Devlieghere2024-02-281-2/+1
| * [lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSJonas Devlieghere2024-02-281-1/+2
| * Update IEEE-754 2018 draft references to IEEE-754 2019Matt Arsenault2024-02-295-12/+12
| * [RISCV] Add more intrinsics into canSplatOperand. (#83106)Yeting Kuo2024-02-292-88/+1078