-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtest_list
More file actions
123 lines (123 loc) · 3.42 KB
/
test_list
File metadata and controls
123 lines (123 loc) · 3.42 KB
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
bb_entry_exit_count
bb_iterators
bb_new_bb
bb_remove_bb
bb_at
toString
toNumber
ApplicationsSuite/applications_hangman
SamplesSuite/samples_arrays
SamplesSuite/samples_asm
SamplesSuite/samples_assembly
SamplesSuite/samples_bool
SamplesSuite/samples_compound
SamplesSuite/samples_concat
SamplesSuite/samples_const
SamplesSuite/samples_functions
SamplesSuite/samples_float
SamplesSuite/samples_little_float
SamplesSuite/samples_casts
SamplesSuite/samples_inc
SamplesSuite/samples_includes
SamplesSuite/samples_optimize
SamplesSuite/samples_problem
SamplesSuite/samples_identifiers
SamplesSuite/samples_registers
SamplesSuite/samples_structures
SpecificSuite/addressof
SpecificSuite/array_foreach_local
SpecificSuite/array_foreach_global
SpecificSuite/array_foreach_param_local
SpecificSuite/array_foreach_param_global
SpecificSuite/array_foreach_param_param
SpecificSuite/arrays_in_struct
SpecificSuite/char_type
SpecificSuite/char_at
SpecificSuite/ctor_dtor_heap
SpecificSuite/ctor_dtor_stack
SpecificSuite/copy_constructors
SpecificSuite/casts
SpecificSuite/compound
SpecificSuite/delete_any
SpecificSuite/if_
SpecificSuite/includes
SpecificSuite/int_arrays
SpecificSuite/string_arrays
SpecificSuite/string_foreach
SpecificSuite/string_pointers
SpecificSuite/int_pointers
SpecificSuite/bool_pointers
SpecificSuite/cmove
SpecificSuite/dynamic
SpecificSuite/dynamic_arrays_in_struct
SpecificSuite/dynamic_struct
SpecificSuite/float_pointers
SpecificSuite/struct_pointers
SpecificSuite/member_pointers
SpecificSuite/member_function_calls
SpecificSuite/member_functions
SpecificSuite/member_functions_param_stack
SpecificSuite/memory
SpecificSuite/pass_member_by_value
SpecificSuite/ternary
SpecificSuite/while_
SpecificSuite/do_while_
SpecificSuite/defaults
SpecificSuite/float_1
SpecificSuite/float_2
SpecificSuite/for_
SpecificSuite/foreach_
SpecificSuite/globals_
SpecificSuite/inc
SpecificSuite/void_
SpecificSuite/return_string
SpecificSuite/return_by_value
SpecificSuite/return_int
SpecificSuite/return_pointers
SpecificSuite/pointer_arrays
SpecificSuite/recursive_functions
SpecificSuite/single_inheritance
SpecificSuite/math
SpecificSuite/builtin
SpecificSuite/assign_value
SpecificSuite/println
SpecificSuite/prints
SpecificSuite/structures
SpecificSuite/struct_member_pointers
SpecificSuite/struct_array
SpecificSuite/swap
SpecificSuite/switch_
SpecificSuite/switch_string
SpecificSuite/nested
SpecificSuite/args
TemplateSuite/class_templates
TemplateSuite/function_templates
TemplateSuite/member_function_templates
CompilationErrorsSuite/params_assign
CompilationErrorsSuite/wrong_print
CompilationErrorsSuite/invalid_inheritance
StandardLibSuite/std_lib_arrays_sum
StandardLibSuite/std_lib_math_min
StandardLibSuite/std_lib_math_max
StandardLibSuite/std_lib_math_factorial
StandardLibSuite/std_lib_math_pow
StandardLibSuite/std_lib_str_equals
StandardLibSuite/std_lib_string
StandardLibSuite/std_lib_string_concat
StandardLibSuite/std_lib_string_concat_int
StandardLibSuite/std_linked_list
StandardLibSuite/std_vector
BugFixesSuite/while_bug
OptimizationSuite/parameter_propagation
OptimizationSuite/global_cp
OptimizationSuite/global_offset_cp
OptimizationSuite/remove_empty_functions
OptimizationSuite/remove_empty_loops
OptimizationSuite/invariant_code_motion
OptimizationSuite/complete_loop_peeling
OptimizationSuite/complete_loop_peeling_2
OptimizationSuite/loop_unrolling
OptimizationSuite/loop_unswitching
OptimizationSuite/global_cse
OptimizationSuite/local_cse
OptimizationSuite/cmov_opt