| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ^/head r305397 through r305430. | Dimitry Andric | 2016-09-05 | 1 | -8/+55 |
|\ |
|
| * | Add a toggle to display the approximate amount of swap used by each | Dag-Erling Smørgrav | 2016-09-05 | 1 | -8/+55 |
* | | Some further micro-optimizations for the libllvm and lldb build. | Dimitry Andric | 2016-09-04 | 1 | -1/+0 |
* | | Undo r305299, since it also sets up BINDIR, via usr.bin/Makefile.inc. | Dimitry Andric | 2016-09-02 | 1 | -0/+5 |
* | | Merge ^/head r305220 through r305300. | Dimitry Andric | 2016-09-02 | 2 | -3/+7 |
|\| |
|
| * | When -n is specified, don't make bogus DNS queries. Instead, | Hajimu UMEMOTO | 2016-09-02 | 2 | -3/+7 |
* | | For now, undo the WARNS=3 setting for the clang and llvm tools. More | Dimitry Andric | 2016-09-02 | 1 | -5/+0 |
* | | DIRDEPS_BUILD: Connect lld. | Bryan Drewery | 2016-09-01 | 1 | -0/+26 |
* | | DIRDEPS_BUILD: Connect the new clang build. | Bryan Drewery | 2016-09-01 | 29 | -0/+700 |
* | | DIRDEPS_BUILD: Use libllvmminimal for tblgen for the host build. | Bryan Drewery | 2016-09-01 | 1 | -1/+1 |
* | | Merge ^/head r305087 through r305219. | Dimitry Andric | 2016-09-01 | 7 | -7/+63 |
|\| |
|
| * | - Invert calloc(3) argument order. | Marcelo Araujo | 2016-09-01 | 1 | -6/+6 |
| * | users: don't build when we don't have a C++ toolchain | Ed Maste | 2016-08-31 | 1 | -1/+1 |
| * | DIRDEPS_BUILD: Add some missing dirctories to the build. | Bryan Drewery | 2016-08-31 | 3 | -0/+47 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2016-08-31 | 2 | -0/+9 |
* | | Add WITH_/WITHOUT_LLD knobs to enable the lld linker | Ed Maste | 2016-08-31 | 1 | -0/+3 |
* | | Add lld Makefile | Ed Maste | 2016-08-30 | 1 | -0/+69 |
* | | Merge ^/head r305029 through r305080. | Dimitry Andric | 2016-08-30 | 1 | -1/+1 |
|\| |
|
| * | Squelch clang 3.9.0 warnings about BASE (which is 32768) being converted | Dimitry Andric | 2016-08-30 | 1 | -1/+1 |
* | | Merge ^/head r304885 through r304954. | Dimitry Andric | 2016-08-28 | 1 | -0/+2 |
|\| |
|
| * | Fix build without INET6 and with gcc. A function definition was ifdefed | Bruce Evans | 2016-08-27 | 1 | -0/+2 |
* | | Compile clang, lldb and related tools with WARNS=3 by default. | Dimitry Andric | 2016-08-27 | 1 | -0/+2 |
* | | Centralize where LLVM_SRCS, CLANG_SRCS and LLDB_SRCS are defined. | Dimitry Andric | 2016-08-27 | 3 | -6/+3 |
* | | Missed one .mk file where OBJTOP can be used. | Dimitry Andric | 2016-08-27 | 1 | -4/+4 |
* | | Merge ^/head r304700 through r304884. | Dimitry Andric | 2016-08-27 | 4 | -38/+115 |
|\| |
|
| * | Use printable ASCII instead of octal representation. | Xin LI | 2016-08-27 | 1 | -1/+1 |
| * | bspatch: remove output file in the case of error | Ed Maste | 2016-08-25 | 1 | -5/+32 |
| * | Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT ... | Enji Cooper | 2016-08-25 | 1 | -0/+6 |
| * | Capsicumize bspatch | Allan Jude | 2016-08-25 | 1 | -12/+52 |
| * | Make the iSCSI parameter negotiation more flexible. | Navdeep Parhar | 2016-08-25 | 1 | -25/+29 |
* | | Use SRCTOP and OBJTOP throughout the llvm/clang/lldb build. | Dimitry Andric | 2016-08-27 | 3 | -11/+11 |
* | | Completely revamp the way llvm, clang and lldb are built. | Dimitry Andric | 2016-08-26 | 58 | -2754/+282 |
* | | Merge ^/head r304537 through r304699. | Dimitry Andric | 2016-08-23 | 8 | -74/+81 |
|\| |
|
| * | Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4 | Enji Cooper | 2016-08-23 | 1 | -0/+1 |
| * | Add `MIN_HOLE_SIZE` pathconf(2) support to getconf | Enji Cooper | 2016-08-23 | 1 | -0/+1 |
| * | Clean up trailing whitespace | Enji Cooper | 2016-08-23 | 1 | -2/+2 |
| * | bspatch: apply style(9) | Ed Maste | 2016-08-23 | 1 | -52/+60 |
| * | indent(1): have the memset invocation somewhat more canonical. | Pedro F. Giffuni | 2016-08-23 | 1 | -1/+1 |
| * | indent(1): remove dead assignments. | Pedro F. Giffuni | 2016-08-23 | 2 | -2/+1 |
| * | indent(1): Fix off-by-one in control flow leading dead code. | Pedro F. Giffuni | 2016-08-23 | 1 | -1/+1 |
| * | indent(1): add some comments to quiet down Coverity. | Pedro F. Giffuni | 2016-08-23 | 2 | -1/+3 |
| * | indent(1): Fix memory leaks pointed out by clang-analyzer. | Pedro F. Giffuni | 2016-08-23 | 2 | -15/+11 |
* | | Don't link the clang executable with unnecessary libraries. | Dimitry Andric | 2016-08-20 | 1 | -3/+0 |
* | | Merge ^/head r304236 through r304536. | Dimitry Andric | 2016-08-20 | 3 | -7/+5 |
|\| |
|
| * | Import the new automatically generated system call table for CloudABI. | Ed Schouten | 2016-08-19 | 1 | -2/+0 |
| * | Fix TAB replaced with spaces in prev. commit. | Andrey A. Chernov | 2016-08-18 | 1 | -1/+1 |
| * | Fix the output for scope statistics. | Michael Tuexen | 2016-08-17 | 1 | -2/+2 |
| * | Use names for SCTP and UDPLite when reporting the input histogram. | Michael Tuexen | 2016-08-17 | 1 | -2/+2 |
* | | Update build glue for lldb. Also comment out parts of the | Dimitry Andric | 2016-08-20 | 1 | -82/+87 |
* | | Update build glue for clang and the llvm/clang extras. | Dimitry Andric | 2016-08-19 | 24 | -466/+445 |
|/ |
|