-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: master
Are you sure you want to change the base?
Commits on Jan 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70e9814 - Browse repository at this point
Copy the full SHA 70e9814View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ad5bc9 - Browse repository at this point
Copy the full SHA 8ad5bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8413ca - Browse repository at this point
Copy the full SHA c8413caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e6eac - Browse repository at this point
Copy the full SHA 13e6eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d8a39 - Browse repository at this point
Copy the full SHA e0d8a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for b440824 - Browse repository at this point
Copy the full SHA b440824View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b57c7 - Browse repository at this point
Copy the full SHA f1b57c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0137524 - Browse repository at this point
Copy the full SHA 0137524View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab15c3b - Browse repository at this point
Copy the full SHA ab15c3bView commit details -
Fix a RTL bug for libgccjit which fixes a 'unrecognizable insn' error…
… when generating some code using target-specific builtins
Configuration menu - View commit details
-
Copy full SHA for 71c488c - Browse repository at this point
Copy the full SHA 71c488cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96eed4f - Browse repository at this point
Copy the full SHA 96eed4fView commit details -
Disable check for unknown sizes in gcc_jit_rvalue_dereference_field t…
…o allow recursive types
Configuration menu - View commit details
-
Copy full SHA for a39aa4a - Browse repository at this point
Copy the full SHA a39aa4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24cafc4 - Browse repository at this point
Copy the full SHA 24cafc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b8410 - Browse repository at this point
Copy the full SHA 38b8410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5522d75 - Browse repository at this point
Copy the full SHA 5522d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bf2fc - Browse repository at this point
Copy the full SHA 29bf2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8281be4 - Browse repository at this point
Copy the full SHA 8281be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 561b4ca - Browse repository at this point
Copy the full SHA 561b4caView commit details -
libgccjit: Add support for machine-dependent 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
Configuration menu - View commit details
-
Copy full SHA for 5d25bd6 - Browse repository at this point
Copy the full SHA 5d25bd6View commit details
Commits on Mar 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c97bc65 - Browse repository at this point
Copy the full SHA c97bc65View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e63da6 - Browse repository at this point
Copy the full SHA 3e63da6View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1986920 - Browse repository at this point
Copy the full SHA 1986920View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3790a8 - Browse repository at this point
Copy the full SHA d3790a8View commit details
Commits on Jun 28, 2023
-
Merge pull request #17 from Heath123/fix-no-bfloat
Fix compilation error when bfloat is unsupported
Configuration menu - View commit details
-
Copy full SHA for cd0ce51 - Browse repository at this point
Copy the full SHA cd0ce51View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6717824 - Browse repository at this point
Copy the full SHA 6717824View commit details
Commits on Jul 3, 2023
-
fixup! WIP: Add support for function attributes
Add test for cold attribute in libgccjit
Configuration menu - View commit details
-
Copy full SHA for ad06312 - Browse repository at this point
Copy the full SHA ad06312View commit details -
Merge pull request #18 from GuillaumeGomez/cold-attr
fixup! WIP: Add support for function attributes
Configuration menu - View commit details
-
Copy full SHA for 00eaaa7 - Browse repository at this point
Copy the full SHA 00eaaa7View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e02bf4 - Browse repository at this point
Copy the full SHA 7e02bf4View commit details
Commits on Jul 5, 2023
-
Merge pull request #19 from antoyo/feature/jit-cpu-features
Add ability to get CPU features
Configuration menu - View commit details
-
Copy full SHA for 70d876b - Browse repository at this point
Copy the full SHA 70d876bView commit details
Commits on Jul 6, 2023
-
fixup! WIP: Add support for function attributes
Add support for returns_twice attribute in libgccjit
Configuration menu - View commit details
-
Copy full SHA for 809825d - Browse repository at this point
Copy the full SHA 809825dView commit details
Commits on Jul 11, 2023
-
Merge pull request #20 from GuillaumeGomez/support-returns-twice-attr
Add support for returns_twice attribute in libgccjit
Configuration menu - View commit details
-
Copy full SHA for b4e6fe3 - Browse repository at this point
Copy the full SHA b4e6fe3View commit details
Commits on Jul 13, 2023
-
Change return value of
gcc_jit_target_info_cpu_supports
and of `gcc……_jit_target_info_supports_128bit_int` from bool to int
Configuration menu - View commit details
-
Copy full SHA for 2cfd669 - Browse repository at this point
Copy the full SHA 2cfd669View commit details -
fixup! WIP: Add support for function attributes
Add support for pure attribute in libgccjit
Configuration menu - View commit details
-
Copy full SHA for 6dae9ee - Browse repository at this point
Copy the full SHA 6dae9eeView commit details
Commits on Jul 17, 2023
-
Merge pull request #21 from GuillaumeGomez/pure-attr
Add `pure` attribute support in libgccjit
Configuration menu - View commit details
-
Copy full SHA for 03a7071 - Browse repository at this point
Copy the full SHA 03a7071View commit details
Commits on Jul 21, 2023
-
fixup! WIP: Add support for function attributes
Add support for const attribute in libgccjit
Configuration menu - View commit details
-
Copy full SHA for 63cce91 - Browse repository at this point
Copy the full SHA 63cce91View commit details -
fixup! WIP: Add support for function attributes
Add missing `attribute_to_string` handling for `pure`
Configuration menu - View commit details
-
Copy full SHA for 65eb3d5 - Browse repository at this point
Copy the full SHA 65eb3d5View commit details
Commits on Jul 22, 2023
-
Merge pull request #22 from GuillaumeGomez/const-attr
Add support for const attribute in libgccjit
Configuration menu - View commit details
-
Copy full SHA for 7f2995c - Browse repository at this point
Copy the full SHA 7f2995cView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d5b6b2 - Browse repository at this point
Copy the full SHA 9d5b6b2View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d430b38 - Browse repository at this point
Copy the full SHA d430b38View commit details -
fixup! WIP: Add support for function attributes
Implement weak and alias function attributes
Configuration menu - View commit details
-
Copy full SHA for eba45e4 - Browse repository at this point
Copy the full SHA eba45e4View commit details -
Merge pull request #24 from antoyo/feature/weak-alias-attributes
Implement weak and alias function attributes
Configuration menu - View commit details
-
Copy full SHA for a9f9a30 - Browse repository at this point
Copy the full SHA a9f9a30View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90db268 - Browse repository at this point
Copy the full SHA 90db268View commit details
Commits on Jul 31, 2023
-
Merge pull request #25 from row454/default-jit_fix
Change the type of targetjitm to gcc_targetjitm
Configuration menu - View commit details
-
Copy full SHA for 95a2c9c - Browse repository at this point
Copy the full SHA 95a2c9cView commit details
Commits on Aug 16, 2023
-
[PATCH] Add support for
restrict
attribute on function parametersgcc/jit/Changelog: * jit-playback.cc: Remove trailing whitespace characters. * jit-playback.h: Add get_restrict method. * jit-recording.cc: Add get_restrict methods. * jit-recording.h: Add get_restrict methods. * libgccjit++.h: Add get_restrict methods. * libgccjit.cc: Add gcc_jit_type_get_restrict. * libgccjit.h: Declare gcc_jit_type_get_restrict. * libgccjit.map: Declare gcc_jit_type_get_restrict. gcc/testsuite/ChangeLog: * jit.dg/test-restrict.c: Add test for __restrict__ attribute. Signed-off-by: Guillaume Gomez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 840bab3 - Browse repository at this point
Copy the full SHA 840bab3View commit details
Commits on Aug 17, 2023
-
Merge pull request #26 from GuillaumeGomez/restrict
Add support for `restrict` attribute on function parameters
Configuration menu - View commit details
-
Copy full SHA for d931e8d - Browse repository at this point
Copy the full SHA d931e8dView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64199db - Browse repository at this point
Copy the full SHA 64199dbView commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6b3e98 - Browse repository at this point
Copy the full SHA a6b3e98View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16686cb - Browse repository at this point
Copy the full SHA 16686cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f1362 - Browse repository at this point
Copy the full SHA 94f1362View commit details
Commits on Aug 29, 2023
-
fixup! [PATCH] Add support for
restrict
attribute on function param……eters add missing `is_pointer` check in `gcc_jit_type_get_restrict`
Configuration menu - View commit details
-
Copy full SHA for c4d7ad5 - Browse repository at this point
Copy the full SHA c4d7ad5View commit details -
Merge pull request #27 from GuillaumeGomez/complete-gcc-patch
[PATCH] Add support for `restrict` attribute on function parameters
Configuration menu - View commit details
-
Copy full SHA for 9235afe - Browse repository at this point
Copy the full SHA 9235afeView commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c415c4 - Browse repository at this point
Copy the full SHA 2c415c4View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 327499c - Browse repository at this point
Copy the full SHA 327499cView commit details -
Merge pull request #29 from antoyo/fix/cpu-feature-detection
Fix CPU feature detection
Configuration menu - View commit details
-
Copy full SHA for 84a3a6b - Browse repository at this point
Copy the full SHA 84a3a6bView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64dee48 - Browse repository at this point
Copy the full SHA 64dee48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a033810 - Browse repository at this point
Copy the full SHA a033810View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f65575 - Browse repository at this point
Copy the full SHA 6f65575View commit details -
Merge pull request #28 from GuillaumeGomez/non-null
Add support for multiple integers value for attribute and `NonNull`
Configuration menu - View commit details
-
Copy full SHA for 42f9055 - Browse repository at this point
Copy the full SHA 42f9055View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23ac83d - Browse repository at this point
Copy the full SHA 23ac83dView commit details
Commits on Oct 17, 2023
-
Merge pull request #31 from antoyo/fix/aligned-int-comparison
Allow comparing aligned int types
Configuration menu - View commit details
-
Copy full SHA for 5627014 - Browse repository at this point
Copy the full SHA 5627014View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2eca081 - Browse repository at this point
Copy the full SHA 2eca081View commit details
Commits on Oct 19, 2023
-
Merge pull request #34 from antoyo/add-check-add_assignment_op
Add type checks in gcc_jit_block_add_assignment_op
Configuration menu - View commit details
-
Copy full SHA for 0b6472c - Browse repository at this point
Copy the full SHA 0b6472cView commit details
Commits on Oct 20, 2023
-
Add jit tests for
alias
,always_inline
,noinline
,used
, `targ……et` and `weak` attributes
Configuration menu - View commit details
-
Copy full SHA for 910d3f6 - Browse repository at this point
Copy the full SHA 910d3f6View commit details
Commits on Oct 21, 2023
-
Merge pull request #33 from GuillaumeGomez/more-tests
Add jit tests for `alias`, `always_inline`, `noinline`, `used` and `weak` attributes
Configuration menu - View commit details
-
Copy full SHA for d630114 - Browse repository at this point
Copy the full SHA d630114View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4d6aa - Browse repository at this point
Copy the full SHA ad4d6aaView commit details -
Merge pull request #35 from antoyo/fix/float-representation
Fix float playback for cross-compilation
Configuration menu - View commit details
-
Copy full SHA for 364d268 - Browse repository at this point
Copy the full SHA 364d268View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d44c83f - Browse repository at this point
Copy the full SHA d44c83fView commit details