summaryrefslogtreecommitdiff
path: root/gcc/config/ia64
Commit message (Expand)AuthorAgeFilesLines
* Fix ICE on lex output file reported by Andreas Schwab.wilson2000-10-191-0/+3
* Remove obstacks.mmitchel2000-10-131-10/+3
* * Makefile.in (NM_FOR_TARGET): New.rth2000-10-062-0/+10
* * configure.in (ia64-linux) [tmake_file]: Add ia64/t-glibc.rth2000-10-046-652/+283
* Fix bad use of FP reg in post-modify address.wilson2000-09-261-7/+8
* * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.rth2000-09-252-8/+75
* Change callers in config/[h-l]*/ to match:hp2000-09-252-3/+3
* definitions in config/i[89a]*:hp2000-09-252-18/+18
* * config/ia64/ia64-protos.h: Update.rth2000-09-244-304/+191
* Fix glibc make check failure.wilson2000-09-201-2/+0
* * config/ia64/ia64-protos.h: Update.rth2000-09-185-653/+994
* * config/ia64/ia64.md (divsf3): New.rth2000-09-131-5/+719
* * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.rth2000-09-131-1/+5
* * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.rth2000-09-114-30/+524
* * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.rth2000-09-081-4/+7
* Fix ia64-linux compiler abort on perl.wilson2000-09-081-2/+5
* * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.rth2000-09-061-32/+34
* * config/ia64/ia64.md (mulhi3): Fix typo last change.rth2000-09-062-2/+4
* * config/ia64.md (movsi and movdi patterns): Allow moves fromrth2000-09-051-20/+23
* * config/ia64/ia64.md (mulhi3): New.rth2000-09-051-0/+15
* * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.rth2000-09-052-243/+137
* Eliminate false DV warnings for predicated calls to noreturn functions.wilson2000-09-015-4/+56
* * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.rth2000-09-011-7/+14
* * config/ia64/ia64.md (muldi3): Use grfr_register_operandrth2000-08-291-2/+4
* * config/ia64/ia64.md (reload_inti): Use a TImode scratch. Userth2000-08-291-10/+10
* * config/ia64/ia64.h (struct machine_function): Add n_varargs.rth2000-08-252-9/+16
* * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.rth2000-08-245-1200/+1057
* Fix bfd/archive.c miscompilation.wilson2000-08-241-1/+9
* Minor cleanup of ia64 unwind handler code.wilson2000-08-231-6/+17
* Fix typos spotted by Graham Stott.wilson2000-08-221-2/+2
* * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lcrth2000-08-202-6/+40
* * config/ia64/ia64.c (reg_or_5bit_operand): New.rth2000-08-194-89/+107
* * config/ia64/ia64.c (spill_restore_mem): Handle emittingrth2000-08-181-2/+8
* * configure.in (ia64-*): Set float_format for i386 long double.rth2000-08-146-122/+599
* * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.rth2000-08-141-4/+27
* Support for IA-64 specific elf header flags.wilson2000-08-142-3/+6
* * config/ia64/ia64.md (addsi3): Remove expander.rth2000-08-111-124/+14
* * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.rth2000-08-112-72/+119
* * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.rth2000-08-111-5/+2
* * config/ia64/ia64-protos.h: Remove duplicates. Updaterth2000-08-087-1512/+2046
* * frame.h (ia64_frame_state): Add my_psp.rth2000-08-081-39/+74
* * tm.texi (LOCAL_REGNO): Document.rth2000-08-081-0/+6
* Workaround for -fssa testsuite failures.wilson2000-08-032-0/+23
* Finish ABI change started by last patch, this time I tested it.wilson2000-08-011-9/+18
* * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.rth2000-08-011-1/+2
* Adjust structure parameter passing to match ABI change.wilson2000-08-011-2/+8
* 2000-07-30 Anthony Green <green@redhat.com>green2000-07-311-0/+1
* * Makefile.in (OBJS): Add doloop.o.rth2000-07-304-82/+241
* * config/ia64/ia64.c (ia64_print_operand): Fix typos.rth2000-07-281-3/+3
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-284-62/+132