| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
svn path=/head/; revision=223017
|
|
|
|
| |
Notes:
svn path=/head/; revision=221345
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are several bugfixes in this update, but the most important one is
to ensure __start_ and __stop_ symbols for linker sets and kernel module
metadata are always emitted in object files:
http://llvm.org/bugs/show_bug.cgi?id=9292
Before this fix, if you compiled kernel modules with clang, they would
not be properly processed by kldxref, and if they had any dependencies,
the kernel would fail to load those. Another problem occurred when
attempting to mount a tmpfs filesystem, which would result in 'operation
not supported by device'.
Notes:
svn path=/head/; revision=219077
|
|
|
|
|
|
|
|
| |
This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.
Notes:
svn path=/head/; revision=218893
|
|
|
|
|
|
|
| |
Approved-by: rpaulo (mentor)
Notes:
svn path=/head/; revision=212904
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit merges the latest LLVM sources from the vendor space. It
also updates the build glue to match the new sources. Clang's version
number is changed to match LLVM's, which means /usr/include/clang/2.0
has been renamed to /usr/include/clang/2.8.
Obtained from: projects/clangbsd
Notes:
svn path=/head/; revision=210299
|
|
|
|
|
|
|
|
|
| |
for additional printf modifiers in kernel.
Approved by: ed (mentor)
Notes:
svn path=/head/; revision=208987
|
|
in llvm/ and/or llvm/contrib/clang/ respectively.
Approved by: ed (mentor)
Approved by: core
Notes:
svn path=/head/; revision=208954
|