Age | Commit message (Expand) | Author |
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 |
2012-11-19 | move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in the | Miod Vallat |
2012-11-19 | Sprinkle TREE_SIDE_EFFECTS annotations around all the computations done in | Miod Vallat |
2012-11-17 | Revert the va_start() and va_arg() optimization for functions which have no | Miod Vallat |
2012-11-17 | In the expansion of __builtin_saveregs(), use double store instructions to | Miod Vallat |
2012-11-16 | In SETUP_INCOMING_VARARGS(), make sure to return in pretend_size the amount | Miod Vallat |
2012-11-16 | Rewrite the varags implementation again (third time's the charm), the upstream | Miod Vallat |
2012-11-15 | Only allow the "return" insn construct (which simply yields a "jmp r1" line) | Miod Vallat |
2012-11-15 | Make this cross-compile friendly by defining ATTRIBUTE_UNUSED to an empty | Miod Vallat |
2012-11-14 | Do not bother reloading r1 from the stack in the epilogue, if it has not been | Miod Vallat |
2012-11-14 | Generously sprinkle RTX_FRAME_RELATED_P() in the prologue and epilogue code, | Miod Vallat |
2012-11-14 | Define EPILOGUE_USES(). And suddenly the life analysis pass doesn't decide | Miod Vallat |
2012-11-14 | Revert the `sequence' part of 1.3 - it is actually not necessary and hides | Miod Vallat |
2012-11-11 | The next step towards a working gcc3/m88k: remove the argument area (from gcc2), | Miod Vallat |
2012-11-11 | Explicitely include <nlist.h> if !__ELF__ for this file to compile. | Miod Vallat |
2012-11-09 | Doh, in gcc3 the various *_ASM_OP need to output explicit whitespace before | Miod Vallat |
2012-11-09 | Move the actual operand contraints in define_split constructs from the lisp | Miod Vallat |
2012-11-09 | Put prologue and epilogue instructions into their own sequences, bounded by | Miod Vallat |
2012-11-09 | (subreg) in gcc 3 takes the subreg position in bytes, not in BYTES_PER_WORD | Miod Vallat |
2012-11-09 | Port the gcc 2.95 m88k fixes to the gcc 3 codebase, except for the function | Miod Vallat |
2012-11-09 | Allow OBSD_HAS_CORRECT_ASM_OPS to prevent <openbsd.h> from redefining the | Miod Vallat |
2012-08-31 | Sync vestigial in-tree GCC 3 specs with recent GCC 4 changes. | Matthew Dempsky |
2012-08-20 | Sync GCC 3's libpthread specs with GCC 4's. Not currently used by | Matthew Dempsky |
2012-06-20 | Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and | Matthew Dempsky |
2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | Kurt Miller |
2012-03-01 | Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality: | Miod Vallat |
2011-10-21 | change LINK_SPEC in such a way that -rdynamic will work | Jonathan Gray |
2011-09-27 | Enable previous find_barrier() pessimization also for non-PIC code too. | Miod Vallat |
2011-09-20 | In find_barrier(), be less aggressive when deciding how many instructions | Miod Vallat |
2011-09-19 | - enable thread model posix for gcc 3 which makes dwarf2 exception | Christian Weisgerber |
2011-06-08 | On ARM, make GCC generate code which uses our library fabs, fabsf, | Martynas Venckus |
2011-04-26 | Default gcc on alpha to -mfp-rounding-mode=d, to make code which assumes | Miod Vallat |
2011-03-08 | Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition. | Dale Rahn |
2011-03-02 | spelling error in comment; from brad | Theo de Raadt |
2010-10-20 | Disable __thread for alpha on OpenBSD. ok matthieu. | Dale Rahn |
2010-07-26 | Turn on -Wsystem-headers by default, so that glitches in our headers | Philip Guenthe |
2010-05-25 | unlink g77 from the build. | Marc Espie |
2010-05-14 | Fix ICE when checking a zero-size array for __bounded__ (TYPE_MAX_VALUE | Nicholas Marriott |