summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-2/+2
* * c-common.c (handle_used_attribute): Use mark_referenced.hubicka2003-06-251-19/+25
* * varasm.c (assemble_name): Mark needed variables even whenhubicka2003-06-251-5/+8
* * Makefile.in (cgraph.o): Depend on output.h, not depend onhubicka2003-06-241-0/+6
* * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.hubicka2003-06-241-0/+3
* * cgraph.c (cgraph_nodes_queue): Declare.hubicka2003-06-231-1/+11
* * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,jakub2003-06-231-2/+1
* * target.h (asm_out.file_start, file_start_app_off,zack2003-06-191-0/+12
* cp:ghazi2003-06-161-5/+5
* * varasm.c: Don't include c-tree.h.ghazi2003-06-091-1/+0
* * config.gcc (with_cpu handling): Translate sparc64 inzack2003-06-071-0/+14
* * varasm.c (force_const_mem): Handle alignment of constants notsayle2003-06-041-2/+5
* * configure.in (HAVE_LD_PIE): Check for ld -pie.jakub2003-06-031-1/+1
* gcc:ghazi2003-05-171-3/+1
* * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename fromrth2003-05-141-14/+18
* * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.zack2003-05-131-0/+9
* * varasm.c (output_constant): Fix underflow.hubicka2003-05-121-3/+2
* Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>hubicka2003-05-121-17/+24
* * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.kenner2003-05-111-0/+1
* * stmt.c (force_label_rtx): New function, based on logiczack2003-05-071-2/+1
* * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.zack2003-05-051-74/+88
* * varasm.c (assemble_variable): Don't use error_with_file_and_line.gdr2003-05-041-4/+3
* * varasm.c (default_assemble_visibility): Use assemble_name.amylaar2003-04-291-3/+4
* * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.zack2003-04-281-10/+0
* * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always callzack2003-04-281-1/+1
* * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,zack2003-04-271-91/+13
* * varasm.c (output_constant_def): Split out two new staticzack2003-04-271-103/+114
* * varasm.c (struct deferred_constant, defer_addressed_constants_flag)zack2003-04-201-88/+21
* * target.h (encode_section_info): Add new argument carryingzack2003-04-201-10/+6
* * varasm.c (default_encode_section_info): Don't setrth2003-04-171-1/+4
* * varasm.c (output_constant_def): Do not consultzack2003-04-151-44/+4
* * rtl.def (SYMBOL_REF): Add two 0 fields.rth2003-04-111-12/+59
* 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2003-04-011-1/+1
* * testsuite/gcc.c-torture/execute/simd-3.c: New.aldyh2003-04-011-0/+17
* * varasm.c (struct rtx_const): Change type of un.addr memberuweigand2003-03-151-5/+9
* PR optimization/6871jason2003-03-151-0/+2
* 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2003-03-091-1/+1
* * varasm.c (asm_output_aligned_bss): Declare as possibly unused.schwab2003-02-021-2/+2
* * flags.h (flag_volatile): Remove declaration.rsandifo2003-02-011-8/+0
* * varasm.c (struct constant_descriptor_rtx): Remove unusedgeoffk2003-01-111-4/+1
* Merge from pch-branch.geoffk2003-01-101-11/+12
* * regmove.c: Fix comment typos.kazu2002-12-241-2/+2
* * c-pretty-print.h: Fix comment typos.kazu2002-12-201-1/+1
* * ChangeLog: Follow spelling conventions.kazu2002-12-191-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-34/+31
* * tree.h (MODULE_LOCAL_P): Kill.rth2002-12-111-1/+1
* * target.h (gcc_target): Add cannot_force_const_mem.rth2002-12-091-0/+4
* * c-common.c (handle_visibility_attribute): Accept "default".rth2002-11-271-12/+39
* * varasm.c (output_constant_pool): For pool constants in mergeablejakub2002-11-261-0/+7
* * varasm.c (default_exception_section): Move to...jakub2002-11-261-14/+0