aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[InstCombine] Add support for cast instructions in `getFreelyInvertedImpl` (#...Yingwei Zheng2-0/+103
2024-02-22[lldb][docs] Remove/update docs pointing to unittest2 (#82672)Jordan Rupprecht3-23/+8
2024-02-22[SLP]Improve findReusedOrderedScalars and graph rotation.Alexey Bataev13-175/+447
2024-02-22LoopVectorize: Mark crash test as requiring assertionsBenjamin Kramer1-0/+1
2024-02-22[Clang][SME] Skip writing output files to the source directoryBenjamin Kramer1-4/+4
2024-02-22[scudo] increase frames per stack to 16 for stack depot (#82427)Florian Mayer1-1/+6
2024-02-22[AArch64][CodeGen] Fix crash when fptrunc returns fp16 with +nofp attr (#81724)Nashe Mncube3-22/+138
2024-02-22[mlir][mesh] add support in spmdization for incomplete sharding annotations (...Boian Petkantchin2-17/+42
2024-02-22Enable JumpTableToSwitch pass by default (#82546)Alexander Shaposhnikov8-6/+8
2024-02-22[HIP] Allow partial linking for `-fgpu-rdc` (#81700)Yaxun (Sam) Liu11-50/+469
2024-02-23[CVP] Canonicalize signed minmax into unsigned (#82478)Yingwei Zheng2-12/+86
2024-02-22[clang] Implement CWG2759 "`[[no_unique_address]` and common initial sequence...Vlad Serebrennikov6-15/+128
2024-02-22GSym aggregated output to JSON file (#81763)Kevin Frei2-0/+32
2024-02-22[lldb][llvm] Return an error instead of crashing when parsing a line table pr...Greg Clayton2-4/+22
2024-02-22[clang-format] Fix crash in TokenAnnotator (#82349)Emilia Kond2-1/+7
2024-02-22[DirectX][NFC] Use LLVM Types in DXIL Operation specifications in DXIL.td (#8...S. Bharadwaj Yadavalli2-90/+69
2024-02-23[LTO] Remove Config.UseDefaultPipeline (#82587)Igor Kudrin2-5/+0
2024-02-22[Libomptarget] Remove global ctor and use reference counting (#80499)Joseph Huber7-15/+89
2024-02-22[HCS] Fix unused variable warnings. NFCI.Benjamin Kramer1-4/+5
2024-02-22[clang] Rename installapi tests, NFCCyndy Ishida2-0/+0
2024-02-22[NFC] Fix typo in ReleaseNotes.rst (#82655)sethp1-1/+1
2024-02-22[libc] add FXBits class (#82065)Michael Jones6-1/+446
2024-02-23[Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type ...Luke Lau2-3/+22
2024-02-22[HEXAGON] Fix bit boundary for isub_hi in HexagonBitSimplify (#82336)yandalur2-1/+23
2024-02-22[CodeGen] Clean up MachineFunctionSplitter MBB safety checking (NFC)Daniel Hoekwater1-8/+3
2024-02-22[llvm-readobj,ELF] Support --decompress/-z (#82594)Fangrui Song10-6/+209
2024-02-23[ConstraintElim] Decompose sext-like insts for signed predicates (#82344)Yingwei Zheng3-35/+71
2024-02-22[OpenACC] Implement 'break' and 'continue' errors for Compute Cnstrcts (#82543)Erich Keane6-0/+154
2024-02-22[RISCV] Enable -riscv-enable-sink-fold by default. (#82026)Craig Topper6-19/+19
2024-02-22[DAGCombiner][RISCV] CSE zext nneg and sext. (#82597)Craig Topper2-46/+30
2024-02-22[HCS] Externd to outline overlapping sub/super cold regions (#80732)Shimin Cui7-82/+212
2024-02-22[RISCV] Add test case showing missed opportunity to form sextload when sext a...Craig Topper1-0/+84
2024-02-22[RISCV][LV] Add additional small trip count loop coveragePhilip Reames1-2/+366
2024-02-22[LLVM][DebugInfo] Refactor some code for easier sharing. (#82153)cmtice2-34/+65
2024-02-23[RISCV][SDAG] Improve codegen of select with constants if zicond is available...Yingwei Zheng2-10/+262
2024-02-22[RISCV][AArch64] Add vscale_range attribute to tests per architecture minimumsPhilip Reames2-51/+41
2024-02-22LoopVectorize: add test for crash in #72969 (#74111)Ramkumar Ramachandra1-0/+25
2024-02-22[mlir][test] Add -march=aarch64 -mattr=+sve to test-scalable-interleaveBenjamin Maxwell1-1/+2
2024-02-22[clang][NFC] Fix arm_acle.h title headers (#82624)Victor Campos1-4/+4
2024-02-22[RemoveDIs][NFC] Add DPLabel class [2/3] (#82376)Orlando Cazalet-Hyams3-13/+85
2024-02-22[flang] Fix warning fixDavid Spickett1-1/+1
2024-02-22[SystemZ] Add SystemZ path for the PR labeler (#82515)Kai Nacke1-0/+20
2024-02-22[Flang][OpenMP] Prevent ICE for certain constructs in unnamed programs (#73938)Sergio Afonso2-1/+8
2024-02-22[Flang][LLVM][OpenMP] Relax target data restrictions to be more inline with t...agozillon2-6/+14
2024-02-22[build] Check RUNTIMES_${target}_LLVM_ENABLE_RUNTIMES for libc also (#82561)Petr Hosek2-3/+28
2024-02-22[InstCombine] Pick bfloat over half when shrinking ops that started with an f...Benjamin Kramer3-9/+26
2024-02-22[OpenMP][FIX] Remove unsound omp_get_thread_limit deduplication (#79524)Matt2-1/+59
2024-02-22[LLVM][IR] Add native vector support to ConstantInt & ConstantFP. (#74502)Paul Walker8-39/+243
2024-02-22[AIX] Lower intrinsic __builtin_cpu_is into AIX platform-specific code. (#80069)zhijian lin8-2/+206
2024-02-22[LangRef] Document string literals in LLVM's format (#82529)Ian Hickson1-1/+32