Age | Commit message (Expand) | Author |
2006-04-18 | Backport fix for gcc bug #10692. Fixes code generation for htons() | Otto Moerbeek |
2006-01-13 | Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now | Todd C. Miller |
2006-01-06 | Include <sys/types.h> and don't define away __size_t | Todd C. Miller |
2005-12-22 | Install header files for MMX/SSE intrinsics on amd64 too. | Mark Kettenis |
2005-12-13 | Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__. | Todd C. Miller |
2005-10-19 | Teach unwinder about StackGhost. | Mark Kettenis |
2005-08-01 | Change the compilers default scheduling settings from PA-8000 (4 instructions | Miod Vallat |
2005-05-25 | spelling fixes | David Krause |
2005-04-23 | fix WCHAR_TYPE* | Marc Espie |
2005-04-16 | Tell gcc -Wformat that our kprintf implementation understands %q and %ll | Chad Loder |
2005-04-15 | pedantic fix for wchar type inside gcc. | Marc Espie |
2005-04-08 | amd64 canonicalization. | Mark Kettenis |
2005-03-29 | Switch i386 over to DWARF-based exception handling. | Mark Kettenis |
2005-03-29 | Plug a memory leak. From gcc 3.4 branch. | Miod Vallat |
2005-02-10 | -ftrampolines, not -ftrampoline; | Jason McIntyre |
2005-02-07 | zap sp64elf.h, get the only config part really used (PREFERRED_DEBUGGING_TYPE) | Marc Espie |
2005-02-06 | disallow trampolines by default. okay miod@, jmc@ | Marc Espie |
2005-02-05 | -dynamic-linker ld.so is NOT a normal object file. Fixes issues in trying | Marc Espie |
2005-02-04 | unfuck amd64 | Peter Valchev |
2005-01-25 | hppa64-unknown-openbsd build support; espie@ miod@ brad@ ok | Michael Shalayeff |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith |
2005-01-24 | get rid of i386elf.h which is an embedded platform include. | Marc Espie |
2005-01-24 | add the availability check of reg_renumber array. | Hiroaki Etoh |
2005-01-14 | handle sentinel for real. Code, taken from gcc 4.0, which was based on | Marc Espie |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn |
2005-01-02 | -fzero-initialized-in-bss is wrong, meaning code that | Ted Unangst |
2004-12-30 | gcc 3.3.5 loop optimization will produce incorrect output on powerpc; a | Miod Vallat |
2004-12-26 | Remove duplicate definition of LONG_DOUBLE_TYPE_SIZE, and shrink WINT_TYPE | Miod Vallat |
2004-12-25 | zap this too | Marc Espie |
2004-12-25 | solve remaining conflicts | Marc Espie |
2004-12-25 | update those manually, since cvs got confused. | Marc Espie |
2004-12-25 | propolice marker | Marc Espie |
2004-12-25 | new stacknote.s can't depend on stmp-dirs either or our make will rebuild stuff | Marc Espie |
2004-12-25 | revert to cast-as-lvalues being pedantic warnings for now. | Marc Espie |
2004-12-25 | some new i386-specific include files. Adjust directory name. | Marc Espie |
2004-12-24 | gcc 3.3.5 | Marc Espie |
2004-11-02 | Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD. | Miod Vallat |
2004-11-02 | Prevent gcc from generating bogus constructs such as | Miod Vallat |
2004-10-27 | Add support to find DWARF call fame info in shared libraries. | Mark Kettenis |
2004-10-21 | Move the cross glue from the root makefile to the toolchain's, | Alexander Yurchenko |
2004-09-15 | better check for ro/data section allocation | Michael Shalayeff |
2004-09-06 | Add t-openbsd64 to handle some libgcc.a build issues (needed functions) | Per Fogelstrom |
2004-08-28 | we don't need this file | Per Fogelstrom |
2004-08-12 | Avoid dereferencing outside the bounds of an array. Found by mmap | Todd C. Miller |
2004-08-11 | Pick common code for trampoline mprotect() code. This did not work at all | Miod Vallat |
2004-08-04 | Fix propolice merge error in options list. | Miod Vallat |
2004-07-27 | Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the default | Mark Kettenis |
2004-07-20 | Do not provide builtins for strcpy() and strcat(), as done with gcc 2, on | Miod Vallat |
2004-06-20 | ICE with gcc3/propolice -O on macppc fixes: | Hiroaki Etoh |
2004-05-26 | neede for dhared libs | Michael Shalayeff |