Age | Commit message (Expand) | Author |
2017-01-01 | Switch the arm default config from arm9e (armv5te) to mpcore (armv6k). | Jonathan Gray |
2016-12-30 | Prevent scheduling from interfering with the epilogue instructions, as soon | Miod Vallat |
2016-12-20 | Compile clang with clang by default instead of egcc. This allows our | Patrick Wildt |
2016-12-19 | Convert the gcc 3 scheduling information to the gcc 4 model. | Miod Vallat |
2016-12-19 | A couple more unused variables. | Kenneth R Westerback |
2016-12-11 | Create perl directories 0775 in OBJDIR | Andrew Fresh |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2016-11-28 | Setup clang to use OpenBSD settings and defines for our AArch64 | Patrick Wildt |
2016-11-27 | Add Octeon coprocessor 2 instructions. | Visa Hankala |
2016-11-24 | Add AArch64 backend build infrastructure. | Patrick Wildt |
2016-11-16 | Set permissions of /usr/share/info/dir explicitly, so they don't depend on | Theo Buehler |
2016-11-09 | Remove /usr/libdata/perl5/site_perl from sitelib and sitearch, now | Todd C. Miller |
2016-11-09 | Stop installing perl .ph files | Andrew Fresh |
2016-11-08 | Set the permissions of the specs file explicitly so that they don't | Theo Buehler |
2009-10-15 | Import a BSD make based infrastructure for building gcc, based on the | Robert Nagy |
2016-10-19 | Don't warn about shadowing a global function unless the local | Philip Guenther |
2016-10-16 | Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS, | Theo Buehler |
2016-10-03 | Fix ownership for install on a noperm filesystem. | Martin Natano |
2016-09-29 | Set correct owner for installed files. Required for noperm release. | Martin Natano |
2016-09-27 | Set owner for /usr/lib/gcc-lib and /usr/include/g++ on install. | Martin Natano |
2016-09-27 | Disable -fstrict-aliasing per default on OpenBSD. | Pascal Stumpf |
2016-09-24 | Build install Config_heavy.pl during build not install | Andrew Fresh |
2016-09-20 | Revert previous, I didn't intend to commit this (yet). | Martin Natano |
2016-09-20 | Set correct owner for installed files. One step closer to noperm | Martin Natano |
2009-10-12 | import perl 5.10.1 | Todd C. Miller |
1995-12-19 | raw import of cvs-1.6 | Theo de Raadt |
2016-09-20 | Support a few more relocations, most notably R_ARM_MOVW_ABS_NC and | Mark Kettenis |
2016-09-19 | Add PowerPC backend build infrastructure. | Pascal Stumpf |
2016-09-18 | On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes the | Mark Kettenis |
2016-09-18 | Use ${INSTALL} instead of install, like in all the other Makefile's. | Martin Natano |
2016-09-17 | For now, force soft-float; our kernel doesn't support saving the FPU state yet. | Mark Kettenis |
2016-09-17 | Fix types for OpenBSD/arm. | Mark Kettenis |
2016-09-17 | Add missing build infrastructure for arm. | Mark Kettenis |
2016-09-16 | Hardcode STRIP=/usr/bin/strip so that install -s works | Philip Guenther |
2016-09-16 | Don't check if target directory is writeable. This gets in the way of | Martin Natano |
2016-09-14 | Disable --gc-sections on powerpc, for it is broken. | Jeremie Courreges-Anglas |
2016-09-11 | Install binaries, scripts and documentation with the usual owner/group/mode. | Martin Natano |
2016-09-11 | Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} | Philip Guenther |
2016-09-10 | Bring in FreeBSD changes to prevent clang triggering | Jonathan Gray |
2016-09-10 | use an unused attribute on a function argument to avoid -Wself-assign | Jonathan Gray |
2016-09-09 | Handle -p as an alias of -pg. From the ports patch. | Jonathan Gray |
2016-09-08 | Use rcrt0.o instead of crt0.o for -static -pie executables. | Mark Kettenis |
2016-09-08 | Have "make cleandir" work everywhere in the clang tree. | Pascal Stumpf |
2016-09-07 | Backport https://reviews.llvm.org/rL279449 from upstream | Stefan Kempf |
2016-09-06 | Link to -lcompiler_rt instead of -lgcc. | Pascal Stumpf |
2016-09-05 | libunwind relies on the EH frame header. Our OpenBSD frontend code | Patrick Wildt |
2016-09-05 | Fix "make depend". | Pascal Stumpf |
2016-09-05 | Let clang use libc++/libc++abi and its header files per default. You can still | Pascal Stumpf |
2016-09-05 | Link static PIEs with the correct C runtime (rcrt0.o). | Pascal Stumpf |
2016-09-05 | I was bound to forget some files ... | Pascal Stumpf |