Skip to content

Conversation

antoyo
Copy link

@antoyo antoyo commented Oct 27, 2023

This doesn't work:

thread 'main' panicked at src/main.rs:17:5:
assertion `left == right` failed
  left: Ok(1.4489974452386991)
 right: Ok(-8.586821471280706e240)

antoyo and others added 30 commits January 7, 2023 09:45
… when generating some code using target-specific builtins
gcc/config/i386:
	PR jit/TODO
	* i386-builtins.cc: New function (clear_builtin_types).

gcc/jit:
	PR jit/TODO
	* dummy-frontend.cc: Include headers target.h, jit-recording.h,
	unordered_map and string, new variables (target_function_types, and
	target_builtins_ctxt), new function (tree_type_to_jit_type).
	* jit-builtins.cc: Specify that the function types are not from
	target builtins.
	* jit-playback.cc: New argument is_target_builtin to new_function.
	* jit-playback.h
	* jit-recording.cc
	* jit-recording.h
	* libgccjit.cc
	* libgccjit.h
	* libgccjit.map

gcc/testsuite/jit.dg:
	PR jit/TODO
	* all-non-failing-tests.h
	* test-target-builtins.c
Fix compilation error when bfloat is unsupported
Add test for cold attribute in libgccjit
fixup! WIP: Add support for function attributes
Add support for returns_twice attribute in libgccjit
@antoyo antoyo force-pushed the master branch 4 times, most recently from 51fa28a to be000af Compare February 9, 2024 14:12
@antoyo antoyo force-pushed the master branch 2 times, most recently from cdd8978 to ad4ffde Compare February 16, 2024 21:34
@antoyo antoyo force-pushed the master branch 3 times, most recently from 9cec8ab to c4ee893 Compare October 3, 2024 21:55
@antoyo antoyo force-pushed the master branch 6 times, most recently from 1e817bd to b4002fd Compare October 17, 2024 14:21
@antoyo antoyo force-pushed the master branch 4 times, most recently from 2e49eb4 to 85e56c5 Compare November 14, 2024 18:02
@antoyo antoyo force-pushed the master branch 2 times, most recently from 5de134e to ec8ae43 Compare November 21, 2024 16:03
@antoyo antoyo force-pushed the master branch 3 times, most recently from b8f4bbf to 04ce66d Compare April 30, 2025 16:36
@antoyo antoyo force-pushed the master branch 2 times, most recently from 2ae4b0e to 4a8c8ec Compare August 28, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants