aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2022-12-22SCCP: Add failing testcase with llvm.ssa.copyMatt Arsenault1-0/+21
2022-12-22SCCP: Don't assert on constantexpr casts of function usesMatt Arsenault2-3/+79
2022-12-22[CSKY] Fix MachineFunctionInfo initialization after 69e75ae695d9ef1360a2a1fbe...Fangrui Song2-0/+12
2022-12-22[gn build] Port 17ed8f29287bLLVM GN Syncbot1-0/+1
2022-12-22[LangRef] Add description for nocallback attributeGulfem Savrun Yeniceri1-0/+7
2022-12-22[Linker] Remove nocallback attribute while linkingGulfem Savrun Yeniceri3-0/+81
2022-12-23[DAGCombine][X86] Pull one-use `freeze` out of `extract_vector_elt` vector op...Roman Lebedev2-14/+22
2022-12-23[NFC][Codegen][X86] Add tests where we could improve `freeze` handlingRoman Lebedev1-2/+204
2022-12-22Remove incorrectly implemented -mibt-sealFangrui Song4-71/+1
2022-12-22[DAGCombiner] `visitFREEZE()`: allow, and update, other uses of maybe-poison ...Roman Lebedev2-15/+11
2022-12-22[NFC][Codegen][X86] Add test for freeze with other uses of maybe-poison operandRoman Lebedev1-0/+45
2022-12-22Revert D138179 "MIPS: fix build from IR files, nan2008 and FpAbi"Fangrui Song2-21/+0
2022-12-22Fix indentation in LangRef.rstJessica Paquette1-1/+1
2022-12-22Support: Fix broken C++ markerMatt Arsenault1-4/+3
2022-12-22Properly support LLVM_ENABLE_LLD on Windowsserge-sans-paille1-1/+14
2022-12-22[VPlan] Add support for tracking UFs applicable to VPlan (NFC).Florian Hahn4-5/+41
2022-12-22[SPARC] Fix SELECT_REG emission for f128sKoakuma2-1/+93
2022-12-22[gn build] Port eb6e13cb3280LLVM GN Syncbot1-0/+1
2022-12-22[VPlan] Add unittest for printing plans with VFs and UFs (NFC).Florian Hahn1-0/+42
2022-12-22[IR/MachineOutliner] Add a "nooutline" function attr and respect itJessica Paquette5-4/+91
2022-12-22AMDGPU: Modernize sqrt f64 testMatt Arsenault1-20/+117
2022-12-22Support: Add polling option to sys::WaitMatt Arsenault4-9/+54
2022-12-22AMDGPU: Update constant address spaces used in printf testMatt Arsenault1-4/+4
2022-12-22AMDGPU: Use early continue to reduce indentationMatt Arsenault1-326/+325
2022-12-22[AArch64] Add RSHRN and RSHRN2 patternsDavid Green4-313/+165
2022-12-22[GlobalISel][Legalizer] add minScalarIf actionTies Stuij2-0/+37
2022-12-22[AVR] Do not emit instructions invalid for attiny10Ayke van Laethem11-203/+511
2022-12-22[AMDGPU] Remove permlane discard vdst_in optimization from iselJay Foad2-62/+38
2022-12-22[SampleProfile] Regenerate test checks (NFC)Nikita Popov1-11/+41
2022-12-22[Util] Regenerate test checks (NFC)Nikita Popov1-25/+49
2022-12-22[InstCombine] Regenerate test checks (NFC)Nikita Popov1-78/+92
2022-12-22[SystemZ] Convert test to opaque pointers (NFC)Nikita Popov1-5/+5
2022-12-22[RISCV] Convert test to opaque pointers (NFC)Nikita Popov1-7/+7
2022-12-22[RISCV] Convert some tests to opaque pointers (NFC)Nikita Popov2-456/+375
2022-12-22InstSimplify: Split isKnownNeverInfinity tests into separate fileMatt Arsenault2-1025/+995
2022-12-22ValueTracking: Add test for isKnownNeverInfinity for fptruncMatt Arsenault2-0/+28
2022-12-22ValueTracking: Add test for fneg isKnownNeverNaN handlingMatt Arsenault1-0/+11
2022-12-22MIR: Fix test error messageMatt Arsenault1-5/+5
2022-12-22[RISCV] Name instructions in tests (NFC)Nikita Popov2-791/+784
2022-12-22MIR: Don't assert if a virtual register uses a non-allocatable classMatt Arsenault2-2/+36
2022-12-22[VPlan] Move VF and UF string generation to getName() (NFC).Florian Hahn3-13/+20
2022-12-22[NVPTX] Convert test to opaque pointers (NFC)Nikita Popov1-57/+55
2022-12-22[MIR] Convert tests to opaque pointers (NFC)Nikita Popov2-52/+51
2022-12-22[CodeGen] Convert test to opaque pointers (NFC)Nikita Popov1-52/+52
2022-12-22[BPF] Convert test to opaque pointers (NFC)Nikita Popov1-38/+29
2022-12-22[AMDGPU] Simplify simplifyAMDGCNMemoryIntrinsicDemanded. NFC.Jay Foad1-11/+8
2022-12-22[Clang][LoongArch] Add intrinsic for asrtle, asrtgt, lddir, ldpte and cpucfggonglingqin7-1/+173
2022-12-22[AArch64][SVE] Remove dso_local and local_unnamed_addr from muladdsub.llMatt Devereau1-13/+13
2022-12-22[AArch64][InstCombine] Fuse ADD+MUL and SUB+MUL AArch64 instrinsicsMatt Devereau2-52/+178
2022-12-22[X86] Support ANDNP combine through vector_shuffleEvgenii Kudriashov2-104/+132