summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/lanza/sprlto-pipeline-add-flag-to-skip-module-optimization-passes-in-the-prelink-lto-pipelineNathan Lanza2024-04-271-1/+8
* [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
* [llvm-lto2] Simplify SymbolResolutions loop and avoid expensive std::string c...Fangrui Song2024-04-261-4/+3
* [msan] Add conservative handling of vscale params (#90167)Vitaly Buka2024-04-262-2/+98
* [AArch64][GlobalISel] Fix legalizer crash trying to legalize <16 x i32> = G_B...Amara Emerson2024-04-262-0/+53
* [ASan][Test] Remove hardcoded linker version from test (#90147)Usama Hameed2024-04-261-1/+1
* [alpha.webkit.UncountedCallArgsChecker] Avoid emitting warnings for Ref, RefP...Ryosuke Niwa2024-04-264-16/+62
* [BOLT][NFC] Use getEHFrameHdrSectionName() (#90257)Maksim Panchenko2024-04-262-8/+11
* [WebAssembly] Add half-precision feature (#90248)Brendan Dahl2024-04-267-0/+29
* [flang][cuda] Avoid to issue data transfer in device context (#90247)Valentin Clement (バレンタイン クレメン)2024-04-262-5/+41
* [VPlan] Also propagate versioned strides to users via sext/zext.Florian Hahn2024-04-264-38/+35
* [lldb][sbapi] Fix API break in SBDebugger broadcast bits (#90261)Chelsea Cassanova2024-04-266-6/+13
* [NFC] [HWASan] factor out debug record annotation (#90252)Florian Mayer2024-04-263-30/+36
* [ci] Add clang project dependency for bolt testing (#90262)Amir Ayupov2024-04-261-1/+1
* [AMDGPU] Support byte_sel modifier on v_cvt_sr_fp8_f32 and v_cvt_sr_bf8_f32 (...Stanislav Mekhanoshin2024-04-2617-42/+256
* Implement the DWARF 6 language and version attributes. (#89980)Adrian Prantl2024-04-265-13/+440
* [RISCV] Fix off by 1 typo in decodeVMaskReg. NFCCraig Topper2024-04-261-2/+2
* Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung2024-04-2697-1342/+1275
* [HLSL][SPIR-V] Target `directx` is requiredMichael Liao2024-04-261-0/+1
* [Driver,test] Replace CHECK-NOT: warning with -### -WerrorFangrui Song2024-04-264-36/+19
* [RISCV] Consistently use uint32_t in Disassembler decode functions. NFCCraig Topper2024-04-261-6/+6
* [Libomptarget] Rename `libomptarget.rtl.x86_64` to `libomptarget.rtl.host` (#...Joseph Huber2024-04-262-24/+21
* [lldb] Fix typo in CumulativeSystemTimeIsValid check (#89680)Marc Auberer2024-04-262-1/+22
* [SLP]Fix PR90224: check that users of gep are all vectorized.Alexey Bataev2024-04-262-2/+39
* [lldb] Switch to llvm::DWARFUnitHeader (#89808)Alex Langford2024-04-264-165/+48
* [APINotes] Allow annotating a C++ type as non-copyable in SwiftEgor Zhdan2024-04-269-3/+65
* [RISCV] Add an instruction PrettyPrinter to llvm-objdump (#90093)Craig Topper2024-04-2665-1575/+1629