aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-rtl-function.c
AgeCommit message (Expand)AuthorFilesLines
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