| Commit message (Expand) | Author | Age | Files | Lines |
* | 2014-10-17 Richard Biener <rguenther@suse.de> | rguenth | 2014-10-17 | 1 | -0/+2 |
* | 2014-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-16 | 1 | -1/+6 |
* | * machmode.h (int_n_data_t): New. | dj | 2014-10-14 | 1 | -15/+45 |
* | 2014-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com> | krebbel | 2014-09-25 | 1 | -4/+12 |
* | * cgraph.h, dbxout.c, dwarfout2.c, gimple-fold.c, | aldyh | 2014-09-24 | 1 | -1/+1 |
* | * tree.h (int_bit_position): Turn into inline function; | hubicka | 2014-09-23 | 1 | -10/+0 |
* | PR lto/63286 | hubicka | 2014-09-19 | 1 | -0/+1 |
* | * dwarf2out.c (decl_ultimate_origin): Update comment. | aldyh | 2014-09-19 | 1 | -2/+1 |
* | * tree.c (need_assembler_name_p): Store C++ type mangling only | hubicka | 2014-09-13 | 1 | -0/+1 |
* | * tree.c (protected_set_expr_location): Don't check whether T is | mpolacek | 2014-09-13 | 1 | -1/+1 |
* | 2014-09-12 Marc Glisse <marc.glisse@inria.fr> | glisse | 2014-09-12 | 1 | -0/+15 |
* | * common.opt (flto-odr-type-merging): New flag. | hubicka | 2014-09-11 | 1 | -0/+9 |
* | Revert mistakenly committed change. | aldyh | 2014-09-04 | 1 | -4/+0 |
* | Merge remote-tracking branch 'origin/aldyh/debug-early' into debug-early | aldyh | 2014-09-04 | 1 | -0/+4 |
* | Revert incorrect merging of debug-early branch. | aldyh | 2014-09-04 | 1 | -5/+2 |
* | Merge remote-tracking branch 'origin/aldyh/debug-early' into debug-early | aldyh | 2014-09-04 | 1 | -0/+4 |
* | + * c/c-decl.c (write_global_declarations_1): Call global_decl() | aldyh | 2014-09-04 | 1 | -4/+0 |
* | dearly: Emit DIEs for decls early in the compilation process. | aldyh | 2014-09-04 | 1 | -2/+5 |
* | gcc/ | kyukhin | 2014-09-02 | 1 | -1/+4 |
* | 2014-08-20 Richard Biener <rguenther@suse.de> | rguenth | 2014-08-20 | 1 | -3/+3 |
* | PR bootstrap/62077 | jason | 2014-08-15 | 1 | -4/+1 |
* | 2014-08-14 Richard Biener <rguenther@suse.de> | rguenth | 2014-08-14 | 1 | -44/+23 |
* | Move inlining of Asan memory checks to sanopt pass. | ygribov | 2014-08-11 | 1 | -1/+1 |
* | Added fnspec to internal functions. | ygribov | 2014-08-11 | 1 | -2/+5 |
* | remove pointer-set.[ch] | tbsaunde | 2014-08-07 | 1 | -1/+0 |
* | add a hash_set based on hash_table | tbsaunde | 2014-08-02 | 1 | -12/+10 |
* | Change inchash to name space. | ak | 2014-08-01 | 1 | -26/+31 |
* | Convert the tree.c type hashing over to inchash | ak | 2014-07-25 | 1 | -94/+88 |
* | Add an abstract incremental hash data type | ak | 2014-07-25 | 1 | -50/+1 |
* | IPA C++ refactoring 2/N | marxin | 2014-07-24 | 1 | -5/+5 |
* | IPA C++ refactoring 1/N | marxin | 2014-07-24 | 1 | -14/+14 |
* | * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, | hubicka | 2014-07-15 | 1 | -2/+7 |
* | * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC | hubicka | 2014-07-12 | 1 | -0/+4 |
* | remove has_execute | tbsaunde | 2014-07-09 | 1 | -1/+0 |
* | * tree.c (decls_same_for_odr, decls_same_for_odr, | hubicka | 2014-07-02 | 1 | -147/+1 |
* | * class.c (check_methods, create_vtable_ptr, determine_key_method, | hubicka | 2014-06-24 | 1 | -1/+0 |
* | * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS. | mpolacek | 2014-06-20 | 1 | -0/+25 |
* | * cgraph.h (struct symtab_node): Add field in_init_priority_hash | hubicka | 2014-06-20 | 1 | -54/+30 |
* | * c-family/c-common.c (handle_tls_model_attribute): Use set_decl_tls_model. | hubicka | 2014-06-15 | 1 | -0/+27 |
* | * symtab.c (section_hash): New hash. | hubicka | 2014-06-12 | 1 | -3/+3 |
* | * varasm.c (set_implicit_section): New function. | hubicka | 2014-06-11 | 1 | -1/+1 |
* | 2014-06-09 Marc Glisse <marc.glisse@inria.fr> | glisse | 2014-06-09 | 1 | -2/+4 |
* | * symtab.c (dump_symtab_base): Update dumping. | hubicka | 2014-06-09 | 1 | -6/+33 |
* | New attribute lookup function addition | marxin | 2014-06-04 | 1 | -0/+38 |
* | * expr.h: Remove prototypes of functions defined in builtins.c. | amacleod | 2014-06-02 | 1 | -0/+86 |
* | PR c++/47202 | jason | 2014-05-28 | 1 | -1/+13 |
* | * tree.h (decl_comdat_group): Declare. | hubicka | 2014-05-27 | 1 | -0/+10 |
* | 2014-05-23 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-26 | 1 | -34/+0 |
* | * tree-core.h (tree_decl_with_vis): Replace comdat_group by | hubicka | 2014-05-24 | 1 | -3/+8 |
* | gcc/ | rsandifo | 2014-05-21 | 1 | -0/+7 |