summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead ofhubicka2007-05-211-1/+1
* * varasm.c (align_variable): Don't increase alignment forjakub2007-05-041-2/+13
* 2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-04-081-3/+0
* * varasm.c (initializer_constant_valid_p): Don't denyrth2007-03-291-3/+2
* PR target/26090rth2007-03-101-65/+70
* 2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-03-091-11/+0
* * output.h (assemble_addr_to_section): Declare.mmitchel2007-02-261-34/+40
* * doc/extend.texi: Document optional priority argument tommitchel2007-02-251-7/+7
* PR target/29943amodra2007-02-201-0/+4
* * varasm.c (default_asm_output_anchor): Prepend * to . symbol in order to nickc2007-02-151-1/+1
* gcc/ChangeLog:aoliva2007-02-101-2/+309
* PR middle-end/30174danglin2007-02-031-1/+1
* * target.h (globalize_decl_name): New.sje2007-01-241-3/+12
* * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.sje2007-01-191-3/+0
* 2006-12-11 H.J. Lu <hongjiu.lu@intel.com>hjl2006-12-121-8/+26
* * varasm.c (elf_record_gcc_switches): Cast second argument ofschwab2006-12-111-4/+4
* Move all varpool routines out of cgraph/cgraphunit to varpool.chubicka2006-12-111-7/+7
* * common.opt (record-gcc-switches): New command line switch.nickc2006-12-071-0/+101
* Revert emutls patch.rth2006-10-091-293/+1
* PR c/29091jakub2006-10-061-1/+5
* gcc/rth2006-10-041-1/+293
* gcc/rsandifo2006-09-211-1/+1
* PR middle-end/27724jason2006-09-081-4/+4
* PR c++/28148mmitchel2006-08-041-0/+3
* * tree.h (categorize_ctor_elements): Adjust prototype and addhainque2006-07-181-4/+15
* * cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.hubicka2006-07-131-1/+1
* PR c++/26905jason2006-06-301-1/+1
* * varasm.c (mergeable_string_section): Check for embedded NULs andjakub2006-06-211-3/+6
* * varasm.c (globalize_decl): Fix indentation.kazu2006-05-291-10/+10
* * varasm.c (align_variable): New function.dje2006-04-251-37/+47
* * builtins.c (dummy_object): Use build_int_cst instead of convert.sayle2006-04-031-4/+4
* * varasm.c (output_constant_pool): Restore fnname and fndeclrsandifo2006-03-231-4/+5
* * varasm.c (assemble_end_function): Say that 'fnname' is unused.geoffk2006-03-081-1/+1
* * varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.rsandifo2006-03-071-1/+1
* * hooks.c (hook_bool_mode_rtx_true): New function.rsandifo2006-03-071-36/+73
* Fix formatting.mrs2006-03-031-1/+2
* * doc/tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead ofrsandifo2006-03-031-8/+9
* * doc/tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.rsandifo2006-03-021-207/+253
* * tree.h (variable_section): Delete.rsandifo2006-02-221-13/+0
* * doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)rsandifo2006-02-211-29/+0
* PR middle-end/19543sayle2006-02-201-0/+2
* * cselib.c (cselib_init): Change RTX_SIZE to RTX_CODE_SIZE.rsandifo2006-02-181-90/+619
* PR target/25376jconner2006-02-131-5/+16
* * tree.def (CHAR_TYPE): Remove.sayle2006-02-081-2/+1
* * doc/rtl.texi (SYMBOL_REF_DATA): Adjust documentation for newrsandifo2006-01-271-3/+3
* * doc/rtl.texi (SYMBOL_REF_CONSTANT, SYMBOL_REF_DATA): Document.rsandifo2006-01-251-50/+7
* * varasm.c (assemble_real): Initialise data array.bje2006-01-201-1/+1
* * varasm.c (initialize_constant_valid_p): Allow pointersdj2006-01-201-0/+8
* 2006-01-06 Eric Christopher <echristo@apple.com>echristo2006-01-061-34/+42
* * varasm.c (assemble_variable): Handle thread-local COMMON data.rth2006-01-031-2/+11