You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
higepi 6c0debd407 projet 1 year ago
..
add-driver-options-testlib.c projet 1 year ago
all-non-failing-tests.h projet 1 year ago
create-code-for-hello-world-executable.h projet 1 year ago
harness.h projet 1 year ago
jit.exp projet 1 year ago
test-accessing-bitfield.c projet 1 year ago
test-accessing-struct.c projet 1 year ago
test-accessing-union.c projet 1 year ago
test-add-driver-options.c projet 1 year ago
test-alignment.c projet 1 year ago
test-alignment.cc projet 1 year ago
test-arith-overflow.c projet 1 year ago
test-array-as-pointer.c projet 1 year ago
test-arrays.c projet 1 year ago
test-asm.c projet 1 year ago
test-asm.cc projet 1 year ago
test-autovectorize.c projet 1 year ago
test-benchmark.c projet 1 year ago
test-bitcast.c projet 1 year ago
test-builtin-memcpy.c projet 1 year ago
test-builtin-types.c projet 1 year ago
test-builtin-unreachable.c projet 1 year ago
test-calling-external-function.c projet 1 year ago
test-calling-function-ptr.c projet 1 year ago
test-cast.c projet 1 year ago
test-combination.c projet 1 year ago
test-compile-to-assembler.c projet 1 year ago
test-compile-to-dynamic-library.c projet 1 year ago
test-compile-to-executable.c projet 1 year ago
test-compile-to-object.c projet 1 year ago
test-compound-assignment.c projet 1 year ago
test-constants.c projet 1 year ago
test-debug-strings.c projet 1 year ago
test-debuginfo.c projet 1 year ago
test-dot-product.c projet 1 year ago
test-empty.c projet 1 year ago
test-error-adding-to-terminated-block.c projet 1 year ago
test-error-array-as-pointer.c projet 1 year ago
test-error-array-bounds.c projet 1 year ago
test-error-bad-assignment.c projet 1 year ago
test-error-bad-bitcast.c projet 1 year ago
test-error-bad-bitcast2.c projet 1 year ago
test-error-bad-cast.c projet 1 year ago
test-error-block-in-wrong-function.c projet 1 year ago
test-error-call-through-ptr-with-mismatching-args.c projet 1 year ago
test-error-call-through-ptr-with-non-function.c projet 1 year ago
test-error-call-through-ptr-with-non-pointer.c projet 1 year ago
test-error-call-through-ptr-with-not-enough-args.c projet 1 year ago
test-error-call-through-ptr-with-too-many-args.c projet 1 year ago
test-error-call-with-mismatching-args.c projet 1 year ago
test-error-call-with-not-enough-args.c projet 1 year ago
test-error-call-with-too-many-args.c projet 1 year ago
test-error-ctor-array-wrong-obj.c projet 1 year ago
test-error-ctor-struct-too-big.c projet 1 year ago
test-error-ctor-struct-wrong-field-obj.c projet 1 year ago
test-error-ctor-struct-wrong-type.c projet 1 year ago
test-error-ctor-struct-wrong-type2.c projet 1 year ago
test-error-ctor-union-wrong-field-name.c projet 1 year ago
test-error-dereference-field-of-non-pointer.c projet 1 year ago
test-error-dereference-read-of-non-pointer.c projet 1 year ago
test-error-dereferencing-void-ptr.c projet 1 year ago
test-error-gcc_jit_block_end_with_switch-NULL-case.c projet 1 year ago
test-error-gcc_jit_block_end_with_switch-mismatching-case-type.c projet 1 year ago
test-error-gcc_jit_block_end_with_switch-overlapping-ranges.c projet 1 year ago
test-error-gcc_jit_context_get_builtin_function-unimplemented-type.c projet 1 year ago
test-error-gcc_jit_context_get_builtin_function-unknown-builtin.c projet 1 year ago
test-error-gcc_jit_context_new_binary_op-bad-res-type.c projet 1 year ago
test-error-gcc_jit_context_new_bitfield-invalid-type.c projet 1 year ago
test-error-gcc_jit_context_new_bitfield-invalid-width.c projet 1 year ago
test-error-gcc_jit_context_new_case-non-const-label.c projet 1 year ago
test-error-gcc_jit_context_new_case-non-integer-type.c projet 1 year ago
test-error-gcc_jit_context_new_case-reversed-endpoints.c projet 1 year ago
test-error-gcc_jit_context_new_field-opaque-struct.c projet 1 year ago
test-error-gcc_jit_context_new_global-opaque-struct.c projet 1 year ago
test-error-gcc_jit_context_new_global-void-type.c projet 1 year ago
test-error-gcc_jit_context_new_unary_op-bad-res-type.c projet 1 year ago
test-error-gcc_jit_function_new_local-opaque-struct.c projet 1 year ago
test-error-gcc_jit_function_new_local-void-type.c projet 1 year ago
test-error-gcc_jit_lvalue_access_field-wrong-struct.c projet 1 year ago
test-error-gcc_jit_lvalue_get_address-bitfield.c projet 1 year ago
test-error-gcc_jit_rvalue_access_field-wrong-struct.c projet 1 year ago
test-error-gcc_jit_rvalue_dereference_field-wrong-struct.c projet 1 year ago
test-error-gcc_jit_timer_pop-mismatch.c projet 1 year ago
test-error-gcc_jit_timer_pop-too-many.c projet 1 year ago
test-error-gcc_jit_type_get_aligned-non-power-of-two.c projet 1 year ago
test-error-gcc_jit_type_get_vector-bad-type.c projet 1 year ago
test-error-gcc_jit_type_get_vector-non-power-of-two.c projet 1 year ago
test-error-get-type-bad-enum.c projet 1 year ago
test-error-global-already-init.c projet 1 year ago
test-error-global-common-section.c projet 1 year ago
test-error-global-init-too-small-array.c projet 1 year ago
test-error-global-lvalue-init.c projet 1 year ago
test-error-global-nonconst-init.c projet 1 year ago
test-error-impossible-must-tail-call.c projet 1 year ago
test-error-index-not-a-numeric-type.c projet 1 year ago
test-error-local-used-from-other-function.c projet 1 year ago
test-error-mismatching-types-in-assignment-fn-ptr.c projet 1 year ago
test-error-mismatching-types-in-assignment-op.c projet 1 year ago
test-error-mismatching-types-in-assignment.c projet 1 year ago
test-error-mismatching-types-in-call.c projet 1 year ago
test-error-missing-return.c projet 1 year ago
test-error-new-binary-op-bad-op.c projet 1 year ago
test-error-new-function-bad-kind.c projet 1 year ago
test-error-new-unary-op-bad-op.c projet 1 year ago
test-error-null-passed-to-api.c projet 1 year ago
test-error-param-reuse.c projet 1 year ago
test-error-param-sharing.c projet 1 year ago
test-error-param-used-from-other-function.c projet 1 year ago
test-error-param-used-without-a-function.c projet 1 year ago
test-error-pr63969-missing-driver.c projet 1 year ago
test-error-register-variable-bad-name.c projet 1 year ago
test-error-register-variable-size-mismatch.c projet 1 year ago
test-error-return-within-void-function.c projet 1 year ago
test-error-unreachable-block.c projet 1 year ago
test-error-unrecognized-dump.c projet 1 year ago
test-error-unterminated-block.c projet 1 year ago
test-error-value-not-a-numeric-type.c projet 1 year ago
test-expressions.c projet 1 year ago
test-extra-options.c projet 1 year ago
test-factorial-must-tail-call.c projet 1 year ago
test-factorial.c projet 1 year ago
test-fibonacci.c projet 1 year ago
test-functions.c projet 1 year ago
test-fuzzer.c projet 1 year ago
test-global-init-rvalue.c projet 1 year ago
test-global-set-initializer.c projet 1 year ago
test-hello-world.c projet 1 year ago
test-link-section-assembler.c projet 1 year ago
test-linked-list.c projet 1 year ago
test-local-init-rvalue.c projet 1 year ago
test-long-names.c projet 1 year ago
test-long-string-literal.c projet 1 year ago
test-nested-contexts.c projet 1 year ago
test-nested-loops.c projet 1 year ago
test-operator-overloading.cc projet 1 year ago
test-pr66700-observing-write-through-ptr.c projet 1 year ago
test-pr66779.c projet 1 year ago
test-pr95306-builtin-types.c projet 1 year ago
test-pr95314-rvalue-reuse.c projet 1 year ago
test-pr103562.c projet 1 year ago
test-quadratic.c projet 1 year ago
test-quadratic.cc projet 1 year ago
test-reading-struct.c projet 1 year ago
test-reflection.c projet 1 year ago
test-register-variable.c projet 1 year ago
test-returning-function-ptr.c projet 1 year ago
test-setting-alignment.c projet 1 year ago
test-string-literal.c projet 1 year ago
test-sum-of-squares.c projet 1 year ago
test-switch.c projet 1 year ago
test-switch.cc projet 1 year ago
test-threads.c projet 1 year ago
test-tls.c projet 1 year ago
test-trap.c projet 1 year ago
test-types.c projet 1 year ago
test-using-global.c projet 1 year ago
test-validly-unreachable-block.c projet 1 year ago
test-vector-rvalues.cc projet 1 year ago
test-vector-types.cc projet 1 year ago
test-version.c projet 1 year ago
test-volatile.c projet 1 year ago
verify-dynamic-library.c projet 1 year ago