aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.cc
AgeCommit message (Expand)AuthorFilesLines
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-1/+1
2023-08-31Darwin: homogenize spelling of macOSFrancois-Xavier Coudert1-1/+1
2023-08-29libgccjit: add support for `restrict` attribute on function parametersGuillaume Gomez1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-06libgccjit: Fix float vector comparisonAntoni Boucher1-5/+22
2022-11-19[PR other/104044] Remove extraneous semicolonsJeff Law1-1/+1
2022-11-19jit: Use std::mutex instead of pthread_mutex_tJonathan Wakely1-17/+23
2022-06-29libgccjit: Fix bug where unary_op will return an integer type instead of the ...Antoni Boucher1-1/+2
2022-06-29jit: avoid calloc() poisoning on musl [PR106102]Sergei Trofimovich1-2/+1
2022-04-14libgccjit: Fix a bootstrap break for some targets.Iain Sandoe1-2/+2
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher1-0/+30
2022-04-12libgccjit: Add support for sized integer types, including 128-bit integers [P...Antoni Boucher1-4/+36
2022-01-17Change references of .c files to .cc filesMartin Liska1-34/+34
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3618