Age | Commit message (Expand) | Author | Files | Lines |
2008-06-29 | alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings. | Kaveh R. Ghazi | 1 | -3/+3 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -29/+35 |
2008-05-25 | tree-nested.c (convert_tramp_reference): Do not build a trampoline if we don'... | Eric Botcazou | 1 | -19/+23 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -17/+9 |
2008-04-27 | targhooks.h (default_emutls_var_fields, [...]): Declare. | Nathan Sidwell | 1 | -105/+182 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -3/+3 |
2008-04-23 | tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case. | Tomas Bily | 1 | -5/+0 |
2008-04-18 | except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r... | Jan Hubicka | 1 | -1/+1 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 1 | -26/+26 |
2008-04-07 | function.h (rtl): Rename to x_rtl. | Jan Hubicka | 1 | -6/+6 |
2008-03-31 | Fix IA-64 enable-checking glibc ICE. | James E Wilson | 1 | -5/+5 |
2008-03-31 | builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s... | Jan Hubicka | 1 | -22/+7 |
2007-12-05 | varasm.c (merge_weak, [...]): Commentary typo fixes. | Bernhard Fischer | 1 | -3/+3 |
2007-10-08 | varasm.c (compare_constant): Removed call to lang_hooks.expand_constant. | Ollie Wild | 1 | -35/+2 |
2007-09-29 | Revert | Ollie Wild | 1 | -2/+35 |
2007-09-28 | varasm.c (compare_constant): Removed call to lang_hooks.expand_constant. | Ollie Wild | 1 | -35/+2 |
2007-09-05 | * varasm.c (initializer_constant_valid_p): Fix comment typo. | Ben Elliston | 1 | -1/+1 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -7/+7 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -3/+35 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -1/+1 |
2007-08-02 | re PR middle-end/25445 (-fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c) | Nathan Froyd | 1 | -2/+3 |
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-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-25 | cfglayout.c (insn_scope, insn_line): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-12 | builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL. | Geoffrey Keating | 1 | -2/+2 |
2007-07-10 | re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL) | Geoffrey Keating | 1 | -5/+4 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -0/+6 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -1/+1 |
2007-05-04 | varasm.c (align_variable): Don't increase alignment for DECL_THREAD_LOCAL_P v... | Jakub Jelinek | 1 | -2/+13 |
2007-04-08 | varasm.c (assemble_variable): Remove call to lang_hooks.decls.prepare_assembl... | Andrew Pinski | 1 | -3/+0 |
2007-03-29 | varasm.c (initializer_constant_valid_p): Don't deny DECL_DLLIMPORT_P on funct... | Richard Henderson | 1 | -3/+2 |
2007-03-09 | re PR target/26090 (IA-64 creates DT_TEXTREL binaries) | Richard Henderson | 1 | -65/+70 |
2007-03-08 | re PR c/31072 ([4.2 Rgression] Wrong code for volatile var with initalization... | Andrew Pinski | 1 | -11/+0 |
2007-02-26 | output.h (assemble_addr_to_section): Declare. | Mark Mitchell | 1 | -34/+40 |
2007-02-25 | extend.texi: Document optional priority argument to constructors and destruct... | Mark Mitchell | 1 | -7/+7 |
2007-02-20 | re PR middle-end/29943 (gcc generate incorrect alias symbols for PPC) | Alan Modra | 1 | -0/+4 |
2007-02-15 | varasm.c (default_asm_output_anchor): Prepend * to . symbol in order to preve... | Nick Clifton | 1 | -1/+1 |
2007-02-10 | Makefile.in (libgcc-support, [...]): Add emutls.c. | Richard Henderson | 1 | -2/+309 |
2007-02-03 | re PR middle-end/30174 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test) | John David Anglin | 1 | -1/+1 |
2007-01-24 | target.h (globalize_decl_name): New. | Steve Ellcey | 1 | -3/+12 |
2007-01-19 | system.h (ASM_MAKE_LABEL_LINKONCE): Poison. | Steve Ellcey | 1 | -3/+0 |
2006-12-11 | re PR middle-end/17982 (stop calling assemble_external before final assembly ... | H.J. Lu | 1 | -8/+26 |
2006-12-11 | varasm.c (elf_record_gcc_switches): Cast second argument of ASM_OUTPUT_SKIP t... | Andreas Schwab | 1 | -4/+4 |
2006-12-11 | Move all varpool routines out of cgraph/cgraphunit to varpool.c | Jan Hubicka | 1 | -7/+7 |
2006-12-07 | common.opt (record-gcc-switches): New command line switch. | Nick Clifton | 1 | -0/+101 |
2006-10-09 | Revert emutls patch. | Richard Henderson | 1 | -293/+1 |
2006-10-06 | re PR c/29091 (vector constant not fully outputed) | Jakub Jelinek | 1 | -1/+5 |
2006-10-04 | Makefile.in (libgcc.mk, [...]): Add emutls.c. | Richard Henderson | 1 | -1/+293 |
2006-09-21 | varasm.c (copy_constant): Fix reversed gcc_assert check. | Richard Sandiford | 1 | -1/+1 |