freebsd-dev/contrib/llvm/tools/clang/lib
Dimitry Andric dd6029ff3a Update llvm/clang to trunk r126547.
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'.
2011-02-27 01:32:10 +00:00
..
Analysis Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
AST Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Basic Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
CodeGen Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Driver Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Frontend Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
FrontendTool Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Headers Upgrade our copy of llvm/clang to r126079, from upstream's trunk. 2011-02-20 19:33:47 +00:00
Index Upgrade our copy of llvm/clang to r126079, from upstream's trunk. 2011-02-20 19:33:47 +00:00
Lex Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Parse Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Rewrite Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Sema Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
Serialization Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
StaticAnalyzer Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00