Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-09-08 | re PR middle-end/27724 (internal compiler error: no-op convert from 4 to 8 by... | Jason Merrill | 1 | -4/+4 |
2006-08-04 | re PR c++/28148 (ICE with pointer to member function initializer and cast to ... | Mark Mitchell | 1 | -0/+3 |
2006-07-18 | tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme... | Olivier Hainque | 1 | -4/+15 |
2006-07-13 | cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable. | Jan Hubicka | 1 | -1/+1 |
2006-06-29 | re PR c++/26905 (default-visibility class symbol improperly resolved as hidde... | Jason Merrill | 1 | -1/+1 |
2006-06-21 | varasm.c (mergeable_string_section): Check for embedded NULs and NUL terminat... | Jakub Jelinek | 1 | -3/+6 |
2006-05-29 | * varasm.c (globalize_decl): Fix indentation. | Kazu Hirata | 1 | -10/+10 |
2006-04-25 | varasm.c (align_variable): New function. | David Edelsohn | 1 | -37/+47 |
2006-04-03 | builtins.c (dummy_object): Use build_int_cst instead of convert. | Roger Sayle | 1 | -4/+4 |
2006-03-23 | varasm.c (output_constant_pool): Restore fnname and fndecl arguments. | Richard Sandiford | 1 | -4/+5 |
2006-03-08 | * varasm.c (assemble_end_function): Say that 'fnname' is unused. | Geoffrey Keating | 1 | -1/+1 |
2006-03-07 | * varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION. | Richard Sandiford | 1 | -1/+1 |
2006-03-07 | hooks.c (hook_bool_mode_rtx_true): New function. | Richard Sandiford | 1 | -36/+73 |
2006-03-03 | Fix formatting. | Mike Stump | 1 | -1/+2 |
2006-03-03 | tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of SYMBOL_REF_IN_BLOCK_P. | Richard Sandiford | 1 | -8/+9 |
2006-03-02 | tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document. | Richard Sandiford | 1 | -207/+253 |
2006-02-22 | tree.h (variable_section): Delete. | Richard Sandiford | 1 | -13/+0 |
2006-02-21 | * doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS) | Richard Sandiford | 1 | -29/+0 |
2006-02-20 | re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting... | Roger Sayle | 1 | -0/+2 |
2006-02-18 | re PR target/9703 ([arm] Accessing data through constant pool more times coul... | Richard Sandiford | 1 | -90/+619 |
2006-02-13 | re PR target/25376 (section attribute doesn't work on darwin) | Josh Conner | 1 | -5/+16 |
2006-02-08 | tree.def (CHAR_TYPE): Remove. | Roger Sayle | 1 | -2/+1 |
2006-01-27 | rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type. | Richard Sandiford | 1 | -3/+3 |
2006-01-25 | rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document. | Richard Sandiford | 1 | -50/+7 |
2006-01-21 | * varasm.c (assemble_real): Initialise data array. | Ben Elliston | 1 | -1/+1 |
2006-01-20 | varasm.c (initialize_constant_valid_p): Allow pointers initialized from integ... | DJ Delorie | 1 | -0/+8 |
2006-01-06 | tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document. | Eric Christopher | 1 | -34/+42 |
2006-01-03 | varasm.c (assemble_variable): Handle thread-local COMMON data. | Jakub Jelinek | 1 | -2/+11 |
2005-12-29 | varasm.c (get_section): Use gcc_assert. | Nathan Sidwell | 1 | -4/+2 |