Name Date Size #Lines LOC

..--

OperandBundles/H--495405

NamedMDNode.llH A D15-Dec-2014179 107

NamedMDNode2.llH A D15-Dec-201497 85

README.txtH A D22-Apr-2003320 74

alias2.llH A D13-Dec-2022838 2919

aliases.llH A D11-Sep-20151.1 KiB4435

alignment.llH A D13-Dec-2022472 1713

attributes.llH A D13-Dec-2022360 1611

basictest.llH A D01-Mar-2008971 3226

callingconventions.llH A D09-Feb-20231.1 KiB6348

calltest.llH A D13-Dec-2022902 3527

casttest.llH A D01-Mar-2008389 1310

cfgstructures.llH A D01-Mar-20081.2 KiB5437

cold.llH A D24-May-2013163 107

comdat.llH A D13-Dec-2022392 2215

const_pv.llH A D04-Jun-2024256 74

constexpr.llH A D03-Nov-20233.6 KiB8158

constpointer.llH A D13-Dec-20221 KiB3222

elf-deplibs.llH A D17-May-2019397 1612

elf-linker-options.llH A D31-Jan-2018489 1814

escaped_label.llH A D01-Mar-2008284 128

exception.llH A D13-Dec-20223.1 KiB137121

float.llH A D17-Dec-2011240 86

fold-fpcast.llH A D01-Mar-2008338 1913

forwardreftest.llH A D13-Dec-2022604 3022

fp-intrinsics.llH A D16-Oct-202421.3 KiB444407

global_pv.llH A D13-Dec-2022517 1513

global_section.llH A D13-Dec-2022245 117

globalredefinition3.llH A D02-Jul-2012114 53

globalvars.llH A D13-Dec-2022811 2117

indirectcall.llH A D13-Dec-20221.6 KiB5039

indirectcall2.llH A D01-Mar-2008607 2317

inlineasm.llH A D05-Sep-2009383 1410

instructions.llH A D01-May-20141,023 2721

intrinsic-noduplicate.llH A D24-Oct-2022347 117

intrinsics.llH A D27-Jul-20232.4 KiB7451

load_extension.llH A D14-Mar-2023802 1915

load_plugin_error.llH A D11-Jan-2025524 1913

md_on_instruction.llH A D13-Dec-2022638 2925

memorymarkers.llH A D13-Dec-20221.2 KiB3627

metadata.llH A D13-Dec-2022459 1814

minsize_attr.llH A D20-Feb-2013168 96

newcasts.llH A D03-Nov-2023901 2826

optnone-llc.llH A D13-Dec-20222.5 KiB6250

optnone-opt.llH A D25-Jan-20243.3 KiB7360

optnone.llH A D16-Sep-2015255 138

packed.llH A D13-Dec-2022615 1612

packed_struct.llH A D13-Dec-20221.3 KiB3428

paramattrs.llH A D13-Dec-2022696 2518

ppcld.llH A D13-Dec-20221,018 2724

prefixdata.llH A D13-Dec-2022381 1915

prologuedata.llH A D13-Dec-2022389 1915

properties.llH A D27-Nov-2012178 75

prototype.llH A D01-Mar-2008263 128

recursivetype.llH A D13-Dec-20223.4 KiB10086

seh-nounwind.llH A D13-Dec-2022812 3325

simplecalltest.llH A D13-Dec-2022710 2519

small.llH A D01-Mar-2008184 128

smallest.llH A D01-Mar-2008114 53

sparcld.llH A D13-Dec-2022832 2522

strip_names.llH A D13-Dec-2022623 2721

terminators.llH A D13-Dec-2022909 4431

testalloca.llH A D27-Feb-20151 KiB2319

testconstants.llH A D13-Dec-2022751 3022

testlogical.llH A D01-Mar-2008353 129

testtype.llH A D13-Dec-2022415 2215

testvarargs.llH A D13-Dec-2022344 138

undefined.llH A D13-Dec-2022614 3123

unreachable.llH A D01-Mar-2008250 1611

varargs.llH A D13-Dec-2022740 2518

varargs_new.llH A D13-Dec-20221.1 KiB3424

vector-cast-constant-exprs.llH A D07-Nov-20232.2 KiB6663

weak_constant.llH A D13-Dec-20221 KiB3933

weirdnames.llH A D01-Mar-2008416 108

x86ld.llH A D13-Dec-20221,011 2724

README.txt

1This directory contains test cases for individual source features of LLVM.
2It is designed to make sure that the major components of LLVM support all of the
3features of LLVM, for very small examples.  Entire programs should not go here.
4
5Regression tests for individual bug fixes should go into the test/Regression dir.
6
7