aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
AgeCommit message (Expand)AuthorFilesLines
2023-02-21[PATCH] [PowerPC] Correctly use ELFv2 ABI on all OS's that use the ELFv2 ABIllvmorg-16.0.0-rc3Brad Smith2-2/+7
2023-02-21[Attributor][FIX] Ensure we adjust types properlyJohannes Doerfert2-2/+127
2023-02-21[LVI] Disable at-use reasoning across phi nodes (PR60629)Dmitry Makogon1-0/+46
2023-02-16[Symbolize][MinGW] Support demangling i386 call-conv-decorated C++ namesAlvin Wong1-0/+124
2023-02-16[RISCV] Clean up stack-protector-target testRoland McGrath1-4/+2
2023-02-16[RISCV] Default to -ffixed-x18 for FuchsiaRoland McGrath1-0/+2
2023-02-16[RISCV] Use OS-specific stack-guard ABI for FuchsiaRoland McGrath1-0/+32
2023-02-09[RISCV] Fix miscompile in SExtWRemoval due to early return ignoring other sou...Philip Reames1-3/+1
2023-02-09[RISCV] Precommit a test for upcoming miscompile bugfixPhilip Reames1-0/+70
2023-02-09[llvm][IfConversion] update successor list when merging INLINEASM_BRNick Desaulniers1-5/+14
2023-02-09precommit test for pr60346Nick Desaulniers1-0/+123
2023-02-07[SVE] Fix incorrect lowering of predicate permute builtins.llvmorg-16.0.0-rc2Paul Walker1-57/+292
2023-02-07[X86] Change precision control to FP80 during u64->fp32 conversion on Windows.Craig Topper1-2/+46
2023-02-07XFAIL new test available_externally_alias.ll on NVPTXJonas Hahnfeld1-0/+3
2023-02-07[CodeGen] Filter out available_externally aliasesJonas Hahnfeld1-0/+11
2023-02-06[ORC] Drop Comdat when discarding IR symbolJonas Hahnfeld2-0/+30
2023-02-06[OpenMP][FIX] Ensure to determine aligned regions properlyJohannes Doerfert1-17/+76
2023-02-06[Attributor][FIX] Ensure we use the right AAExecutionDomainJohannes Doerfert1-0/+46
2023-02-06[OpenMP][FIX] Properly check assume only usesJohannes Doerfert2-81/+131
2023-02-01Revert "[X86][ABI] Don't preserve return regs for preserve_all/preserve_most ...Hans Wennborg4-312/+128
2023-01-27Revert "Verifier: Disallow uses of intrinsic global variables"llvmorg-16.0.0-rc1Tom Stellard4-64/+0
2023-01-27[OpenMP] Make OpenMPOpt aware of the OpenMP runtime's statusJoseph Huber2-0/+4
2023-01-27[OpenMP] Run an extra 'OpenMPOpt' pass in LTO-modeJoseph Huber1-0/+1
2023-01-24[M68k][MC] Make immediate operands relocatableMin-Yih Hsu1-0/+17
2023-01-24[M68k][Disassembler] Use custom decoder for 32-bit immediatesMin-Yih Hsu2-4/+4
2023-01-24[TableGen] Support custom decoders for variable length instructionsMin-Yih Hsu1-4/+5
2023-01-25[zero-call-used-regs] Mark only non-debug instruction's register as usedShivam Gupta1-0/+142
2023-01-24Revert "[SCCP] Use range info to prove AddInst has NUW flag."Douglas Yung13-59/+59
2023-01-24[Transform] Rewrite LowerSwitch using APIntPeter Rong1-0/+29
2023-01-24[AssumptionCache] caches @llvm.experimental.guard'sJoshua Cao3-6/+10
2023-01-24[RISCV] Combine extract_vector_elt followed by VFMV_S_F_VL.Craig Topper3-77/+52
2023-01-24[ASan] Introduce a flag -asan-constructor-kind to control the generation of t...usama hameed1-0/+17
2023-01-24[InlineCost] model calls to llvm.objectsize.*Nick Desaulniers1-0/+50
2023-01-24[X86] Add support for "light" AVXIlya Tokar2-20/+64
2023-01-24[llvm][DiagnosticInfo] handle function pointer castsNick Desaulniers1-0/+8
2023-01-24IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault16-40/+5184
2023-01-24[InstCombine] invert canonicalization of sext (x > -1) --> not (ashr x)Sanjay Patel9-52/+44
2023-01-24[AArch64] Add the Ampere1A corePhilipp Tomsich6-0/+8
2023-01-24[SCCP] Use range info to prove AddInst has NUW flag.Florian Hahn13-59/+59
2023-01-24[InstCombine] canonicalize 'not' ahead of bitcast+sextSanjay Patel1-12/+18
2023-01-24[InstCombine] add tests for 'not' of cast of cast; NFCSanjay Patel1-0/+82
2023-01-24[RISCV][LSR] Treat number of instructions as dominate factor in LSR cost deci...Philip Reames5-172/+163
2023-01-24[InstCombine] regenerate test checks; NFCSanjay Patel5-79/+79
2023-01-24[IPSCCP][FuncSpec] Fix compiler crash 60191.Alexandros Lamprineas1-0/+66
2023-01-24Teach RuntimeDyld about COFF weak references and to consider comdat symbols w...Vassil Vassilev2-0/+22
2023-01-24[AMDGPU] Add missing gfx11 tests in the directive-amdgcn-target.ll. NFC.Stanislav Mekhanoshin1-0/+16
2023-01-24[AVR] Support most address space castsAyke van Laethem1-0/+65
2023-01-24[ObjC][ARC] Share bundle handling code between steps of the ObjCARCOpts pass ...Stefan Gränitz1-0/+0
2023-01-24[ObjC][ARC] Teach the OptimizeSequences step of ObjCARCOpts about WinEH funcl...Stefan Gränitz1-0/+40
2023-01-24[SCCP] Add vector add tests for nuw/nsw inference.Florian Hahn1-2/+28