aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic
AgeCommit message (Expand)AuthorFilesLines
2025-12-08[LLVM] Mark reloc-none test unsupported on Hexagon (#171205)Daniel Thornburgh1-0/+1
2025-12-04[CodeGen] Fix lpad padding at section start after empty block (#112595)Fabian Parzefall1-0/+30
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh1-0/+10
2025-11-04[CodeGen] Add skipFunction() check to MachineFunctionSplitter (#166260)Grigory Pastukhov1-0/+50
2025-10-11Fix legalizing `FNEG` and `FABS` with `TypeSoftPromoteHalf` (#156343)beetrees3-0/+294
2025-08-21[NVPTX] Allow more argument integer types, such as i256 and i96 (#154824)Alex MacLean2-7/+0
2025-08-18[SPARC] Change `half` to use soft promotion rather than `PromoteFloat` (#152...Trevor Gross1-2/+2
2025-08-12[Arm64EC] Add support for `half` (#152843)Trevor Gross1-5/+6
2025-08-08[Test] Add cross-platform smoke tests for `half` support (NFC) (#152616)Trevor Gross1-0/+87
2025-08-05[win][arm64ec] More fixes for building and testing Arm64EC Windows (#151409)Daniel Paoliello1-0/+1
2025-08-04RuntimeLibcalls: Stop opting out of exp10 (#148604)Matt Arsenault2-10/+28
2025-07-14[IR] Add a test for `f128` libm libcall lowering (NFC) (#148308)Trevor Gross1-0/+337
2025-06-24[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)Orlando Cazalet-Hyams1-1/+1
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban1-5/+5
2025-06-02[DebugInfo][RemoveDIs] Delete experimental-iterator test-flags from tests (#1...Jeremy Morse4-5/+0
2025-05-30CodeGen: Convert some assorted errors to use reportFatalUsageError (#142031)Matt Arsenault3-9/+9
2025-05-07[LLVM][VecLib] Refactor LIBMVEC integration to be target neutral. (#138262)Paul Walker1-1/+1
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-4/+0
2025-03-27[YAML] fix output incorrect format for block scalar string (#132897)Congcong Cai1-1/+0
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse1-1/+0
2024-12-01[NFC][SelectionDAG] Replace generic @llvm.expect.with.probability codegen tes...antangelo1-8/+0
2024-11-27[SjLjEHPrepare] Configure call sites correctly (#117656)Sergei Barannikov1-0/+44
2024-11-26[SelectionDAG] Add generic implementation for @llvm.expect.with.probability w...antangelo1-0/+8
2024-11-25Reland [CGData][GMF] Skip No Params (#116548)Kyungwoo Lee1-6/+0
2024-11-25Revert "[CGData][GMF] Skip No Params (#116548)"Kyungwoo Lee2-119/+0
2024-11-25[CGData][GMF] Skip No Params (#116548)Kyungwoo Lee2-0/+119
2024-11-22[BasicBlockSections] Allow mixing of -basic-block-sections with MFS. (#117076)Rahman Lavaee1-1/+65
2024-11-15Fix crash from [CGData] Global Merge Functions (#112671) (#116241)Kyungwoo Lee1-0/+6
2024-11-03[SPARC] Allow overaligned `alloca`s (#107223)Koakuma1-3/+0
2024-10-29[mir-strip-debug] Fix debug location info strip for bundled instructions (#11...Afanasyev Ivan1-0/+63
2024-10-07[test] Fix llc-start-stop.ll when the default target enables the loop termina...Alex Bradbury1-1/+1
2024-09-23Add target-byteorder for cases where endian in target triple is what matters ...Sean Perry1-1/+1
2024-08-06[VP] Merge ExpandVP pass into PreISelIntrinsicLowering (#101652)Alexis Engelke4-1066/+0
2024-08-05Fix some X86 tests (#101944)Jonas Paulsson1-0/+13
2024-07-25CodeGen: Remove -disable-debug-info-print cl::opt (#100319)Matt Arsenault1-50/+0
2024-06-27Revert "[CodeGen][NewPM] Port machine-branch-prob to new pass manager" (#96858)paperchalice1-5/+0
2024-06-27[CodeGen][NewPM] Port machine-branch-prob to new pass manager (#96389)paperchalice1-0/+5
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer2-4/+4
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-2/+2
2024-05-10[VP][RISCV] Add vp.reduce.fmaximum/fminimum and its RISC-V codegen (#91782)Min-Yih Hsu1-18/+65
2024-04-17[VP] Correct lowering of predicated fma and faddmul to avoid strictfp. (#85272)Kevin P. Neal1-0/+176
2024-04-16[RemoveDI] Add support for debug records to debugify (#87383)Stephen Tozer5-2/+9
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks1-24/+3
2024-04-03[CodeGen] Fix test after #86049Weining Lu1-0/+1
2024-04-01[CodeGen] Fix test after #86049Vitaly Buka1-0/+1
2024-03-31[CodeGen] Fix test after #86049Vitaly Buka1-2/+3
2024-03-31[CodeGen] Fix test after #86049Vitaly Buka1-0/+3
2024-03-31[CodeGen] Fix test after #86049Vitaly Buka1-0/+3
2024-03-31[CodeGen] Add default lowering for llvm.allow.{runtime,ubsan}.check() (#86049)Vitaly Buka1-0/+23
2024-03-15[NVPTX] support dynamic allocas with PTX alloca instruction (#84585)Alex MacLean1-1/+1