aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
AgeCommit message (Expand)AuthorFilesLines
2001-01-09config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.Franz Sirl7-30/+8
2001-01-09oops - omitted from previous deltaNick Clifton4-35/+24
2001-01-08rs6000.h (EPILOGUE_USES): New, mark link register after reload.Franz Sirl1-0/+8
2001-01-07t-linux (SHLIB_INSTALL): Double quote slibdir; fix typo in rm -f.Richard Henderson1-1/+3
2001-01-07Makefile.in (slibdir): New variable.Richard Henderson1-0/+1
2001-01-07aix.h (LINK_LIBGCC_SPECIAL_1): New.Richard Henderson3-8/+3
2001-01-01tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-2/+2
2000-12-27[multiple changes]Geoffrey Keating1-3/+5
2000-12-12linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Move from here...Franz Sirl2-2/+12
2000-12-12configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check for powerpc...Franz Sirl2-1/+3
2000-12-06osf.h: Standarize copyright statement.Rodney Brown1-1/+1
2000-12-03- fix line which did not get committed properlyDavid Edelsohn1-1/+1
2000-12-02rs6000.md (anddi3_internal[23]): Prefer rldic?David Edelsohn1-12/+12
2000-11-28genoutput.c (validate_insn_operands): New.Richard Henderson1-3/+3
2000-11-21xm-darwin.h: New file, Darwin host definitions.Stan Shebs2-0/+14
2000-11-19rs6000.c (rs6000_encode_section_info): Fix string length calculation and allo...Franz Sirl1-2/+2
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2-16/+14
2000-11-17stringpool.c: New file.Zack Weinberg1-10/+6
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+1
2000-11-09calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers1-8/+0
2000-11-07rs6000.md (movdi_internal32+1): Use operand_subreg_force rather than gen_rtx_...Geoffrey Keating1-4/+8
2000-11-02config:Neil Booth13-22/+22
2000-10-31cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined.Neil Booth1-1/+1
2000-10-20Makefile.in (SHLIB_NM_FLAGS): New.David Edelsohn1-0/+16
2000-10-18t-netware: Bring in from the Red Hat tree.Geoff Keating1-271/+0
2000-10-17function.c (locate_and_pad_parm): Don't align stack unconditionally.Franz Sirl4-47/+55
2000-10-13Remove obstacks.Mark Mitchell1-13/+4
2000-10-01rs6000.md (movsi_to_cr): Remove the USE.Geoff Keating2-44/+48
2000-09-25Change callers in config/[n-z]*/ (the rest) to match:Hans-Peter Nilsson2-9/+9
2000-09-25definitions in config/[npr]*:Hans-Peter Nilsson3-5/+5
2000-09-23x-aix41 (CLIB): Define here.Jason Merrill3-9/+5
2000-09-19configure.in: Allow enable_threads_flag value of "aix".David Edelsohn2-10/+6
2000-09-19eabi-cn.asm: Use /**/ to delimit comments, not #.Geoff Keating2-78/+78
2000-09-11sysv4.h (MASK_LONG_DOUBLE_128): Define.Geoff Keating1-0/+85
2000-09-11aix.h (RS6000_ITRUNC): Moved from rs6000.h.Geoff Keating4-83/+19
2000-09-08sol-c0.c (_start): Declare `termfunc' parameter with a prototype.Geoff Keating2-4/+6
2000-09-06rs6000.md: Correct function unit definitions for cr_logical and mtjmpr.David Edelsohn1-286/+25
2000-09-06rs6000.c (rs6000_reverse_condition): Return the result.Geoff Keating1-2/+2
2000-09-06rs6000.c (validate_condition_mode): New function.Geoff Keating4-617/+482
2000-09-04rs6000.h: Update various comments about XER_REGNO.Geoff Keating1-21/+13
2000-08-27In gcc: 2000-08-27 Geoff Keating <geoffk@cygnus.com>Geoff Keating1-4/+8
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-2/+2
2000-08-22aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or text_section() as ...David Edelsohn2-8/+45
2000-08-14collect2.c: Remove use of AIX import file.David Edelsohn1-2/+2
2000-08-14flow.c (attempt_auto_inc): Remove unused variable `bb'.Geoff Keating4-27/+24
2000-08-13rs6000.c (rs6000_select_section): Rewrite to not put stuff in .sdata unnecess...Geoff Keating3-36/+108
2000-08-08rs6000.c (optimization_options): Decorate 'level' as ATTRIBUTE_UNUSED.David Edelsohn4-95/+222
2000-08-06* rs6000.c (rs6000_maybe_dead): Prototype.Kaveh R. Ghazi1-0/+1
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-2/+2
2000-08-02rtl.h (enum reg_note): Add REG_MAYBE_DEAD.Geoff Keating1-15/+31