summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic
AgeCommit message (Expand)Author
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-11-04[CodeGen] Add skipFunction() check to MachineFunctionSplitter (#166260)Grigory Pastukhov
2025-10-11Fix legalizing `FNEG` and `FABS` with `TypeSoftPromoteHalf` (#156343)beetrees
2025-08-21[NVPTX] Allow more argument integer types, such as i256 and i96 (#154824)Alex MacLean
2025-08-18[SPARC] Change `half` to use soft promotion rather than `PromoteFloat` (#152...Trevor Gross
2025-08-12[Arm64EC] Add support for `half` (#152843)Trevor Gross
2025-08-08[Test] Add cross-platform smoke tests for `half` support (NFC) (#152616)Trevor Gross
2025-08-05[win][arm64ec] More fixes for building and testing Arm64EC Windows (#151409)Daniel Paoliello
2025-08-04RuntimeLibcalls: Stop opting out of exp10 (#148604)Matt Arsenault
2025-07-14[IR] Add a test for `f128` libm libcall lowering (NFC) (#148308)Trevor Gross
2025-06-24[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)Orlando Cazalet-Hyams
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban
2025-06-02[DebugInfo][RemoveDIs] Delete experimental-iterator test-flags from tests (#1...Jeremy Morse
2025-05-30CodeGen: Convert some assorted errors to use reportFatalUsageError (#142031)Matt Arsenault
2025-05-07[LLVM][VecLib] Refactor LIBMVEC integration to be target neutral. (#138262)Paul Walker
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2025-03-27[YAML] fix output incorrect format for block scalar string (#132897)Congcong Cai
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2024-12-01[NFC][SelectionDAG] Replace generic @llvm.expect.with.probability codegen tes...antangelo
2024-11-27[SjLjEHPrepare] Configure call sites correctly (#117656)Sergei Barannikov
2024-11-26[SelectionDAG] Add generic implementation for @llvm.expect.with.probability w...antangelo
2024-11-25Reland [CGData][GMF] Skip No Params (#116548)Kyungwoo Lee
2024-11-25Revert "[CGData][GMF] Skip No Params (#116548)"Kyungwoo Lee
2024-11-25[CGData][GMF] Skip No Params (#116548)Kyungwoo Lee
2024-11-22[BasicBlockSections] Allow mixing of -basic-block-sections with MFS. (#117076)Rahman Lavaee
2024-11-15Fix crash from [CGData] Global Merge Functions (#112671) (#116241)Kyungwoo Lee
2024-11-03[SPARC] Allow overaligned `alloca`s (#107223)Koakuma
2024-10-29[mir-strip-debug] Fix debug location info strip for bundled instructions (#11...Afanasyev Ivan
2024-10-07[test] Fix llc-start-stop.ll when the default target enables the loop termina...Alex Bradbury
2024-09-23Add target-byteorder for cases where endian in target triple is what matters ...Sean Perry
2024-08-06[VP] Merge ExpandVP pass into PreISelIntrinsicLowering (#101652)Alexis Engelke
2024-08-05Fix some X86 tests (#101944)Jonas Paulsson
2024-07-25CodeGen: Remove -disable-debug-info-print cl::opt (#100319)Matt Arsenault
2024-06-27Revert "[CodeGen][NewPM] Port machine-branch-prob to new pass manager" (#96858)paperchalice
2024-06-27[CodeGen][NewPM] Port machine-branch-prob to new pass manager (#96389)paperchalice
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-05-10[VP][RISCV] Add vp.reduce.fmaximum/fminimum and its RISC-V codegen (#91782)Min-Yih Hsu
2024-04-17[VP] Correct lowering of predicated fma and faddmul to avoid strictfp. (#85272)Kevin P. Neal
2024-04-16[RemoveDI] Add support for debug records to debugify (#87383)Stephen Tozer
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks
2024-04-03[CodeGen] Fix test after #86049Weining Lu
2024-04-01[CodeGen] Fix test after #86049Vitaly Buka
2024-03-31[CodeGen] Fix test after #86049Vitaly Buka
2024-03-31[CodeGen] Fix test after #86049Vitaly Buka
2024-03-31[CodeGen] Fix test after #86049Vitaly Buka
2024-03-31[CodeGen] Add default lowering for llvm.allow.{runtime,ubsan}.check() (#86049)Vitaly Buka
2024-03-15[NVPTX] support dynamic allocas with PTX alloca instruction (#84585)Alex MacLean
2024-03-14[CodeGen][GC] Skip function without GC in `GCLoweringPass` (#84421)paperchalice
2024-02-27[LLVM][test] Convert remaining instances of ConstantExpr based splats to use ...Paul Walker