summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typoupstream/users/wangpc-pp/spr/riscv-remove-sew-operand-for-loadstore-and-sew-aware-pseudoswangpc2024-04-291-3/+3
* [𝘀𝗽𝗿] initial versionwangpc2024-04-2829-805/+1167
* [LV] Consider all exit branch conditions uniform.Florian Hahn2024-04-282-24/+28
* [libc++][modules] Enable installation by default. (#90094)Mark de Wever2024-04-2815-14/+4
* [Flang][OpenMP] Remove deprecated FIR lowering tests (#90188)Kiran Chandramohan2024-04-2889-10440/+0
* [AMDGPU] Fix test failing on Windows for `ld.lld.exe`Joseph Huber2024-04-281-1/+1
* [NFC] [Modules] Avoid scanning the stored decl list twice when replaceChuanqi Xu2024-04-281-14/+17
* [libc++][format] Improves escaping performance. (#88533)Mark de Wever2024-04-284-1123/+888
* [PPC]add DEBUG_COUNTER for PPCMIPeephole passChen Zheng2024-04-283-0/+173
* [NFC][RISCV] Keep AVLReg define instr inside VSETVLInfo (#89180)Piyou Chen2024-04-281-47/+48
* [Modules] Don't replace local declarations with external declaration with low...Chuanqi Xu2024-04-282-2/+67
* [RISC-V][ISel] Remove redundant czero.eqz like 'czero.eqz a0, a0, a0' (#90208)Zhijin Zeng2024-04-282-7/+125
* [RISCV] Make fixed-point instructions commutable (#90035)Pengcheng Wang2024-04-283-13/+194
* [RISCV] Generate profiles from RISCVProfiles.tdPengcheng Wang2024-04-283-46/+51
* [RISCV] Add subtarget features for profilesPengcheng Wang2024-04-283-0/+235
* [RISCV][TableGen] Get right experimental extension namePengcheng Wang2024-04-282-3/+5
* [gn build] Port 1a462296360fLLVM GN Syncbot2024-04-281-0/+1
* Revert "Revert "[WebAssembly] remove instruction after builtin trap" (#90354)...Congcong Cai2024-04-287-9/+103
* [github] Add ClangIR codeowners (#86089)Nathan Lanza2024-04-271-0/+4
* [CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard2024-04-272-2/+2
* [clang-format][NFC] Don't repeat Changes[i]/Changes[i - 1]Owen Pan2024-04-271-21/+18
* [LV] Add additional cost model coverage for loops with casted inds.Florian Hahn2024-04-275-0/+2854
* Revert "[WebAssembly] remove instruction after builtin trap" (#90354)Mehdi Amini2024-04-276-102/+8
* [clang-tidy][DOC] Minor fixes to release notesPiotr Zegar2024-04-271-11/+13
* [clang-tidy] Enable C23 support in modernize-use-nullptr (#89990)Björn Svensson2024-04-275-3/+146
* SystemZ: Add more tests for fp128 atomics (#90269)Matt Arsenault2024-04-273-4/+137
* [WebAssembly] remove instruction after builtin trap (#90207)Congcong Cai2024-04-276-8/+102
* [DFAJumpThreading][NFC] Use const reference as range variable (#90342)XChy2024-04-271-1/+1
* [MemCpyOpt][NFC] Format codebase (#90225)XChy2024-04-271-57/+62
* [AArch64] Lowering of fpmode intrinsics in DAG (#80611)Serge Pavlov2024-04-273-24/+93
* [clang-tidy] Ensure nullable variable is not accessed without validity test (...Danny Mösch2024-04-271-2/+5
* [DFAJumpThreading] Avoid exploring the paths that never come back (#85505)XChy2024-04-271-9/+33
* [MIPS] match llvm.{min,max}num with {min,max}.fmt for R6 (#89021)Cinhi Young2024-04-274-186/+395
* [libc++][NFC] Rename __find_impl to __find (#90163)Nikolas Klauser2024-04-273-15/+13
* [ADT] Add StringRef::{starts,ends}_with(char) (#90311)Kazu Hirata2024-04-272-0/+10
* Revert "[memprof] Introduce FrameIdConverter and CallStackIdConverter" (#90318)Vitaly Buka2024-04-275-97/+117
* [GlobalIsel] combine insert vector element (#89363)Thorsten Schütt2024-04-276-3/+277
* [mlir][arith] fix canonicalization of mulsi_extended for i1 (#90150)Semyon Khechnev2024-04-272-0/+23
* [libcxx] Remove empty ~__no_destroy (#89882)Vitaly Buka2024-04-263-19/+42
* [Bazel] Add llvm-mca unittests (#90309)Aiden Grossman2024-04-262-8/+45
* [gn build] Port cb508a0032ebLLVM GN Syncbot2024-04-271-0/+1
* [Hexagon] Add Hexagon Copy Hoisting pass (#89313)Perry MacMurray2024-04-264-85/+428
* [clang-format] Add a space after a word token only if required (#90161)Owen Pan2024-04-262-27/+24
* [memprof] Introduce FrameIdConverter and CallStackIdConverter (#90307)Kazu Hirata2024-04-265-117/+97
* [LTO] Remove extraneous ArrayRef (NFC) (#90306)Kazu Hirata2024-04-261-2/+2
* [RISCV] Move OrderedExtensionMap typedef to RISCVISAUtils.h. NFCCraig Topper2024-04-267-56/+47
* Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka2024-04-2642-555/+113
* [BOLT] Refactor patchELFPHDRTable() (#90290)Maksim Panchenko2024-04-261-49/+56
* [llvm-exegesis] Use const reference for range variableAiden Grossman2024-04-261-1/+1
* [RISCV] Split RISCVDisassembler::getInstruction into a 16-bit and 32-bit vers...Craig Topper2024-04-261-99/+119