aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-60/+60
2015-08-14re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op...Marek Polacek1-4/+7
2015-08-13gimple.h (gcall::code_): New constant static member.Richard Biener1-0/+2
2015-08-12gimple.h (remove_pointer): New trait.Richard Biener1-0/+4
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-19/+35
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-14/+0
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-26gimple.c (gimple_call_set_fndecl): Remove.Andrew MacLeod1-10/+0
2015-06-25gimple.h (gimple_call_set_fn): Move inline function.Andrew MacLeod1-0/+10
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-11Convert to md_asm_adjustRichard Henderson1-1/+1
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka1-0/+18
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-3/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-16/+28
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-151/+198
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-3/+11
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-4/+24
2014-11-14sanopt.c: Include tree-ssa-operands.h.Jakub Jelinek1-0/+3
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek1-0/+18
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-8/+18
2014-08-11Added fnspec to internal functions.Yury Gribov1-3/+6
2014-08-08builtins.c (c_getstr, [...]): Export.Richard Biener1-0/+15
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-6/+3
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-5/+3
2014-05-07Const-correctness of gimple_call_builtin_pDavid Malcolm1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+1
2014-04-29invoke.texi: Fix typo.Patrick Palka1-2/+2
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-6/+6
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-1/+4
2014-01-08re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener1-26/+42
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-3/+2
2013-12-09Eliminate label_to_block_map macro.David Malcolm1-3/+5
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law1-6/+15
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-1/+1
2013-11-27Fix checking of gimple typesDavid Malcolm1-4/+4
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-52/+5
2013-11-22add auto_vecTrevor Saunders1-3/+2
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-31/+45
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2