Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 yıl önce |
Pavel Labath
|
23332c50c1
[DebugInfo] Reduce debug_str_offsets section size
|
7 yıl önce |
Zachary Turner
|
19ca2b0f9d
Move Object format code to lib/BinaryFormat.
|
8 yıl önce |
Chandler Carruth
|
3c0d60785c
Re-sort #include lines for unittests. This uses a slightly modified
|
8 yıl önce |
Justin Lebar
|
59b5dbccba
Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
|
9 yıl önce |
Duncan P. N. Exon Smith
|
2da1484e97
AsmPrinter: Use an intrusively linked list for DIE::Children
|
10 yıl önce |
Duncan P. N. Exon Smith
|
73e3fb6ba8
AsmPrinter: Convert DIE::Values to a linked list
|
10 yıl önce |
Duncan P. N. Exon Smith
|
09fe4bf794
Reapply "AsmPrinter: Change DIEValue to be stored by value"
|
10 yıl önce |
Duncan P. N. Exon Smith
|
3c41ae83f2
Revert "AsmPrinter: Change DIEValue to be stored by value"
|
10 yıl önce |
Duncan P. N. Exon Smith
|
b9d92c6a8d
AsmPrinter: Change DIEValue to be stored by value
|
10 yıl önce |
Duncan P. N. Exon Smith
|
24ad5c9e05
AsmPrinter: Make DIEString small
|
10 yıl önce |
Chandler Carruth
|
1b279144ec
[cleanup] Re-sort all the #include lines in LLVM using
|
10 yıl önce |
Frederic Riss
|
0c36e97b78
Make DIE.h a public CodeGen header.
|
10 yıl önce |
David Blaikie
|
12d5224df6
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
|
11 yıl önce |
David Blaikie
|
172515f0be
DIEEntry: Refer to the specified DIE via reference rather than pointer.
|
11 yıl önce |
David Blaikie
|
5d71d87bff
PR19554: Fix some memory leaks in DIEHashTest.cpp
|
11 yıl önce |
Eric Christopher
|
31dd38ed2f
Add support for hashing attributes with DW_FORM_block. This required
|
11 yıl önce |
Eric Christopher
|
644dd976b2
This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.
|
11 yıl önce |
Eric Christopher
|
d613f18158
Fix commit thinkos from splitting out patches.
|
11 yıl önce |
Eric Christopher
|
f5334f2421
Add support for hashing DW_FORM_sdata and a small testcase.
|
11 yıl önce |
Eric Christopher
|
79069f9b50
Format.
|
11 yıl önce |
Eric Christopher
|
5ff4b203e6
Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing
|
11 yıl önce |
Eric Christopher
|
5ce9d65a28
Fix name of nested type in comment to match code.
|
11 yıl önce |
Chandler Carruth
|
974a445bd9
Re-sort all of the includes with ./utils/sort_includes.py so that
|
11 yıl önce |
David Blaikie
|
7c0c2e56b0
DIEHash: Summary hashing of member functions
|
11 yıl önce |
David Blaikie
|
a954618c6e
DIEHash: Summary hashing of nested types
|
11 yıl önce |
David Blaikie
|
377e83202c
DIEHash: Const correct and use references where non-null/non-rebound.
|
12 yıl önce |
David Blaikie
|
1d7d8da4cb
DIEHash: Do not use shallow type hashing for unnamed types
|
12 yıl önce |
David Blaikie
|
f196208900
DWARF type hashing: pointers to members
|
12 yıl önce |
David Blaikie
|
449f036a81
DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path
|
12 yıl önce |