Age | Commit message (Expand) | Author |
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-10-26 | Fix for CVE-2012-5195; ok miod@ | Todd C. Miller |
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-02 | fix weird depend on -liberty, okay miod@. | Marc Espie |
2012-09-16 | Build gcc as non-PIE. PIE breaks precompiled headers and causes a serious | Mark Kettenis |
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-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 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt |
2012-08-29 | Add DWARF2 CFI unwinder for hppa. | Mark Kettenis |
2012-08-29 | Adjust for changes to "struct reg". | 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-22 | recognise rrx mnemonic, from GPLv2 apple cctools via FreeBSD | Jonathan Gray |
2012-08-22 | Bring in a change from post 2.17 (but still GPLv2) binutils | Jonathan Gray |
2012-08-22 | make this compile by adapting loongson changes to the 2.17 struct layout | Jonathan Gray |
2012-08-22 | add a file from 2.17 which was omitted when imported but needed for mips64 | Jonathan Gray |
2012-08-20 | Add support for .openbsd.randomdata and PT_OPENBSD_RANDOMIZE to | Matthew Dempsky |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-08-20 | Sync GCC 3's libpthread specs with GCC 4's. Not currently used by | Matthew Dempsky |
2012-08-11 | Actually correctly handle -rpath-link, instead of eating its argument but | Miod Vallat |
2012-08-09 | Recognize and silently eat -rpath-link, as already done for -rpath, to avoid | Miod Vallat |
2012-07-12 | On i386 gdb failed to display the stack trace of a kernel core dump | Alexander Bluhm |
2012-07-10 | In a scalar context, mkstemp should return just the file handle | Philip Guenthe |
2012-06-20 | Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and | Matthew Dempsky |
2012-06-10 | Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like | Philip Guenthe |
2012-05-21 | Fix binutils-2.17 configure script to build on amd64. | Matthew Dempsky |
2012-05-20 | remove .cvsignore from cvs source dir, ok deraadt | Stuart Henderson |
2012-05-04 | Enable multi-threaded debugging on hppa. | Mark Kettenis |