| Commit message (Expand) | Author | Age | Files | Lines |
* | fix spelling typo | nickc | 2001-10-20 | 2 | -88/+93 |
* | * reload1.c (reload): Check CONSTANT_P before calling | hp | 2001-10-20 | 3 | -7/+12 |
* | * i386.c (split_di): Handle splitting of DFmode. | hubicka | 2001-10-20 | 2 | -2/+10 |
* | * emit-rtl.c (set_mem_attributes): Alignment is in bits. | kenner | 2001-10-20 | 1 | -1/+1 |
* | * emit-rtl.c (set_mem_attributes): Alignment is in bits. | kenner | 2001-10-20 | 4 | -7/+11 |
* | * final.c (output_asm_operand_names): New fcn, from output_asm_insn. | kenner | 2001-10-20 | 2 | -22/+48 |
* | * toplev.h (struct lang_hooks): HONOR_READONLY now bool. | kenner | 2001-10-20 | 4 | -3/+10 |
* | * i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64. | hubicka | 2001-10-20 | 2 | -1/+5 |
* | * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | hubicka | 2001-10-20 | 17 | -216/+322 |
* | * cpplex.c (handle_newline, skip_escaped_newlines, | neil | 2001-10-20 | 3 | -173/+148 |
* | Daily bump. | gccadmin | 2001-10-20 | 2 | -2/+2 |
* | * pe.c (arm_pe_unique_section): Const-ify. | ghazi | 2001-10-20 | 4 | -2/+16 |
* | 2001-10-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2001-10-19 | 38 | -199/+204 |
* | * config/stormy16/stormy-abi: Updates to varargs descriptions. | clm | 2001-10-19 | 3 | -13/+29 |
* | * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro. | kenner | 2001-10-19 | 5 | -25/+31 |
* | * Makefile.in (rtlanal.o): Depend on $(TM_P_H). | ghazi | 2001-10-19 | 8 | -13/+49 |
* | * a29k-protos.h (literal_section): Prototype. | ghazi | 2001-10-19 | 5 | -6/+18 |
* | * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED. | ghazi | 2001-10-19 | 10 | -15/+35 |
* | * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT. | jakub | 2001-10-19 | 4 | -1/+20 |
* | * simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg | jakub | 2001-10-19 | 4 | -1/+28 |
* | * final.c (get_decl_from_op): New function. | kenner | 2001-10-19 | 2 | -5/+54 |
* | * Makefile.in (tools, gnattools): Remove gnatmem. | bosch | 2001-10-19 | 2 | -2/+6 |
* | * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*. | rth | 2001-10-19 | 2 | -1/+5 |
* | * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation | janis | 2001-10-19 | 1 | -0/+12 |
* | * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation | janis | 2001-10-19 | 1 | -0/+5 |
* | * aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and | zack | 2001-10-19 | 15 | -140/+173 |
* | * config/stormy16/stormy16.h (ASM_COMMENT_START): Define. | clm | 2001-10-19 | 3 | -3/+23 |
* | Daily bump. | gccadmin | 2001-10-19 | 2 | -2/+2 |
* | * configure: Regenerated. | aj | 2001-10-19 | 3 | -15/+20 |
* | * config/alpha/alpha.md (sibcall_osf_1): Load destination | rth | 2001-10-19 | 2 | -4/+11 |
* | Install correct version of file | kenner | 2001-10-19 | 1 | -1/+1 |
* | * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. | kenner | 2001-10-18 | 10 | -85/+282 |
* | Fix the typo for real now. | aoliva | 2001-10-18 | 1 | -1/+1 |
* | * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests. | aoliva | 2001-10-18 | 4 | -0/+140 |
* | * attribs.c (handle_noinline_attribute): New function. | aoliva | 2001-10-18 | 4 | -9/+138 |
* | * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE. | aoliva | 2001-10-18 | 2 | -0/+55 |
* | * testsuite/gcc.dg/20011015-1.c: New test. | jakub | 2001-10-18 | 2 | -0/+21 |
* | Daily bump. | gccadmin | 2001-10-18 | 2 | -2/+2 |
* | * std.c (ffestd_labeldef_format): Fix variable/stmt ordering. | rth | 2001-10-18 | 2 | -4/+9 |
* | * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270, | rth | 2001-10-17 | 25 | -6546/+1552 |
* | * config.gcc: Update c4x and i370 for C front end-specific | neil | 2001-10-17 | 11 | -181/+274 |
* | * config/rs6000/rs6000.c: Make assorted mechanical formatting and | shebs | 2001-10-17 | 2 | -274/+295 |
* | ada/ | rth | 2001-10-17 | 8 | -13/+48 |
* | * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory | rearnsha | 2001-10-17 | 2 | -1/+6 |
* | * Makefile.in (print-rtl.o): Depend on TREE_H. | kenner | 2001-10-17 | 2 | -22/+6 |
* | * Makefile.in (print-rtl.o): Depend on TREE_H. | kenner | 2001-10-17 | 7 | -117/+260 |
* | * config/alpha/alpha.c (direct_call_operand): Don't fall off end. | rth | 2001-10-17 | 2 | -0/+6 |
* | * c-tree.texi: Eliminate duplicated word. | gerald | 2001-10-17 | 6 | -7/+15 |
* | Daily bump. | gccadmin | 2001-10-17 | 2 | -2/+2 |
* | Add ChangeLog entry for dsp16xx/dsp16xx.c change. | collison | 2001-10-17 | 1 | -0/+8 |