Age | Commit message (Expand) | Author |
2013-05-08 | In block_move_sequence(), use emit_move_insn() instead of rolling our own | Miod Vallat |
2013-05-08 | Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler. | Miod Vallat |
2013-04-20 | Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC. | Miod Vallat |
2013-04-20 | remove dead code in print_operand() | Miod Vallat |
2013-04-18 | Use __guard_local as the stack protector canary symbol, as already done in | Miod Vallat |
2013-04-11 | Do not abuse -finhibit-size-directive to control tight code alignment: | Miod Vallat |
2013-02-12 | Reenable the stack protector code, the last varargs change fixed the issue. | Miod Vallat |
2013-02-08 | Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The new | Miod Vallat |
2013-02-08 | Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessary | Miod Vallat |
2013-02-06 | gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchain | Miod Vallat |
2013-02-06 | Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double) | Miod Vallat |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2013-01-30 | Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore the | Miod Vallat |
2013-01-28 | Use symbolic_address_p() instead of simply checking whether GET_CODE() is | Miod Vallat |
2013-01-27 | The removal of the wrapping of PIC symbol references in an UNSPEC vector | Miod Vallat |
2013-01-24 | Fix unused local and missing initializer warnings. | Miod Vallat |
2013-01-24 | Get rid of a few warnings by pouring prototypes and punctuation. | Miod Vallat |
2013-01-23 | m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the | Miod Vallat |
2013-01-20 | Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition to | Miod Vallat |
2013-01-15 | Simplify OBSD_LIB_SPEC a bit for gcc3/4. | Brad Smith |
2013-01-15 | Bring back symbol visibility support. This had been done, then backed out, | Miod Vallat |
2013-01-11 | Automagically define __PIC__ and __pic__ to 1 or 2, when building with | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-05 | Remove the -mno-underscores, -msvr3 and -msvr4 options. They suppose the | Miod Vallat |
2013-01-05 | Rename m88k_pound_sign to m88k_register_prefix (even though the prefix is | Miod Vallat |
2013-01-04 | Remove extern declarations redundant with "flags.h" | Miod Vallat |
2013-01-03 | The removal of sdata support also removed the only use of SYMBOL_REF_FLAG | Miod Vallat |
2013-01-02 | More dead features recycling: -mwarn-passed-struct doesn't do anything, and | Miod Vallat |
2013-01-02 | Help the DWARF code to handle our prologues correctly: | Miod Vallat |
2013-01-02 | Remove last boolean argumont of output_function_profiler(), it is always invoked | Miod Vallat |
2013-01-02 | Start removing obsolete features from the m88k backend (it's not like we'll | Miod Vallat |
2012-12-31 | Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well. | Brad Smith |
2012-12-30 | Stop including other files in m88k/openbsd.h; instead specific the complete list | Miod Vallat |
2012-12-25 | Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointer | Miod Vallat |
2012-12-25 | Define INCOMING_RETURN_ADDR_RTX and DWARF_FRAME_RETURN_COLUMN to allow for | Miod Vallat |
2012-12-12 | Previous commit introduced a bug; only return early from m88k_layout_frame() | Miod Vallat |
2012-12-09 | Remove vax-specific configuration constructs. | Miod Vallat |
2012-12-08 | Work-in-progress gcc 3.3.6 configuration for OpenBSD/vax. | Miod Vallat |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2012-12-02 | m88k_layout_frame(): return early if the frame computations have already | Miod Vallat |
2012-12-01 | reload_cse_noop_set_p(): invoking rtx_equal_for_cselib_p() is not enough; if | Miod Vallat |
2012-11-28 | merge conflicts | Miod Vallat |
2012-11-28 | gcc 3.3.6 | Miod Vallat |
2012-11-21 | Disable the stack protector in OVERRIDE_OPTIONS for the time being. The stack | Miod Vallat |
2012-11-21 | Remove an md global which value is a duplicate of MI current_function_args_info. | Miod Vallat |
2012-11-21 | Turn OVERRIDE_OPTIONS into a function, will make it easier to extend on a | Miod Vallat |
2012-11-20 | Convert to new world order by defining TARGET_OS_CPP_BUILTINS instead of | Miod Vallat |
2012-11-20 | Make the mips and powerpc optimizer bug workarounds permanent (i.e. apply | Miod Vallat |
2012-11-19 | Make sure to invoke end_sequence() before passing it to any emit_insn() | Miod Vallat |