summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMIR
AgeCommit message (Collapse)Author
2019-11-13Remove old LLVM build system.joerg
2019-03-10add most of the AMDGPU target makefiles and stuff that don'tmrg
touch the build. this comes from: commit f90685c11d4460d3098fa35f48b58d1893e974e0 Author: Maya Rashish <maya@NetBSD.org> Date: Sat Feb 23 09:46:14 2019 +0200 Separate MKCLANG from MKLLVM. build LLVM libraries as PIC. Add AMDGPU target, and adjust tools accordingly.
2018-07-17Update LLVM/Clang build system to r337282.joerg
2017-08-01Update LLVM build glue for 5.0RC1.joerg
2017-01-11Update LLVM build glue for pre-4.0.0 r291444.joerg
2016-02-27Update build system for LLVM 3.8.0rc3.joerg
2015-01-29Update 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
2014-08-10Update build glue for LLVM/Clang 3.6svn r215315. Changes include variousjoerg
performance improvements across all backends and a much improved PPC32 backend.
2014-05-30Update build system for LLVM/Clang snapshot r209886. This brings in thejoerg
merged AArch64 backend and the move of eARM to DWARF exception handling for NetBSD. C++11 is required for building.
2014-01-15Update build glue for LLVM/Clang 3.5svn r199312. Noticable changesjoerg
include bug fixes for the loop vectorizer, initial work for assembler parser/disassembler on SPARC, improvements to ARM assembler and .code16 support on x86.
2014-01-05Update LLVM family to 3.5svn r198450. Interesting changes include:joerg
- Improvements in the SPARC64 support - ARM backend can almost build a full NetBSD/EABI system with the integrated assembler - PowerPC grows disassembler support - LLD supports copy relocation, beginning of MIPS backend - New diagnostic for use of bool expression as size_t argument for strncmp and friends
2013-11-28Update LLVM/Clang to r195771 from the 3.4 release branch.joerg
2013-11-11Update LLVM/Clang snapshot to r194393 for the FPU changes on x86.joerg
2013-04-25Update LLVM/Clang snapshot to r180004. This brings in the last pieces ofjoerg
C++11 support in Clang as well as initial SPARC64 support.
2013-01-23Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2joerg
release.