Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Fix floats on m68k #38

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open

WIP: Fix floats on m68k #38

wants to merge 67 commits into from

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 8 times, most recently from a2d83f6 to 3988ccc Compare February 8, 2024 15:13
@antoyo antoyo force-pushed the master branch 2 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
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