Age | Commit message (Expand) | Author | Files | Lines |
2014-08-11 | Added fnspec to internal functions. | Yury Gribov | 1 | -3/+6 |
2014-08-08 | builtins.c (c_getstr, [...]): Export. | Richard Biener | 1 | -0/+15 |
2014-06-24 | tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r... | Cong Hou | 1 | -0/+1 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -6/+3 |
2014-05-17 | rm a bunch of _stat allocation functions | Trevor Saunders | 1 | -5/+3 |
2014-05-07 | Const-correctness of gimple_call_builtin_p | David Malcolm | 1 | -4/+4 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -5/+1 |
2014-04-29 | invoke.texi: Fix typo. | Patrick Palka | 1 | -2/+2 |
2014-04-23 | Change is-a.h to support typedefs of pointers | David Malcolm | 1 | -6/+6 |
2014-04-04 | re PR middle-end/60746 (ICE segfault in gimple-expr.c:314) | Richard Biener | 1 | -1/+4 |
2014-01-08 | re PR middle-end/59630 (ICE converting the return type of a builtin function) | Richard Biener | 1 | -26/+42 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -3/+2 |
2013-12-09 | Eliminate label_to_block_map macro. | David Malcolm | 1 | -3/+5 |
2013-12-04 | common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths... | Jeff Law | 1 | -6/+15 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -1/+1 |
2013-11-27 | Fix checking of gimple types | David Malcolm | 1 | -4/+4 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -52/+5 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -3/+2 |
2013-11-19 | Convert gimple types from a union to C++ inheritance | David Malcolm | 1 | -31/+45 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New. | Ilya Enkovich | 1 | -20/+0 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -33/+0 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -839/+11 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -18/+278 |
2013-11-05 | Makefile.in (OBJS): Add gimple-ssa-isolate-paths.o | Jeff Law | 1 | -0/+81 |
2013-11-05 | gimple.h: Move some prototypes to gimple-expr.h and add to include list. | Andrew MacLeod | 1 | -776/+0 |
2013-10-30 | tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE. | Ilya Enkovich | 1 | -1/+21 |
2013-10-18 | tree-cfg.h: Rename from tree-flow.h. | Andrew Macleod | 1 | -1/+20 |
2013-10-17 | tree-flow.h (struct omp_region): Move to omp-low.c. | Andrew MacLeod | 1 | -0/+21 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -2/+2 |
2013-10-14 | gimple.c (gimple_canonical_types, [...]): Move to lto/lto.c | Richard Biener | 1 | -459/+0 |
2013-10-14 | re PR other/58712 (issues found by --enable-checking=valgrind) | Richard Biener | 1 | -2/+5 |
2013-10-11 | gimple.c: GIMPLE statements have subcodes, not sub-codes. | Thomas Schwinge | 1 | -2/+2 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -1/+78 |
2013-10-02 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -0/+23 |
2013-10-01 | tree-ssa-live.h (coalesce_ssa_name): Move Prototype to... | Andrew MacLeod | 1 | -0/+38 |
2013-10-01 | tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h. | Andrew MacLeod | 1 | -1/+24 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-26 | gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename. | Andrew MacLeod | 1 | -224/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+257 |
2013-08-27 | Makefile.in (omp-low.o): Depend on $(TARGET_H). | Jakub Jelinek | 1 | -1/+3 |
2013-08-16 | re PR tree-optimization/58164 (internal compiler error: in make_decl_rtl, at ... | Jakub Jelinek | 1 | -0/+7 |
2013-05-10 | stor-layout.c (element_precision): New function. | Marc Glisse | 1 | -2/+9 |
2013-04-18 | Simplified GIMPLE IL builder functions. | Diego Novillo | 1 | -0/+101 |
2013-04-12 | gimple.c (is_gimple_constant): Vector CONSTRUCTORs should not be considered a... | Richard Biener | 1 | -7/+0 |
2013-04-08 | gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y. | Jeff Law | 1 | -1/+5 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |