aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.md
AgeCommit message (Expand)AuthorFilesLines
2004-11-01pa.md: (prefetch_64, prefetch_32): Fix typo.Graham Stott1-2/+2
2004-07-19pa.md: Delete the two remaining define_peephole patterns.Zack Weinberg1-76/+0
2004-07-08* pa.md (prefetch_32, prefetch_64): Simplify constraint checks.John David Anglin1-12/+6
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-13/+13
2004-07-05pa.md (prefetch, [...]): Only allow short displacements with the spatial-loca...John David Anglin1-6/+32
2004-07-01pa-protos.h (prefetch_operand): Add prototype.John David Anglin1-0/+118
2004-06-11pa.c (legitimize_pic_address): Use UNSPEC_DLTIND14R to identify unspec used f...John David Anglin1-11/+106
2004-05-31pa.md: Disable the peephole2 patterns that generate indexed floating-point st...John David Anglin1-0/+28
2004-05-17pa.md: Fix typo from last change.John David Anglin1-7/+5
2004-05-07re PR target/15202 ([3.4 only] ICE in reload_cse_simplify_operands, at postre...John David Anglin1-25/+31
2004-04-16* pa.md: Remove unnecessary declarations for asm_out_file.John David Anglin1-2/+0
2004-04-05PR optimization/13424 (hppa), bootstrap/14462, c/14828Jakub Jelinek1-56/+124
2004-03-06pa.md (icacheflush): Reorder operands to make match_scratch operand last.John David Anglin1-6/+5
2004-02-03alpha.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-1/+1
2004-01-28pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand to regis...John David Anglin1-1/+1
2004-01-22re PR target/13713 (gnat1 segmentation fault in stage 3 on hppa-linux)John David Anglin1-14/+14
2004-01-21pa-protos.h: Update copyright.John David Anglin1-1/+1
2004-01-12pa.c: Don't include obstack.h.John David Anglin1-1/+1
2003-12-20pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA 2.0 code.John David Anglin1-35/+79
2003-12-14re PR target/13054 (compile/980310-3.f: insn does not satisfy its constraints)John David Anglin1-279/+759
2003-11-27pa.c (hppa_profile_hook): Split gen_call_profiler into separate insns.Randolph Chung1-20/+33
2003-11-08re PR rtl-optimization/12630 (Various unrecognizable insns and ICEs at -O3)John David Anglin1-19/+460
2003-10-30* pa.md: Missed update in previous commit.John David Anglin1-62/+164
2003-10-17re PR rtl-optimization/12630 (Various unrecognizable insns and ICEs at -O3)Jan Hubicka1-6/+6
2003-09-24pa.c (hppa_expand_prologue): Do pic register save in frame marker without add...John David Anglin1-5/+10
2003-08-23pa.c: Replace 'GNU CC' with 'GCC'.Jason Eckhardt1-5/+5
2003-08-09pa.md (extzv, extv, insv): Fix operand limit checks.John David Anglin1-26/+47
2003-07-23PR target/11607 and PR target/11516John David Anglin1-33/+18
2003-07-08re PR target/11453 (gcc > 3.3 ICE)John David Anglin1-36/+51
2003-04-21expmed.c (extract_bit_field): Reverse operands of && condition to prevent a p...Olivier Hainque1-0/+8
2003-04-20pa.md (movccfp): New expander.John David Anglin1-5/+19
2003-03-19re PR target/10062 (internal compiler error: in output_cbranch, at config/pa/...John David Anglin1-57/+36
2003-03-09re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin1-16/+84
2003-03-05pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.John David Anglin1-1/+4
2003-02-18* pa.md: Correct and enhance comment.John David Anglin1-8/+40
2003-02-06config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in target_cpu_default.John David Anglin1-6/+25
2003-02-02pa-protos.h (attr_length_millicode_call): Remove second argument.John David Anglin1-271/+825
2003-01-18* config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.Roger Sayle1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-5/+5
2002-12-05fptr.c (__canonicalize_funcptr_for_compare): New file and function.John David Anglin1-1/+12
2002-11-27pa-protos.h (function_value): New prototype.John David Anglin1-5/+5
2002-10-31pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.John David Anglin1-248/+124
2002-09-11pa.md (extzv): Check predicates before emitting extzv_32.John David Anglin1-4/+14
2002-09-09pa.md (exception_receiver, [...]): Add blockage on TARGET_64BIT before pic re...John David Anglin1-0/+8
2002-09-04* pa.md (setccfp0, setccfp1): New patterns.John David Anglin1-0/+20
2002-07-27* pa.md (extv): Check predicates before emitting extv_32.J"orn Rennecke1-2/+7
2002-07-11pa.md (adddi3): Change predicate of operand 2 to adddi3_operand and delete co...John David Anglin1-8/+2
2002-07-11pa.md (adddi3): For 32-bit targets...John David Anglin1-10/+8
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-2/+4
2002-05-06pa-protos.h (hppa_fpstore_bypass_p): Declare.Jeff Law1-35/+98