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