* Fri Dec 20 2024 mvetter@suse.com
- Update to version 0~20241220.8344124:
* Add support to llvm-19
* Fri Dec 20 2024 mvetter@suse.com
- Update to version 0~20241002.ec46efd:
* Allow clang-extract to ignore errors pointed by clang
* SymbolExternalizer: Make sure we pass a valid location when searching identifiers
* SymbolExternalizer: Add ! to TOKEN_VECTOR
* libcextract: Passes: Adjust KLP_RELOC_SYMBOL_POS format
* testsuite: inline: inlined-into-1: Fix noinline and implicit-int
* Add option to pass two debuginfos
* Fix symbol visibility
* Disable const propagation on externalized vars
* libcextract: ArgvParser: Use basename instead of std::filename
* Mon Oct 07 2024 mvetter@suse.com
- Update to version 0~20241002.ec46efd:
* Allow clang-extract to ignore errors pointed by clang
* SymbolExternalizer: Make sure we pass a valid location when searching identifiers
* SymbolExternalizer: Add ! to TOKEN_VECTOR
* Wed Sep 04 2024 mvetter@suse.com
- Update to version 0~20240902.0a13816:
* libcextract: Passes: Adjust KLP_RELOC_SYMBOL_POS format
* testsuite: inline: inlined-into-1: Fix noinline and implicit-int
* Add option to pass two debuginfos
* Fix symbol visibility
* Disable const propagation on externalized vars
* libcextract: ArgvParser: Use basename instead of std::filename
* Fix Late Externalization when variable is declared as macro expansion
* Dump includetree together with passes dump
* libcextract: ExpansionPolicy: Check for abs and rel path differences
* Remove redundant decls
* Workaround ';' being output at incorrect location when decl ends with #endif
* Fix CompleteDefinition of struct being dragged into output because of union field
* libcextract: ArgvParser: Disable Wduplicate-decl-specifier error
* Disable Precompiled Headers
* libcextract: Add support for Weak symbols for kernel mode
* Thu Aug 15 2024 mvetter@suse.com
- Update to version 0~20240814.272ac2e:
* Drop VectorRef in favor of ArrayRef
* Fix copyright headers
* Drop use of `dynamic_cast` in favor of `dyn_cast`
* ElfCXX: Convert decompress_gz to use DecompressedObj attribute
* ElfCXX: Make decompress methods access ElfFd directly
* Wed Aug 14 2024 mvetter@suse.com
- Update to version 0~20240813.82f77f7:
* libcextract: Add support to zstd
* Add support to read zlib compressed files, like vmlinux.gz
* NonLLVMMisc: Add FileHandling class
* Passes: Drop comments about ibt tail content
- Add new BuildRequires: zlib-devel libzstd-devel
* Fri Aug 02 2024 mvetter@suse.com
- Update to version 0~20240801.6cf5b73:
* libcextract: Passes: Drop attributes when creating the KLP_RELOC entries
* SymbolExternalizer: Drop initializer from expanded macros
* libcextract: ArgvParser: Use vmlinux on PatchObject when DEBUGINFO is different
* libcextract: Passes.cpp: Use vmlinux if sym_mod is empty
* Drop klpe_ prefix for extern function symbols
* Thu Aug 01 2024 mvetter@suse.com
- Update to version 0~20240731.94276b7:
* Remove functions body from Closure.hh
* Analyze Decls with same BeginLoc
* LLVMMisc.cpp: Check if identifier exists in SymbolTable
* Fix failing testcase if system compiler is gcc-14
* Mon Jul 29 2024 mvetter@suse.com
- Update to version 0~20240726.4309abc:
* Fix closure missing TypedefDecl because not being referenced by type
* Tue Jul 23 2024 mvetter@suse.com
- Update to version 0~20240722.a998e91:
* Fix clang-extract discarding struct-partial definition in nested record
* Add (failing) testcase
* Fix clang-extract dropping complete definition of struct when a copy is necessary
* Fix struct being redefined if defined in variable type
* Extend parent RecordDecl analysis for EnumDecls
* Remove redundant leftmost decl from closure
* Avoid adding every previous decl of a global variable
* Force TagDecl as needing fulldefiniton if is a return type of a function
* Deference pointer types when searching for decomposed typedef-struct
* Analyze CleanupAttr
* Avoid adding previous declarations of typedefs into closure
* SymbolExternalizer: Check KLP_ macros only if there was externzalized syms