Path to this page:
./
devel/lldb,
Next generation, high-performance debugger
Branch: CURRENT,
Version: 5.0.1,
Package name: lldb-5.0.1,
Maintainer: pkgsrc-usersNext generation, high-performance debugger
Required to run:[
textproc/libxml2] [
devel/libatomic_ops] [
lang/clang] [
lang/python27] [
lang/py-six] [
lang/llvm] [
devel/swig3]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: f358c10ce85a18aee4687b14d80f051d653fb8ee
RMD160: 6da45a1c0299e242b3a9553c6689f3697fdd77eb
Filesize: 18774.496 KB
Version history: (Expand)
- (2017-12-30) Updated to version: lldb-5.0.1
- (2017-12-01) Updated to version: lldb-5.0.0
- (2017-11-23) Package has been reborn
- (2017-07-12) Updated to version: lldb-4.0.1
- (2017-03-18) Updated to version: lldb-4.0.0
- (2017-01-05) Updated to version: lldb-3.9.1
CVS history: (Expand)
2018-01-01 19:14:44 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Removed unused lines
|
2017-12-30 11:39:25 by Adam Ciarcinski | Files touched by this commit (14) |  |
Log message:
llvm: updated to 5.0.1
LLVM 5.0.1:
This release contains bug-fixes for the LLVM 5.0.0 release. This
release is API and ABI compatible with 5.0.0.
|
2017-12-01 20:22:13 by Adam Ciarcinski | Files touched by this commit (34) |  |
Log message:
llvm: updated to 5.0.0
5.0.0:
Non-comprehensive list of changes in this release
* LLVM’s WeakVH has been renamed to WeakTrackingVH and a new WeakVH has been \
introduced. The new WeakVH nulls itself out on deletion, but does not track \
values across RAUW.
* A new library named BinaryFormat has been created which holds a collection of \
code which previously lived in Support. This includes the file_magic structure \
and identify_magic functions, as well as all the structure and type definitions \
for DWARF, ELF, COFF, WASM, and MachO file formats.
* The tool llvm-pdbdump has been renamed llvm-pdbutil to better reflect its \
nature as a general purpose PDB manipulation / diagnostics tool that does more \
than just dumping contents.
* The BBVectorize pass has been removed. It was fully replaced and no longer \
used back in 2014 but we didn’t get around to removing it. Now it is gone. The \
SLP vectorizer is the suggested non-loop vectorization pass.
* A new tool opt-viewer.py has been added to visualize optimization remarks in \
HTML. The tool processes the YAML files produced by clang with the \
-fsave-optimization-record option.
* A new CMake macro LLVM_REVERSE_ITERATION has been added. If enabled, all \
supported unordered LLVM containers would be iterated in reverse order. This is \
useful for uncovering non-determinism caused by iteration of unordered \
containers. Currently, it supports reverse iteration of SmallPtrSet and \
DenseMap.
* A new tool llvm-dlltool has been added to create short import libraries from \
GNU style definition files. The tool utilizes the PE COFF SPEC Import Library \
Format and PE COFF Auxiliary Weak Externals Format to achieve compatibility with \
LLD and MSVC LINK.
|
2017-07-16 18:10:05 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Fix building with older compilers
|
2017-07-11 21:47:38 by Adam Ciarcinski | Files touched by this commit (15) |
Log message:
Changes 4.0.1:
This is a bug-fix release.
|
2017-06-30 02:38:11 by Kamil Rytarowski | Files touched by this commit (3) |
Log message:
Correct LLDB build on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
|
2017-05-09 14:49:56 by Kamil Rytarowski | Files touched by this commit (1) |
Log message:
Fix PLIST after removal of local patch adding regex functions
These files used to be required to correct standalone build.
Noted by <wiz>
|
2017-05-06 04:00:22 by Kamil Rytarowski | Files touched by this commit (1) |
Log message:
Reduce diff with pkgsrc-wip
No functional change
|