aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-09-11sysv4.h (MASK_LONG_DOUBLE_128): Define.Geoff Keating2-0/+99
2000-09-11aix.h (RS6000_ITRUNC): Moved from rs6000.h.Geoff Keating5-83/+38
2000-09-11varasm.c (make_decl_rtl): Restore leading star on DECL_ASSEMBLER_NAME set for...Zack Weinberg4-2/+40
2000-09-11c-pragma.c (handle_pragma_pack): Correct parsing logic so it won't give a spu...Zack Weinberg2-22/+25
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg28-289/+115
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell19-277/+387
2000-09-10c-parse.in: Revert last change.Richard Henderson2-7/+27
2000-09-10Don't define `arm' or `thumb'.Philip Blundell3-2/+7
2000-09-10alias.c (find_base_term): Handle ADDRESSOF.John Wehle2-0/+11
2000-09-10genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while outputting t...Denis Chertykov2-1/+21
2000-09-10libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD to decide wh...Stephane Carrez2-2/+7
2000-09-10Daily bump.Jeff Law2-2/+2
2000-09-10* c-parse.in (asm patterns): Fix volatile check.Richard Henderson2-3/+7
2000-09-10cppmacro.c (check_trad_stringification): New function.Kaveh R. Ghazi4-0/+89
2000-09-09loop.h (struct loop_mem_info): Move from loop.c (struct loop_info): Add field...Michael Hayes3-148/+188
2000-09-09Recognize m6811-elf and m6812-elfStephane Carrez3-90/+129
2000-09-09recog.c (validate_replace_rtx_1): Correct MODE parameter in call to operand_s...Geoff Keating2-1/+6
2000-09-09typeck.c (build_java_array_type): Correct first parameter in ADJUST_FIELD_ALI...Geoff Keating2-1/+6
2000-09-09Daily bump.Jeff Law2-2/+2
2000-09-09loop.c (struct movables): New.Michael Hayes2-44/+63
2000-09-08c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg4-26/+17
2000-09-08m68hc11.md: New file, machine description for 68HC11 & 68HC12.Stephane Carrez10-0/+14190
2000-09-08Unsigned -> float conversion for fp-bit.cStephane Carrez4-2/+46
2000-09-08MMX/SSE patterns for i386Bernd Schmidt5-13/+1678
2000-09-08* arm.c: Don't include tm.h directly.Richard Earnshaw2-1/+4
2000-09-08Fix typoJan Hubicka1-0/+1
2000-09-08recog.c (validate_replace_rtx_1): Fix confusion about equality testing...Jan Hubicka2-7/+64
2000-09-08* config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.Alexandre Oliva2-2/+6
2000-09-08Update docs for USE rtx.Bernd Schmidt2-0/+30
2000-09-08Fix computation of need_mode in choose_reload_regs.Bernd Schmidt2-2/+9
2000-09-08Some vector operation simplifications.Bernd Schmidt2-0/+44
2000-09-08Daily bump.Jeff Law2-2/+2
2000-09-07lib1funcs.asm (__divsi3): Use .s1 for frcpa.Richard Henderson2-4/+13
2000-09-08sol-c0.c (_start): Declare `termfunc' parameter with a prototype.Geoff Keating3-4/+13
2000-09-08Amend last change: add %, in front of Ldi%=:Joern Rennecke1-2/+2
2000-09-08sh.md (cmpeqsi_ior_t, [...]): Remove.J"orn Rennecke2-29/+20
2000-09-07c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS, do not call dispa...Richard Henderson2-11/+7
2000-09-07Fix ia64-linux compiler abort on perl.Jim Wilson3-4/+17
2000-09-08cpplib.h (struct cpp_options): Add user_label_prefix member, left out of comm...Zack Weinberg2-0/+8
2000-09-07bb-reorder.c (fixup_reorder_chain): Add jump in new block after switch for CA...Richard Henderson2-11/+21
2000-09-07loop.c (strength_reduce): Call check_ext_dependant_givs.Richard Henderson4-65/+356
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg31-680/+704
2000-09-07h8300.h: Fix comment typos.Kazu Hirata4-12/+17
2000-09-07Makefile.in: Remove references to cppulp.{c,o}.Neil Booth4-34/+14
2000-09-07verify.c (merge_types): Load the types to merge if necessary.Alexandre Petit-Bianco2-0/+18
2000-09-07c-common.c (time_char_table): Allow %#b and %#h.Joseph Myers4-11/+16
2000-09-07reorg.c (find_end_label): If the basic block reorder pass moves the return in...Herman A.J. ten Brugge2-12/+42
2000-09-07* gcc.c-torture/execute/unroll-1.c: New test.Catherine Moore2-0/+23
2000-09-07unroll.c (unroll_loop): Check for unconditional jumps to loop continuation.Catherine Moore2-0/+53
2000-09-07Handle multiword modes in regno_clobbered_pBernd Schmidt4-11/+26