freebsd-dev/lib/clang/include
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
..
clang Update llvm/clang to trunk r126547. 2011-02-27 01:32:10 +00:00
llvm Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it, 2011-02-27 00:02:48 +00:00
ARMGenAsmMatcher.inc
ARMGenAsmWriter.inc
ARMGenCallingConv.inc
ARMGenCodeEmitter.inc
ARMGenDAGISel.inc
ARMGenDecoderTables.inc
ARMGenEDInfo.inc
ARMGenFastISel.inc
ARMGenInstrInfo.inc
ARMGenInstrNames.inc
ARMGenMCCodeEmitter.inc
ARMGenRegisterInfo.h.inc
ARMGenRegisterInfo.inc
ARMGenRegisterNames.inc
ARMGenSubtarget.inc
Checkers.inc
IA64GenAsmWriter.inc
IA64GenDAGISel.inc
IA64GenInstrInfo.inc
IA64GenInstrNames.inc
IA64GenRegisterInfo.h.inc
IA64GenRegisterInfo.inc
IA64GenRegisterNames.inc
Makefile
MipsGenAsmWriter.inc
MipsGenCallingConv.inc
MipsGenDAGISel.inc
MipsGenInstrInfo.inc
MipsGenInstrNames.inc
MipsGenRegisterInfo.h.inc
MipsGenRegisterInfo.inc
MipsGenRegisterNames.inc
MipsGenSubtarget.inc
PPCGenAsmWriter.inc
PPCGenCallingConv.inc
PPCGenCodeEmitter.inc
PPCGenDAGISel.inc
PPCGenInstrInfo.inc
PPCGenInstrNames.inc
PPCGenMCCodeEmitter.inc
PPCGenRegisterInfo.h.inc
PPCGenRegisterInfo.inc
PPCGenRegisterNames.inc
PPCGenSubtarget.inc
X86GenAsmMatcher.inc
X86GenAsmWriter1.inc
X86GenAsmWriter.inc
X86GenCallingConv.inc
X86GenDAGISel.inc
X86GenDisassemblerTables.inc
X86GenEDInfo.inc
X86GenFastISel.inc
X86GenInstrInfo.inc
X86GenInstrNames.inc
X86GenRegisterInfo.h.inc
X86GenRegisterInfo.inc
X86GenRegisterNames.inc
X86GenSubtarget.inc