Age | Commit message (Expand) | Author | Files | Lines |
2000-08-24 | optabs.c (init_optabs): Initialize fixtab... | Greg McGary | 1 | -1/+1 |
2000-08-04 | alias.c (mark_constant_function): Use INSN_P. | Rodney Brown | 1 | -3/+3 |
2000-08-04 | * varasm.c (output_constructor): Add .align 0 for packed vars. | Chandrakala Chavva | 1 | -0/+9 |
2000-07-26 | * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON) | Hans-Peter Nilsson | 1 | -1/+2 |
2000-06-22 | varasm.c (constant_descriptor): Make contents unsigned char. | Nathan Sidwell | 1 | -20/+31 |
2000-06-09 | ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,... | Zack Weinberg | 1 | -7/+5 |
2000-06-01 | alias.c (get_alias_set): Don't call language-specific routine more than is ne... | Richard Kenner | 1 | -2/+2 |
2000-05-31 | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 1 | -28/+17 |
2000-05-25 | except.c (func_eh_entry): Add emitted field. | Andrew MacLeod | 1 | -0/+71 |
2000-05-22 | * varasm.c (eh_frame_section): Revert change to argument list. | Zack Weinberg | 1 | -1/+1 |
2000-05-20 | top level: | Zack Weinberg | 1 | -2/+2 |
2000-05-15 | varasm.c (output_constant_pool): Abort instead of converting (improperly) del... | Richard Henderson | 1 | -8/+30 |
2000-05-09 | top level: | Zack Weinberg | 1 | -11/+13 |
2000-05-05 | varasm.c (asm_emit_uninitialised): Use 0, not NULL as arg 2 of UNIQUE_SECTION. | Marek Michalkiewicz | 1 | -1/+1 |
2000-05-04 | simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | Jason Merrill | 1 | -2/+2 |
2000-05-03 | cppexp.c (op_t): Make an int. | Jason Merrill | 1 | -1/+1 |
2000-05-03 | expr.c (expand_expr, [...]): Don't check for checking memory usage if not in ... | Richard Kenner | 1 | -1/+1 |
2000-04-28 | varasm.c (record_constant_1): Record the CODE_LABEL when taking the address o... | Richard Henderson | 1 | -3/+18 |
2000-04-15 | varasm.c (assemble_variable): Add cast to remove warning. | Richard Kenner | 1 | -6/+11 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -45/+29 |
2000-03-23 | builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | Theodore Papadopoulo | 1 | -4/+2 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -3/+5 |
2000-03-09 | varasm.c (make_decl_rtl): Skip initial '*' when setting DECL_ASSEMBLER_NAME. | Jason Merrill | 1 | -1/+2 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 1 | -17/+22 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -3/+2 |
2000-03-07 | oops | Jason Merrill | 1 | -1/+1 |
2000-03-07 | cpphash.c (collect_expansion): Also catch ## at start of macro. | Jason Merrill | 1 | -3/+8 |
2000-03-03 | dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning. | Jason Merrill | 1 | -0/+2 |
2000-03-02 | varasm.c (output_constant): Strip off a CONVERT_EXPR to a UNION_TYPE. | Richard Kenner | 1 | -2/+8 |
2000-02-21 | varasm.c (initializer_constant_valid_p): Call lang_expand_constant to simplif... | Mark Mitchell | 1 | -0/+5 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -21/+8 |
2000-02-18 | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 1 | -1/+1 |
2000-02-10 | combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi... | Richard Kenner | 1 | -1/+1 |
2000-01-17 | toplev.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -27/+27 |
2000-01-14 | varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED. | Kaveh R. Ghazi | 1 | -3/+3 |
2000-01-05 | Add support for generating unique sections for unitialised data. | Nick Clifton | 1 | -5/+13 |
2000-01-04 | cse.c (cse_insn): Missing cast added. | Jeff Law | 1 | -1/+1 |
2000-01-04 | builtins.c (expand_builtin_strlen): Initialize variable `icode'. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-12-20 | current_function -> cfun | Bernd Schmidt | 1 | -12/+12 |
1999-11-22 | varasm.c (function_defined): Remove. | Andrew Haley | 1 | -10/+0 |
1999-11-21 | varasm.c (output_constructor): Solve problem with long long bitfields... | Geoff Keating | 1 | -1/+2 |
1999-11-18 | * varasm.c (output_constructor) Solved problem with long long | Herman A.J. ten Brugge | 1 | -8/+14 |
1999-11-03 | varasm.c (decode_rtx_const): Use XSTR to access the string of a SYMBOL_REF. | Franz Sirl | 1 | -3/+6 |
1999-11-01 | * output.h (assemble_end_function, assemble_destructor, | Kaveh R. Ghazi | 1 | -7/+7 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -26/+204 |
1999-10-03 | print-tree.c (print_node, indent_to): Remove redundant prototypes. | Kaveh R. Ghazi | 1 | -2/+3 |
1999-09-25 | Tidy up assemble_variable()'s handling of uninitialised varaibles. | Nick Clifton | 1 | -65/+108 |
1999-09-23 | builtins.c, [...]: Include tm_p.h. | Richard Henderson | 1 | -1/+1 |
1999-09-15 | emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT. | Richard Henderson | 1 | -10/+7 |
1999-09-14 | c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE... | Kaveh R. Ghazi | 1 | -0/+5 |