Age | Commit message (Expand) | Author | Files | Lines |
2014-06-20 | asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS. | Marek Polacek | 1 | -0/+25 |
2014-06-20 | cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio... | Jan Hubicka | 1 | -54/+30 |
2014-06-15 | c-common.c (handle_tls_model_attribute): Use set_decl_tls_model. | Jan Hubicka | 1 | -0/+27 |
2014-06-12 | symtab.c (section_hash): New hash. | Jan Hubicka | 1 | -3/+3 |
2014-06-11 | varasm.c (set_implicit_section): New function. | Jan Hubicka | 1 | -1/+1 |
2014-06-09 | re PR c++/54442 (Const overloads resolution failure) | Marc Glisse | 1 | -2/+4 |
2014-06-09 | symtab.c (dump_symtab_base): Update dumping. | Jan Hubicka | 1 | -6/+33 |
2014-06-04 | New attribute lookup function addition | Martin Liska | 1 | -0/+38 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+86 |
2014-05-28 | re PR c++/47202 (Endless recursion during mangling) | Jason Merrill | 1 | -1/+13 |
2014-05-27 | tree.h (decl_comdat_group): Declare. | Jan Hubicka | 1 | -0/+10 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -34/+0 |
2014-05-24 | tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer. | Jan Hubicka | 1 | -3/+8 |
2014-05-21 | tree.def (VOID_CST): New. | Richard Sandiford | 1 | -0/+7 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -9/+9 |
2014-05-17 | rm a bunch of _stat allocation functions | Trevor Saunders | 1 | -1/+1 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -2/+7 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -473/+365 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -1/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-04-15 | tree.c (iterative_hash_expr): Use enum tree_code_class to store TREE_CODE_CLASS. | Richard Biener | 1 | -3/+3 |
2014-04-14 | tree.h (TYPE_IDENTIFIER): Declare. | Paolo Carlini | 1 | -14/+3 |
2014-03-10 | re PR c++/60474 (Crash in tree_class_check) | Richard Biener | 1 | -1/+2 |
2014-02-07 | re PR c++/60082 (Certain Cilk keywords executable Hanging for -O1) | Jakub Jelinek | 1 | -1/+1 |
2014-02-04 | re PR ipa/59882 (internal compiler error: Segmentation fault) | Jan Hubicka | 1 | -3/+8 |
2014-01-30 | re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum) | Jason Merrill | 1 | -0/+1 |
2014-01-29 | re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) | Jakub Jelinek | 1 | -6/+0 |
2014-01-17 | re PR ipa/59775 (internal compiler error: Segmentation fault) | Jan Hubicka | 1 | -10/+29 |
2014-01-09 | re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure) | Jakub Jelinek | 1 | -0/+22 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-06 | asan.c: Remove struct tags when referring to class varpool_node. | Oleg Endo | 1 | -2/+2 |
2013-12-04 | re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS) | Tobias Burnus | 1 | -0/+2 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -5/+1 |
2013-11-22 | hooks.h (hook_uint_mode_0): Add Prototype. | Andrew MacLeod | 1 | -10/+21 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+5 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -2/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+6 |
2013-11-19 | tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -5/+3 |
2013-11-18 | tree.h (host_integerp, [...]): Delete. | Richard Sandiford | 1 | -31/+0 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -10/+10 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | tree.h (tree_to_shwi, [...]): Declare, with inline expansions. | Richard Sandiford | 1 | -0/+22 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -7/+7 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | tree.h (tree_fits_shwi_p, [...]): Declare. | Richard Sandiford | 1 | -0/+26 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+28 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | Refactor implicit function template implementation and fix 58534, 58536, 5854... | Adam Butcher | 1 | -0/+22 |