Age | Commit message (Expand) | Author |
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-11 | Recognize "uahalf" and "uaword" statement, as synonyms for "half" and "word" | 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-11-05 | Backport a powerpc --relax fix present in binutils 2.17. | Landry Breuil |
2012-11-04 | Less pessimistic OPT value for m68k. | Miod Vallat |
2012-11-02 | Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64 | Miod Vallat |
2012-10-26 | Fix for CVE-2012-5195; ok miod@ | Todd C. Miller |
2012-10-23 | Define __PIE__ and __pie__ when compiling PIE code, just like newer versions | Mark Kettenis |
2012-10-18 | Add support for stac/clac instructions to manipulate the flag | Jonathan Gray |
2012-10-13 | fix typo, keyword is exists, not exist | Marc Espie |
2012-10-06 | Our system headers are supposed to be C++-aware these days so stop GCC from | Mark Kettenis |
2012-10-02 | fix weird depend on -liberty, okay miod@. | Marc Espie |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-16 | Build gcc as non-PIE. PIE breaks precompiled headers and causes a serious | Mark Kettenis |
2012-09-09 | Set use_collect2 on m88k. Fixes the lib/csu/init_priority regress test. | Miod Vallat |
2012-09-07 | disassemble the rdrand instruction on i386/amd64 | Christian Weisgerber |
2012-09-03 | Teach as(1) about rdrand on i386/amd64. | Mark Kettenis |
2012-09-02 | Provide ios::pos_type and ios::off_type on gcc 2.95 platforms, as some ports | Miod Vallat |
2012-09-01 | Bounds check before addressing call_used_regs[], avoids segfaults in | Miod Vallat |
2012-09-01 | Clean up the correct file to fix parallel make failures | Philip Guenthe |
2012-09-01 | Fix typo in comment: s/PT_OPENBSD_RANDOMDATA/PT_OPENBSD_RANDOMIZE/ | Matthew Dempsky |
2012-09-01 | don't pollute the src dir with info pages when doing builds | Jonathan Gray |
2012-08-31 | Add a DT_DEBUG tag to PIEs as well. | Mark Kettenis |
2012-08-31 | Sync vestigial in-tree GCC 3 specs with recent GCC 4 changes. | Matthew Dempsky |
2012-08-31 | Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when | Pascal Stumpf |
2012-08-31 | Switch GCC to use __guard_local instead of __guard. This allows GCC | Matthew Dempsky |
2012-08-31 | Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Means | Mark Kettenis |
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt |
2012-08-30 | On sparc64, we still need to pass -K PIC to the assembler when compiling PIE. | Pascal Stumpf |
2012-08-29 | Add DWARF2 CFI unwinder for hppa. | Mark Kettenis |
2012-08-29 | Adjust for changes to "struct reg". | Mark Kettenis |
2012-08-29 | Our _mcount doesn't use profile counters. Partially fixes profiling on hppa | Mark Kettenis |
2012-08-28 | Add support for PIE-by-default in both ld and gcc. This is a completely | Pascal Stumpf |
2012-08-28 | Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. The | Pascal Stumpf |
2012-08-28 | -fPIC and -fpic for m68k | Jonathan Gray |