summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon/SUMO2_me.bin
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/radeon/SUMO2_me.bin')
0 files changed, 0 insertions, 0 deletions
nal/bsd/llvm/lib/libLLVMExecutionEngine/Makefile?id=8245b921050914edb7dfcb0eb3257c1435bade66'>Update build system glue for LLVM 3.6RC1. Notable changes:joerg - Old JIT is removed. - Improvements to debug information handling. - ARM: check for deprecated instructions and warn in the integrated assembler - PPC: VSX support, va_arg support for struct/union types, -fPIC vs -fpic supported, faster atomics - x86: improved vectorizer 2013-05-28Update LLVM/Clang snapshot to r182734. Brings initial support forjoerg integrated PowerPC assembler. 2011-05-16Update to LLVM/Clang revision 131404. This includes the fix for asm labelsjoerg on builtins (broke longjmp usage) and a better cross-compiling support in combination with -m32/-m64. Update configuration to include /usr/include/clang-3.0 in the search path. 2011-02-06Add LLVM and clang build system. It is enabled by MKLLVM=yes.joerg Upstream sources can be fetched by running "make checkout" in src/external/bsd/llvm, they will be properly imported once the integration and missing features are sorted out.