Releases: rust-lang/gcc
Releases · rust-lang/gcc
gcc ed50105e6
gcc 79f11df3d
gcc 5be91dcf1
gcc 04da3f993
gcc a07a2b014
gcc 6351b299c
What's Changed
- Fix compilation error when bfloat is unsupported by @Heath123 in #17
- Add support for "cold" function attribute by @GuillaumeGomez in #18
- Add ability to get CPU features by @antoyo in #19
- Add support for returns_twice attribute in libgccjit by @GuillaumeGomez in #20
- Add
pure
attribute support in libgccjit by @GuillaumeGomez in #21 - Add support for const attribute in libgccjit by @GuillaumeGomez in #22
- Fix GGC by @antoyo in #23
- Implement weak and alias function attributes by @antoyo in #24
- Change the type of targetjitm to gcc_targetjitm by @row454 in #25
- Add support for
restrict
attribute on function parameters by @GuillaumeGomez in #26 - [PATCH] Add support for
restrict
attribute on function parameters by @GuillaumeGomez in #27 - Fix CPU feature detection by @antoyo in #29
- Implement sizeof by @antoyo in #30
- Add support for multiple integers value for attribute and
NonNull
by @GuillaumeGomez in #28 - Allow comparing aligned int types by @antoyo in #31
- Add type checks in gcc_jit_block_add_assignment_op by @antoyo in #34
- Add jit tests for
alias
,always_inline
,noinline
,used
andweak
attributes by @GuillaumeGomez in #33 - Fix float playback for cross-compilation by @antoyo in #35
- Add support for setting the comment ident by @antoyo in #37
- Make is_int return false on vector types by @antoyo in #36
- Fix ira cost segfault by @antoyo in #39
- Fix get_size of size_t by @antoyo in #40
New Contributors
- @Heath123 made their first contribution in #17
- @GuillaumeGomez made their first contribution in #18
- @row454 made their first contribution in #25
Full Changelog: https://github.com/antoyo/gcc/commits/master-6351b299c
gcc 962815010
What's Changed
- Fix compilation error when bfloat is unsupported by @Heath123 in #17
- Add support for "cold" function attribute by @GuillaumeGomez in #18
- Add ability to get CPU features by @antoyo in #19
- Add support for returns_twice attribute in libgccjit by @GuillaumeGomez in #20
- Add
pure
attribute support in libgccjit by @GuillaumeGomez in #21 - Add support for const attribute in libgccjit by @GuillaumeGomez in #22
- Fix GGC by @antoyo in #23
- Implement weak and alias function attributes by @antoyo in #24
- Change the type of targetjitm to gcc_targetjitm by @row454 in #25
- Add support for
restrict
attribute on function parameters by @GuillaumeGomez in #26 - [PATCH] Add support for
restrict
attribute on function parameters by @GuillaumeGomez in #27 - Fix CPU feature detection by @antoyo in #29
- Implement sizeof by @antoyo in #30
- Add support for multiple integers value for attribute and
NonNull
by @GuillaumeGomez in #28 - Allow comparing aligned int types by @antoyo in #31
- Add type checks in gcc_jit_block_add_assignment_op by @antoyo in #34
- Add jit tests for
alias
,always_inline
,noinline
,used
andweak
attributes by @GuillaumeGomez in #33 - Fix float playback for cross-compilation by @antoyo in #35
- Add support for setting the comment ident by @antoyo in #37
- Make is_int return false on vector types by @antoyo in #36
- Fix ira cost segfault by @antoyo in #39
- Fix get_size of size_t by @antoyo in #40
New Contributors
- @Heath123 made their first contribution in #17
- @GuillaumeGomez made their first contribution in #18
- @row454 made their first contribution in #25
Full Changelog: https://github.com/antoyo/gcc/commits/master-962815010