aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-05varasm.c (asm_emit_uninitialised): Use 0, not NULL as arg 2 of UNIQUE_SECTION.Marek Michalkiewicz1-1/+1
2000-05-04simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill1-2/+2
2000-05-03cppexp.c (op_t): Make an int.Jason Merrill1-1/+1
2000-05-03expr.c (expand_expr, [...]): Don't check for checking memory usage if not in ...Richard Kenner1-1/+1
2000-04-28varasm.c (record_constant_1): Record the CODE_LABEL when taking the address o...Richard Henderson1-3/+18
2000-04-15varasm.c (assemble_variable): Add cast to remove warning.Richard Kenner1-6/+11
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-45/+29
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-4/+2
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-3/+5
2000-03-09varasm.c (make_decl_rtl): Skip initial '*' when setting DECL_ASSEMBLER_NAME.Jason Merrill1-1/+2
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-17/+22
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-3/+2
2000-03-07oopsJason Merrill1-1/+1
2000-03-07cpphash.c (collect_expansion): Also catch ## at start of macro.Jason Merrill1-3/+8
2000-03-03dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill1-0/+2
2000-03-02varasm.c (output_constant): Strip off a CONVERT_EXPR to a UNION_TYPE.Richard Kenner1-2/+8
2000-02-21varasm.c (initializer_constant_valid_p): Call lang_expand_constant to simplif...Mark Mitchell1-0/+5
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-21/+8
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+1
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-1/+1
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-27/+27
2000-01-14varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-3/+3
2000-01-05Add support for generating unique sections for unitialised data.Nick Clifton1-5/+13
2000-01-04cse.c (cse_insn): Missing cast added.Jeff Law1-1/+1
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-12-20current_function -> cfunBernd Schmidt1-12/+12
1999-11-22varasm.c (function_defined): Remove.Andrew Haley1-10/+0
1999-11-21varasm.c (output_constructor): Solve problem with long long bitfields...Geoff Keating1-1/+2
1999-11-18* varasm.c (output_constructor) Solved problem with long longHerman A.J. ten Brugge1-8/+14
1999-11-03varasm.c (decode_rtx_const): Use XSTR to access the string of a SYMBOL_REF.Franz Sirl1-3/+6
1999-11-01* output.h (assemble_end_function, assemble_destructor,Kaveh R. Ghazi1-7/+7
1999-10-31[multiple changes]Richard Kenner1-26/+204
1999-10-03print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1-2/+3
1999-09-25Tidy up assemble_variable()'s handling of uninitialised varaibles.Nick Clifton1-65/+108
1999-09-23builtins.c, [...]: Include tm_p.h.Richard Henderson1-1/+1
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-10/+7
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1-0/+5
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-5/+3
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-32/+62
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-4/+13
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+1
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+25
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-0/+16
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-135/+112
1999-09-02varasm.c (mark_constant_pool): When marking indirect references, only look at...Jeffrey A Law1-2/+2
1999-09-02flags.h: New variables align_loops...Geoffrey Keating1-0/+13
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-0/+3
1999-08-25Warning fixes:Kaveh R. Ghazi1-2/+4
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-10output.h (assemble_name): Constify a char*.Kaveh R. Ghazi1-5/+6