Age | Commit message (Expand) | Author | Files | Lines |
2004-09-26 | pa.c (print_operand): Use non-trapping completers for UNLE... | John David Anglin | 1 | -8/+11 |
2004-09-18 | darwin-c.c, [...]: Fix comment typos. | Kazu Hirata | 2 | -8/+8 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2 | -3/+2 |
2004-09-08 | function.c (reference_callee_copied): New. | Richard Henderson | 2 | -2/+2 |
2004-09-08 | tm.texi (MD_UNWIND_SUPPORT): Document. | Alan Modra | 2 | -93/+116 |
2004-08-25 | PR libstdc++/17005 (fix for HP-UX 11.11) | John David Anglin | 8 | -112/+287 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-20 | pa-protos.h (readonly_data, [...]): Rename to som_readonly_data_section... | Zack Weinberg | 4 | -99/+89 |
2004-08-18 | emit-rtl.c (gen_const_mem): New. | Richard Henderson | 1 | -7/+5 |
2004-08-18 | rtl.def (NIL): Delete. | Zack Weinberg | 1 | -1/+1 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -1/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -2/+1 |
2004-08-14 | PR libstdc++/17005 partial fix. | John David Anglin | 1 | -1/+12 |
2004-08-13 | darwin-c.c (find_subframework_file): Fix spelling of cannot. | Andrew Pinski | 3 | -18/+18 |
2004-08-05 | pa.c (pa_asm_output_aligned_bss, [...]): New functions. | John David Anglin | 6 | -51/+135 |
2004-07-29 | * pa.c (output_movb): Correct typo. | John David Anglin | 1 | -1/+1 |
2004-07-20 | re PR c++/14607 (Duplicate symbol "vtable for node" in files div.o and env.o) | John David Anglin | 5 | -35/+172 |
2004-07-20 | genattr.c (struct range, [...]): Remove them. | Paolo Bonzini | 1 | -3/+0 |
2004-07-19 | pa.md: Delete the two remaining define_peephole patterns. | Zack Weinberg | 1 | -76/+0 |
2004-07-14 | pa.c (fix_range): New function to mark a range(s) of registers as fixed regis... | John David Anglin | 2 | -16/+102 |
2004-07-13 | target.h (struct gcc_target): Add calls.pass_by_reference. | Richard Henderson | 2 | -21/+37 |
2004-07-13 | pa-64.h (ARG_POINTER_REGNUM, [...]): Delete. | John David Anglin | 4 | -25/+17 |
2004-07-13 | builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference. | Richard Henderson | 1 | -9/+3 |
2004-07-13 | target-def.h (TARGET_MUST_PASS_IN_STACK): New. | Richard Henderson | 2 | -6/+2 |
2004-07-13 | re PR target/16477 (Failure of gcc.c-torture/execute/strct-stdarg-1.c) | John David Anglin | 2 | -15/+16 |
2004-07-11 | * pa.c (hppa_gimplify_va_arg_expr): Remove comment. | John David Anglin | 1 | -8/+0 |
2004-07-10 | pa.c (output_indirect_call): Only use %r2 as the link register in indirect ca... | John David Anglin | 1 | -1/+9 |
2004-07-09 | re PR target/16459 (ld: libbackend.a(expr.o)(.text+0x40c2c): cannot handle R_... | John David Anglin | 1 | -1/+1 |
2004-07-09 | pa-protos.h (hppa_va_arg): Remove. | Richard Henderson | 3 | -78/+43 |
2004-07-09 | pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define. | Randolph Chung | 1 | -0/+94 |
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 | 2 | -19/+19 |
2004-07-06 | alpha.c (alpha_use_dfa_pipeline_interface): Remove. | Steven Bosscher | 1 | -9/+1 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -3/+0 |
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 | 4 | -0/+141 |
2004-06-21 | re PR rtl-optimization/14782 (produces an unaligned data access at -O2) | John David Anglin | 2 | -23/+56 |
2004-06-11 | pa.c (pa_hpux_init_libfunc): Add support for unord_optab. | John David Anglin | 2 | -9/+81 |
2004-06-11 | pa.c (legitimize_pic_address): Use UNSPEC_DLTIND14R to identify unspec used f... | John David Anglin | 2 | -12/+107 |
2004-05-31 | pa.md: Disable the peephole2 patterns that generate indexed floating-point st... | John David Anglin | 1 | -0/+28 |
2004-05-31 | pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when gene... | John David Anglin | 1 | -0/+1 |
2004-05-17 | pa.md: Fix typo from last change. | John David Anglin | 1 | -7/+5 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2 | -5/+2 |
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-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-27 | hpux.h: Predefine __STDCPP__ when compiling C++. | Zack Weinberg | 2 | -2/+6 |
2004-04-16 | * pa.md: Remove unnecessary declarations for asm_out_file. | John David Anglin | 1 | -2/+0 |
2004-04-16 | pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of SAR register. | John David Anglin | 1 | -6/+4 |
2004-04-16 | * pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld. | John David Anglin | 1 | -0/+13 |
2004-04-05 | PR optimization/13424 (hppa), bootstrap/14462, c/14828 | Jakub Jelinek | 1 | -56/+124 |