| Commit message (Expand) | Author | Age | Files | Lines |
* | * varasm.c (struct constant_descriptor): Put CONTENTS inside a | rearnsha | 2000-11-13 | 1 | -7/+15 |
* | * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c | jsm28 | 2000-11-03 | 1 | -18/+18 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -101/+54 |
* | Callers gcc-toplev: | hp | 2000-09-25 | 1 | -5/+5 |
* | Changes add TABs on either or both sides, covering start of line, | hp | 2000-09-25 | 1 | -1/+1 |
* | * varasm.c (make_decl_rtl): Restore leading star on | zack | 2000-09-11 | 1 | -2/+8 |
* | * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct. | gkm | 2000-08-30 | 1 | -6/+6 |
* | * expr.c (store_constructor): Allow variable bounds of array type. | kenner | 2000-08-30 | 1 | -48/+41 |
* | top level: | zack | 2000-08-29 | 1 | -164/+156 |
* | * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab, | gkm | 2000-08-24 | 1 | -1/+1 |
* | * alias.c (mark_constant_function): Use INSN_P. | law | 2000-08-04 | 1 | -3/+3 |
* | * varasm.c (output_constructor): Add .align 0 for packed vars. | cchavva | 2000-08-04 | 1 | -0/+9 |
* | * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON) | law | 2000-07-27 | 1 | -1/+2 |
* | * varasm.c (constant_descriptor): Make contents unsigned char. | nathan | 2000-06-22 | 1 | -20/+31 |
* | toplevel: | zack | 2000-06-09 | 1 | -7/+5 |
* | * alias.c (get_alias_set): Don't call language-specific routine more | kenner | 2000-06-01 | 1 | -2/+2 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-06-01 | 1 | -28/+17 |
* | 2000-05-25 Andrew MacLeod <amacleod@cygnus.com> | aph | 2000-05-25 | 1 | -0/+71 |
* | * varasm.c (eh_frame_section): Revert change to argument list. | zack | 2000-05-22 | 1 | -1/+1 |
* | top level: | zack | 2000-05-20 | 1 | -2/+2 |
* | * varasm.c (output_constant_pool): Abort instead of converting | rth | 2000-05-16 | 1 | -8/+30 |
* | top level: | zack | 2000-05-09 | 1 | -11/+13 |
* | * varasm.c (asm_emit_uninitialised): Use 0, not NULL | law | 2000-05-05 | 1 | -1/+1 |
* | * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | jason | 2000-05-04 | 1 | -2/+2 |
* | * cppexp.c (op_t): Make an int. | jason | 2000-05-03 | 1 | -1/+1 |
* | * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking | kenner | 2000-05-03 | 1 | -1/+1 |
* | * varasm.c (record_constant_1): Record the CODE_LABEL when | rth | 2000-04-28 | 1 | -3/+18 |
* | * varasm.c (assemble_variable): Add cast to remove warning. | kenner | 2000-04-15 | 1 | -6/+11 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -45/+29 |
* | * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | mmitchel | 2000-03-23 | 1 | -4/+2 |
* | * Clean up usages of TREE_INT_CST_LOW. | kenner | 2000-03-17 | 1 | -3/+5 |
* | * varasm.c (make_decl_rtl): Skip initial '*' when setting | jason | 2000-03-09 | 1 | -1/+2 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -17/+22 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -3/+2 |
* | oops | jason | 2000-03-07 | 1 | -1/+1 |
* | * cpphash.c (collect_expansion): Also catch ## at start of macro. | jason | 2000-03-07 | 1 | -3/+8 |
* | * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning. | jason | 2000-03-04 | 1 | -0/+2 |
* | * varasm.c (output_constant): Strip off a CONVERT_EXPR to | kenner | 2000-03-02 | 1 | -2/+8 |
* | * varasm.c (initializer_constant_valid_p): Call | mmitchel | 2000-02-21 | 1 | -0/+5 |
* | * c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | kenner | 2000-02-20 | 1 | -21/+8 |
* | * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | kenner | 2000-02-19 | 1 | -1/+1 |
* | * combine.c (make_extraction, force_to_mode): Avoid warning on | kenner | 2000-02-10 | 1 | -1/+1 |
* | * toplev.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -27/+27 |
* | * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED. | ghazi | 2000-01-14 | 1 | -3/+3 |
* | Add support for generating unique sections for unitialised data. | nickc | 2000-01-05 | 1 | -5/+13 |
* | * cse.c (cse_insn): Missing cast added. | law | 2000-01-05 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_strlen): Initialize variable `icode'. | ghazi | 2000-01-04 | 1 | -2/+2 |
* | current_function -> cfun | crux | 1999-12-20 | 1 | -12/+12 |
* | 1999-11-22 Andrew Haley <aph@cygnus.com> | aph | 1999-11-22 | 1 | -10/+0 |
* | * varasm.c (output_constructor): Solve problem with long long | geoffk | 1999-11-21 | 1 | -1/+2 |