Skip to content

Releases: rust-lang/gcc

master-2cf6ca7373dbaf81a5bbc5d286a98c72fff8c8ee: Merge pull request #44 from GuillaumeGomez/get_ptr_size

27 Mar 01:33
2cf6ca7

Choose a tag to compare

master-78dc50f0e50e6cd1433149520bd512a4e0eaa1bc

09 Mar 16:56

Choose a tag to compare

Use full gith hash for release names

master-b6f163f52: libgccjit: Add option to allow special characters in function names

01 Mar 16:10

Choose a tag to compare

gcc/jit/ChangeLog:

	* docs/topics/contexts.rst: Add documentation for new option.
	* jit-recording.cc (recording::context::get_str_option): New
	method.
	* jit-recording.h (get_str_option): New method.
	* libgccjit.cc (gcc_jit_context_new_function): Allow special
	characters in function names.
	* libgccjit.h (enum gcc_jit_str_option): New option.

gcc/testsuite/ChangeLog:

	* jit.dg/test-special-chars.c: New test.

master-cf9554126: Merge pull request #42 from tempdragon/master

28 Feb 00:24
cf95541

Choose a tag to compare

feat(gccjit): Allow set_loccation to various classes

master-d24c8dae3

23 Feb 16:51

Choose a tag to compare

Comment possibly useless code

master-cdd897840

16 Feb 18:58

Choose a tag to compare

Distribute version without 128-bit integers

master-ad4ffde71

16 Feb 22:04

Choose a tag to compare

Distribute version without 128-bit integers

master-7e92827b7: libgccjit: Add option to allow special characters in function names

16 Feb 17:09

Choose a tag to compare

gcc/jit/ChangeLog:

	* docs/topics/contexts.rst: Add documentation for new option.
	* jit-recording.cc (recording::context::get_bool_option): New
	method.
	* jit-recording.h (get_bool_option): New method.
	* libgccjit.cc (gcc_jit_context_new_function): Allow special
	characters in function names.
	* libgccjit.h (enum gcc_jit_bool_option): New option.

gcc/testsuite/ChangeLog:

	* jit.dg/test-special-chars.c: New test.

master-6fb1493ec: Merge pull request #41 from antoyo/distribute-version-without-int128

16 Feb 18:16
6fb1493

Choose a tag to compare

master-89a92e561: libgccjit: Add option to allow special characters in function names

15 Feb 22:44

Choose a tag to compare

gcc/jit/ChangeLog:

	* docs/topics/contexts.rst: Add documentation for new option.
	* jit-recording.cc (recording::context::get_bool_option): New
	method.
	* jit-recording.h (get_bool_option): New method.
	* libgccjit.cc (gcc_jit_context_new_function): Allow special
	characters in function names.
	* libgccjit.h (enum gcc_jit_bool_option): New option.

gcc/testsuite/ChangeLog:

	* jit.dg/test-special-chars.c: New test.