summaryrefslogtreecommitdiff
path: root/gcc/gimple-walk.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-04-19gimple-walk.h (struct walk_stmt_info): Add stmt member.Richard Biener
2016-01-19Merge of HSAMartin Jambor
2016-01-04Update copyright years.Jakub Jelinek
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-29gimple-walk.c #include TLCBernhard Reutner-Fischer
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12A bit of walk_gimple_op maintenance.Thomas Schwinge
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-13gimple-walk.h: New File.Andrew Macleod