aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-rtl-function.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-3/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15[mid-end][__RTL] Account for column numbers in __RTL functionsMatthew Malcomson1-3/+16
2019-09-30Add function_abi.{h,cc}Richard Sandiford1-0/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-11Elide repeated RTL elements.Andrew Stubbs1-0/+15
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford1-4/+4
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-3/+3
2017-06-11tree.h (id_equal): New.Jason Merrill1-2/+2
2017-03-10Fix out-of-bounds write in RTL function reader (PR bootstrap/79952)David Malcolm1-6/+26
2017-02-28Do not allow to run GIMPLE or RTL test-cases w/ LTO (PR lto/79625).Martin Liska1-0/+3
2017-01-24Add "__RTL" to cc1David Malcolm1-16/+65
2017-01-20Fix --enable-gather-detailed-mem-statsMartin Liska1-2/+1
2017-01-05Introduce RTL function readerDavid Malcolm1-0/+2123