Age | Commit message (Expand) | Author | Files | Lines |
2012-10-23 | dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg. | Vladimir Makarov | 1 | -1/+1 |
2012-09-05 | hooks.c (hook_int_rtx_mode_as_bool_0): New function. | Oleg Endo | 1 | -1/+1 |
2012-06-24 | output.h: (current_function_is_leaf... | Steven Bosscher | 1 | -21/+2 |
2012-06-17 | output.h (split_double): Move prototype to rtl.h. | Steven Bosscher | 1 | -11/+0 |
2012-06-04 | output.h (merge_weak, [...]): Move protos from here... | Steven Bosscher | 1 | -22/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -35/+0 |
2012-05-24 | tree.h (alias_diag_flags): Remove. | Jan Hubicka | 1 | -0/+1 |
2012-03-12 | re PR other/52545 (output.h: SECTION_EXCLUDE flag clobbers SECTION_MACH_DEP) | Georg-Johann Lay | 1 | -2/+2 |
2011-11-22 | target.def (tm_clone_table_section): New hook. | Iain Sandoe | 1 | -0/+1 |
2011-11-17 | re PR middle-end/51144 (r181279 possibly miscompilation of genmddeps) | Steve Ellcey | 1 | -1/+0 |
2011-11-10 | final.c, output.h (fprint_whex, [...]): New functions serving as fast replace... | Dimitrios Apostolou | 1 | -0/+9 |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -0/+4 |
2011-09-27 | output.h (SECTION_EXCLUDE): New macro. | Sriraman Tallam | 1 | -0/+1 |
2011-08-20 | Use .init_arrary/.fini_array sections if possible. | H.J. Lu | 1 | -0/+2 |
2011-02-03 | re PR middle-end/31490 (Compile error section type conflict) | Jakub Jelinek | 1 | -2/+4 |
2011-01-07 | allow the target to label code fragments generated by partitioning. | Iain Sandoe | 1 | -0/+3 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -0/+2 |
2010-11-23 | tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro. | Jan Hubicka | 1 | -0/+4 |
2010-11-13 | tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro. | Richard Earnshaw | 1 | -0/+5 |
2010-11-06 | re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL) | Joern Rennecke | 1 | -0/+2 |
2010-09-27 | common.opt (fsplit-stack): New option. | Ian Lance Taylor | 1 | -0/+1 |
2010-08-30 | Stack usage support | Eric Botcazou | 1 | -0/+3 |
2010-07-26 | re PR target/44132 (emutls is broken under a range of circumstances.) | Richard Henderson | 1 | -7/+1 |
2010-07-26 | target.def (output_source_filename): New hook. | Anatoly Sokolov | 1 | -0/+3 |
2010-06-16 | * target.h (struct asm_out):Add declare_constant_name field. | Anatoly Sokolov | 1 | -2/+5 |
2010-06-04 | i386-protos.h (ix86_print_operand): Declare. | Nathan Froyd | 1 | -0/+3 |
2010-05-26 | rtl.h (decl_default_tls_model): Move prototype from here... | Steven Bosscher | 1 | -0/+3 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -1/+0 |
2009-06-01 | tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE... | Olivier Hainque | 1 | -0/+5 |
2009-05-16 | re PR target/39942 (Nonoptimal code - leaveq; xchg %ax,%ax; retq) | Jakub Jelinek | 1 | -1/+5 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -6/+5 |
2008-11-22 | re PR target/37170 (gcc.dg/weak/weak-1.c) | Jakub Jelinek | 1 | -1/+4 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -1/+1 |
2008-04-27 | targhooks.h (default_emutls_var_fields, [...]): Declare. | Nathan Sidwell | 1 | -1/+4 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -5/+5 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -6/+3 |
2007-03-09 | re PR target/26090 (IA-64 creates DT_TEXTREL binaries) | Richard Henderson | 1 | -11/+3 |
2007-03-08 | re PR c/31072 ([4.2 Rgression] Wrong code for volatile var with initalization... | Andrew Pinski | 1 | -4/+0 |
2007-02-26 | output.h (assemble_addr_to_section): Declare. | Mark Mitchell | 1 | -0/+7 |
2007-02-10 | Makefile.in (libgcc-support, [...]): Add emutls.c. | Richard Henderson | 1 | -0/+3 |
2007-01-24 | target.h (globalize_decl_name): New. | Steve Ellcey | 1 | -0/+1 |
2006-12-22 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-12-11 | re PR middle-end/17982 (stop calling assemble_external before final assembly ... | H.J. Lu | 1 | -3/+7 |
2006-10-09 | Revert emutls patch. | Richard Henderson | 1 | -3/+0 |
2006-10-04 | Makefile.in (libgcc.mk, [...]): Add emutls.c. | Richard Henderson | 1 | -0/+3 |
2006-07-18 | tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme... | Olivier Hainque | 1 | -0/+7 |
2006-07-13 | cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable. | Jan Hubicka | 1 | -0/+4 |
2006-03-07 | hooks.c (hook_bool_mode_rtx_true): New function. | Richard Sandiford | 1 | -2/+1 |