Age | Commit message (Expand) | Author |
2017-01-25 | Add infrastructure to build LLVM for mips64. | Patrick Wildt |
2017-01-25 | Stub out aarch64 support and avoid building gas and ld on this architecture. | Mark Kettenis |
2017-01-25 | Descend into the arch specific subdirectory for every arch on | Patrick Wildt |
2017-01-24 | Prevent too much reordering in the instruction prologue, in order to fulfill | Miod Vallat |
2017-01-24 | PIE-by-default. Probably not suitable for upsttreaming in its current form. | Mark Kettenis |
2017-01-24 | Avoid allocating space for commons with ld -r. Already pushed upstream. | Mark Kettenis |
2017-01-24 | Handle the OpenBSD-style major/minor shared library version scheme. | Mark Kettenis |
2017-01-24 | Update clang build infrastructure for LLVM 4.0.0 | Patrick Wildt |
2017-01-24 | Merge LLVM 4.0.0 rc1 | Patrick Wildt |
2017-01-24 | Import LLVM 4.0.0 rc1 including clang and lld to help the current | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2017-01-22 | Always provide clang as cc, c++ and cpp, and lld as ld. | Patrick Wildt |
2017-01-22 | On clang architectures cc, c++ and cpp are provided by clang. Also, | Patrick Wildt |
2017-01-22 | Compile and install lld as ld.lld, since that's what the ecosystem | Patrick Wildt |
2017-01-22 | Include bsd.own.mk in a few more places to pick up mk.conf overrides. | Jonathan Gray |
2017-01-22 | Disable COFF and Mach-O for OpenBSD to reduce build dependencies. | Patrick Wildt |
2017-01-22 | Add build infrastructure for lld. | Patrick Wildt |
2017-01-21 | Only build gcc4 libs if COMPILER_VERSION is gcc4. | Jonathan Gray |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2001-03-18 | GNU readline-4.1 | Todd C. Miller |
2017-01-21 | Make LLVM create strict aligned code for OpenBSD/arm64. We currently | Patrick Wildt |
2017-01-20 | Restore setting the visibility of __guard_local to hidden for better | Philip Guenther |
2017-01-20 | Take gcc's suggestions about parenthesis around assignments used | Kenneth R Westerback |
2017-01-20 | Nuke some excess whitespace. | Kenneth R Westerback |
2017-01-14 | Disable the Load Stack Guard for OpenBSD on AArch64. We don't use it | Patrick Wildt |
2017-01-14 | Update clang build infrastructure for LLVM 3.9.1 | Patrick Wildt |
2017-01-14 | Merge LLVM 3.9.1 | Patrick Wildt |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2017-01-08 | Revert the addition of PROMOTE_MODE. This breaks libobjc; I guess the | Miod Vallat |
2017-01-07 | Only install header files relevant for the architecture we're targeting. | Mark Kettenis |
2017-01-06 | Don't install standard C headers for which we already have a proper system | Mark Kettenis |
2017-01-04 | With clang as cross-compiler we need to make it pass the library path | Patrick Wildt |
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 |