| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (REG_VTABLE_REF): New. | rth | 2001-10-11 | 1 | -0/+29 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -38/+38 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -3/+3 |
* | * c-common.h: Fix comment formatting. | kazu | 2001-10-09 | 1 | -1/+1 |
* | * varasm.c (set_named_section_flags): Initialize "declared". | rth | 2001-10-09 | 1 | -0/+1 |
* | * varasm.c (struct in_named_entry): Add declared. | robertl | 2001-10-08 | 1 | -0/+32 |
* | * varasm.c (restore_varasm_status): New. | rth | 2001-10-08 | 1 | -0/+17 |
* | * varasm.c (assemble_integer): Bound alignment check by | rth | 2001-09-29 | 1 | -1/+1 |
* | * varasm.c (array_size_for_constructor): Handle STRING_CSTs also. | dj | 2001-09-24 | 1 | -0/+7 |
* | * varasm.c (output_constant): Fix unused variable warning. | kenner | 2001-09-22 | 1 | -1/+1 |
* | gcc/ | rth | 2001-09-21 | 1 | -0/+13 |
* | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
* | * c-common.c (c_tree_code_name): Const-ification. | ghazi | 2001-09-12 | 1 | -1/+1 |
* | * configure.in: Check whether assembler supports section merging. | jakub | 2001-09-11 | 1 | -12/+125 |
* | 2001-08-28 Eric Christopher <echristo@redhat.com> | echristo | 2001-08-28 | 1 | -43/+42 |
* | * c-pragma.h: Move weak_syms and weak_decls... | jason | 2001-08-24 | 1 | -28/+43 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage. | rth | 2001-08-20 | 1 | -0/+3 |
* | * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, | rth | 2001-08-18 | 1 | -89/+150 |
* | * sbitmap.c: Fix comment formatting. | kazu | 2001-08-17 | 1 | -4/+4 |
* | * varasm.c (text_section): Allow TEXT_SECTION to override the | rth | 2001-08-17 | 1 | -0/+4 |
* | * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN. | rth | 2001-08-17 | 1 | -3/+6 |
* | Install the proper patch. | hubicka | 2001-08-17 | 1 | -4/+5 |
* | * varasm.c (named_section_flags): Remove align parameter. | rth | 2001-08-17 | 1 | -44/+108 |
* | * varasm.c (force_const_mem): Keep pool alignment in bits. | rth | 2001-08-17 | 1 | -8/+5 |
* | * dwarf2out.c (output_cfa_loc): Fix typo in comment. | aj | 2001-08-13 | 1 | -1/+1 |
* | * toplev.c (set_float_handler): Make static. | zack | 2001-08-12 | 1 | -26/+32 |
* | Move constructor/destructor handling into target hooks. | rth | 2001-08-09 | 1 | -44/+89 |
* | * varasm.c (assemble_gc_entry): Remove. | rth | 2001-08-07 | 1 | -20/+0 |
* | * varasm.c (assemble_constructor): Take a symbol_ref and a | rth | 2001-08-07 | 1 | -10/+48 |
* | * target.h (gcc_target): Add asm_out.named_section, | rth | 2001-08-04 | 1 | -55/+188 |
* | * varasm.c (output_constant_def_contents): Use for the length of a | danglin | 2001-08-03 | 1 | -1/+2 |
* | * except.c (output_function_exception_table): Use assemble_align. | rth | 2001-08-01 | 1 | -71/+0 |
* | * varasm.c (immed_real_const_1): Don't elide special cases for | rth | 2001-07-29 | 1 | -7/+14 |
* | * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate. | neil | 2001-07-26 | 1 | -0/+5 |
* | * varasm.c (assemble_variable): Create DECL_RTL before setting | rth | 2001-07-26 | 1 | -1/+5 |
* | * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h. | neil | 2001-07-22 | 1 | -72/+2 |
* | * dbxout.c (dbxout_global_decl): New. | neil | 2001-07-22 | 1 | -82/+7 |
* | * dbxout.c, sdbout.c, varasm.c: Revert most recent patch. | neil | 2001-07-22 | 1 | -7/+82 |
* | * dbxout.c (dbxout_global_decl): New. | neil | 2001-07-21 | 1 | -82/+7 |
* | * dbxout.c (dbxout_really_begin_function): Rename to | neil | 2001-07-17 | 1 | -11/+2 |
* | * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and | ro | 2001-07-17 | 1 | -5/+1 |
* | * tree.def (ARRAY_RANGE_REF): New code. | kenner | 2001-06-04 | 1 | -1/+2 |
* | * except.h (protect_cleanup_actions): Remove it. | mmitchel | 2001-05-17 | 1 | -0/+7 |
* | 2001-05-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2001-05-13 | 1 | -0/+1 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -2/+2 |
* | * flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEC | law | 2001-04-28 | 1 | -0/+3 |
* | * expmed.c (store_bit_field): Truncate CONST_INTs. | aoliva | 2001-04-12 | 1 | -1/+1 |
* | * varasm.c (make_decl_rtl): Don't append var_labelno discriminator | jakub | 2001-03-23 | 1 | -1/+2 |
* | Re-add missing debug info for weak aliases. | wilson | 2001-03-23 | 1 | -0/+6 |