summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to md_asm_adjustRichard Henderson2015-05-111-1/+1
* re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka2015-02-041-0/+18
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-3/+3
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-16/+28
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-151/+198
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-3/+11
* ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek2014-11-141-4/+24
* sanopt.c: Include tree-ssa-operands.h.Jakub Jelinek2014-11-141-0/+3
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-1/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+9
* re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek2014-10-171-0/+18
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-8/+18
* Added fnspec to internal functions.Yury Gribov2014-08-111-3/+6
* builtins.c (c_getstr, [...]): Export.Richard Biener2014-08-081-0/+15
* tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou2014-06-241-0/+1
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-6/+3
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-171-5/+3
* Const-correctness of gimple_call_builtin_pDavid Malcolm2014-05-071-4/+4
* Merge in wide-int.Kenneth Zadeck2014-05-061-5/+1
* invoke.texi: Fix typo.Patrick Palka2014-04-291-2/+2
* Change is-a.h to support typedefs of pointersDavid Malcolm2014-04-231-6/+6
* re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener2014-04-041-1/+4
* re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener2014-01-081-26/+42
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek2013-12-161-3/+2
* Eliminate label_to_block_map macro.David Malcolm2013-12-091-3/+5
* common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law2013-12-041-6/+15
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-1/+1
* Fix checking of gimple typesDavid Malcolm2013-11-271-4/+4
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-52/+5
* add auto_vecTrevor Saunders2013-11-221-3/+2
* Convert gimple types from a union to C++ inheritanceDavid Malcolm2013-11-191-31/+45
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-2/+2
* builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich2013-11-181-20/+0
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-33/+0
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-839/+11
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-18/+278
* Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law2013-11-051-0/+81
* gimple.h: Move some prototypes to gimple-expr.h and add to include list.Andrew MacLeod2013-11-051-776/+0
* tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich2013-10-301-1/+21
* tree-cfg.h: Rename from tree-flow.h.Andrew Macleod2013-10-181-1/+20
* tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod2013-10-171-0/+21
* tree-core.h (tree_code_name): Remove.Paulo Matos2013-10-161-2/+2
* gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener2013-10-141-459/+0
* re PR other/58712 (issues found by --enable-checking=valgrind)Richard Biener2013-10-141-2/+5
* gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge2013-10-111-2/+2