|
| 1 | +v1.16: |
| 2 | + |
| 3 | +Mon Dec 16 2019 |
| 4 | + |
| 5 | +69df73444c69 (HEAD -> master, acme.korg/master) dwarves: Add -O2 to CFLAGS |
| 6 | +6d11dd157f75 elfcreator: Address initialization warning emitted by 'gcc -O6' |
| 7 | +1bc63a4cffa7 fprintf: Fixup truncation possibility pointed out by gcc -O2 |
| 8 | +5c590fc29d06 ptr_table: Zero out new id ranges |
| 9 | +644466dce77f fprintf: Remove extraneous sizeof operator |
| 10 | +a59459bb80e7 fprintf: Account inline type __aligned__ member types for spacing |
| 11 | +56547f133a5b fprintf: Fix alignment of class members that are structs/enums/unions |
| 12 | +be37b64aef38 dwarves: Ignore static members for alignment |
| 13 | +cca018e495a8 SPEC: Add dwarves dependency on libdwarves1 |
| 14 | +ccf3eebfcd9c btf_loader: Add support for BTF_KIND_FUNC |
| 15 | +f95fd85f7b53 pfunct: type->type == 0 is void, fix --compile for that |
| 16 | +3e8f09e304ba (origin/master, origin/HEAD) pdwtags: Print DW_TAG_subroutine_type as well |
| 17 | +3c5f2a224aa1 btf_encoder: Preserve and encode exported functions as BTF_KIND_FUNC |
| 18 | +910e060b5c4b btf_loader: Skip BTF_KIND_DATASEC entries |
| 19 | +96235a74a34d btf_loader: Replace if/else series with a proper switch {} |
| 20 | +a4ba2234ff58 btf_loader: Support BTF_KIND_VAR |
| 21 | +5965ce015eab dwarves: Fix ptr_table__add_with_id() handling of pt->nr_entries |
| 22 | +173911ac38ea btf_loader: Show the unknown kind numbers |
| 23 | +0d8e11e8568e pglobal: Allow passing the format path specifier, to use with BTF |
| 24 | +ba27df9f2f94 CMakeLists: Use lib/bpf/include/uapi when building libdwarves |
| 25 | +95517e1d995e libbpf: Get latest libbpf |
| 26 | +ca294eebfc47 MANIFEST: Add missing files |
| 27 | +d5e01d10e515 fprintf: Set tconf.type_spacing earlier |
| 28 | +c6a9a0eb6ac7 fprintf: Fix up decrementing recursivity level in type__fprintf() |
| 29 | +93c3cdf89715 cmake: Add -Wall to CFLAGS |
| 30 | +7360f0528ff3 elfcreator: Remove unused 'machine' variable |
| 31 | +0f52b11f911c prefcnt: Avoid ambiguous else with for_each macro |
| 32 | +608813d0affa pglobal: Avoid ambiguous else |
| 33 | +77d06c2d305d reorganize: Enclose bitfield routines under ifdef |
| 34 | +2221ae30bce9 reorganize: Ditch unused variable |
| 35 | +c419c513eae5 libbtf: Enlarge the 'cmd' buffer to not possibly truncate the pathname |
| 36 | +092fffe56701 btf_loader: Enum values are s32, cast before calling btf_elf__get32() |
| 37 | +7bfb1aa80f9a libctf: Enlarge the 'cmd' buffer to not possibly truncate the pathname |
| 38 | +f67c281f9841 fprintf: Correct the type for the 'cacheline' variable, it should be uint32_t |
| 39 | +7b36fab5a8df fprintf: Add guard against unlikely overlapping copy |
| 40 | +e737976c09d9 fprintf: Do not scrub type when looking up its type |
| 41 | +e95dacb704bf fprintf: Remove unused printf arg when printing enumerations |
| 42 | +71c4f83f2828 emit: Remove unused 'is_pointer' variable |
| 43 | +fe87354c31bb dwarves: Ditch unused asprintf() function |
| 44 | +60c73a769882 dwarves: We need to consistently check if 'conf was specified |
| 45 | +5fdfd09a6bbe dwarves: Fix check in type__find_first_biggest_size_base_type_member() |
| 46 | +24ced5be8a75 dwarf_loader: Fix array overrun access |
| 47 | +33e2d7aa35a7 ctf_loader: Plug leak when bailing out due to unknown tag |
| 48 | +aefa9303818b codiff: Remove unused filenames variable |
| 49 | +de5e72bc15fb btf_loader: Plug leak when bailing out due to unknown tag |
| 50 | +511a79129494 dwarves: Remove unused variable |
| 51 | +b1412a88bb61 fprintf: Fixup handling classes with no members |
| 52 | +[acme@quaco pahole]$ |
| 53 | + |
1 | 54 | v1.15
|
2 | 55 |
|
3 | 56 | Thu Jun 27 2019
|
|
0 commit comments