1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
# Tests which are known to fail from the GCC torture test suite.
# InstrEmitter.cpp:302: unsigned int llvm::InstrEmitter::getVR(llvm::SDValue, DenseMap<llvm::SDValue, unsigned int> &): Assertion `I != VRBaseMap.end() && "Node emitted out of order - late"' failed.
20000801-2.c
20000815-1.c
20011126-2.c
20030916-1.c
20050826-2.c
20090113-1.c
920501-6.c
930518-1.c
980707-1.c
990127-1.c
loop-15.c
loop-ivopts-2.c
pr20466-1.c
pr28778.c
pr33870-1.c
pr33870.c
pr38051.c
pr39100.c
pr49390.c
pr53645-2.c
pr53645.c
pr59643.c
# WebAssemblyCFGStackify.cpp:438: void PlaceMarkers(llvm::MachineFunction&, const llvm::MachineLoopInfo&, const llvm::WebAssemblyInstrInfo&, llvm::MachineDominatorTree&): Assertion `ScopeTops[Stack.back()->getNumber()] == &MBB && "Block should be balanced"' failed.
20090113-2.c
20090113-3.c
ashldi-1.c
ashrdi-1.c
builtin-bitops-1.c
loop-11.c
lshrdi-1.c
mode-dependent-address.c
va-arg-10.c
# WebAssemblyCFGStackify.cpp:458: void PlaceMarkers(llvm::MachineFunction &, const llvm::MachineLoopInfo &, const llvm::WebAssemblyInstrInfo &, llvm::MachineDominatorTree &, llvm::WebAssemblyFunctionInfo &): Assertion `Stack.back() == &MBB && "Loop top should be balanced"' failed.
930628-1.c
# Unknown type!
# UNREACHABLE executed at /s/llvm-upstream/llvm/lib/IR/ValueTypes.cpp:280!
# This is what happens when there is a struct operand to va_arg
920625-1.c
931004-10.c
931004-12.c
931004-14.c
931004-2.c
931004-4.c
931004-6.c
931004-8.c
pr44575.c
stdarg-3.c
strct-stdarg-1.c
strct-varg-1.c
va-arg-pack-1.c
va-arg-22.c
920908-1.c
pr38151.c
# include/llvm/CodeGen/SelectionDAGNodes.h:800: llvm::SDNode::SDNode(unsigned int, unsigned int, llvm::DebugLoc, llvm::SDVTList, ArrayRef<llvm::SDValue>): Assertion `NumOperands == Ops.size() && "NumOperands wasn't wide enough for its operands!"' failed.
pr28982b.c
# Cannot select brind.
20040302-1.c
20071210-1.c
920501-4.c
920501-5.c
# Cannot select BlockAddress.
comp-goto-1.c
980526-1.c
990208-1.c
# unimplemented operation lowering.
20010122-1.c
20030323-1.c
20030811-1.c
pr17377.c
frame-address.c
# Error: invalid output constraint '=t' in asm.
980709-1.c
990413-2.c
990826-0.c
# Error: __builtin_setjmp / __builtin_longjmp is not supported for the current target.
built-in-setjmp.c
pr60003.c
# Error in the program / unsupported by Clang.
scal-to-vec1.c
scal-to-vec2.c
scal-to-vec3.c
20000822-1.c
20010209-1.c
20010605-1.c
20030501-1.c
20040520-1.c
20061220-1.c
20090219-1.c
920415-1.c
920428-2.c
920501-7.c
920612-2.c
920721-4.c
921017-1.c
921215-1.c
931002-1.c
comp-goto-2.c
nest-align-1.c
nest-stdar-1.c
nestfunc-1.c
nestfunc-2.c
nestfunc-3.c
nestfunc-5.c
nestfunc-6.c
nestfunc-7.c
pr22061-3.c
pr22061-4.c
pr24135.c
pr51447.c
20020412-1.c
20040308-1.c
20040423-1.c
20041218-2.c
20070919-1.c
align-nest.c
pr41935.c
920302-1.c
920501-3.c
920728-1.c
pr28865.c
|