Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
CodeGen
/
DIEHashTest.cpp
23332c5
[DebugInfo] Reduce debug_str_offsets section size
by Pavel Labath
· 7 years ago
19ca2b0
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
3c0d607
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
59b5dbc
Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
by Justin Lebar
· 9 years ago
2da1484
AsmPrinter: Use an intrusively linked list for DIE::Children
by Duncan P. N. Exon Smith
· 10 years ago
73e3fb6
AsmPrinter: Convert DIE::Values to a linked list
by Duncan P. N. Exon Smith
· 10 years ago
09fe4bf
Reapply "AsmPrinter: Change DIEValue to be stored by value"
by Duncan P. N. Exon Smith
· 10 years ago
3c41ae8
Revert "AsmPrinter: Change DIEValue to be stored by value"
by Duncan P. N. Exon Smith
· 10 years ago
b9d92c6
AsmPrinter: Change DIEValue to be stored by value
by Duncan P. N. Exon Smith
· 10 years ago
24ad5c9
AsmPrinter: Make DIEString small
by Duncan P. N. Exon Smith
· 10 years ago
1b27914
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
0c36e97
Make DIE.h a public CodeGen header.
by Frederic Riss
· 11 years ago
12d5224
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
by David Blaikie
· 11 years ago
172515f
DIEEntry: Refer to the specified DIE via reference rather than pointer.
by David Blaikie
· 11 years ago
5d71d87
PR19554: Fix some memory leaks in DIEHashTest.cpp
by David Blaikie
· 11 years ago
31dd38e
Add support for hashing attributes with DW_FORM_block. This required
by Eric Christopher
· 11 years ago
644dd97
This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.
by Eric Christopher
· 11 years ago
d613f18
Fix commit thinkos from splitting out patches.
by Eric Christopher
· 11 years ago
f5334f2
Add support for hashing DW_FORM_sdata and a small testcase.
by Eric Christopher
· 11 years ago
79069f9
Format.
by Eric Christopher
· 11 years ago
5ff4b20
Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing
by Eric Christopher
· 12 years ago
5ce9d65
Fix name of nested type in comment to match code.
by Eric Christopher
· 12 years ago
974a445
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
7c0c2e5
DIEHash: Summary hashing of member functions
by David Blaikie
· 12 years ago
a954618
DIEHash: Summary hashing of nested types
by David Blaikie
· 12 years ago
377e832
DIEHash: Const correct and use references where non-null/non-rebound.
by David Blaikie
· 12 years ago
1d7d8da
DIEHash: Do not use shallow type hashing for unnamed types
by David Blaikie
· 12 years ago
f196208
DWARF type hashing: pointers to members
by David Blaikie
· 12 years ago
449f036
DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path
by David Blaikie
· 12 years ago
f1545a2
DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts
by David Blaikie
· 12 years ago
e46be78
DIEHashTest: Correct the order of operands to the TEST macro
by David Blaikie
· 12 years ago
3baa3c3
DWARF type hashing: Handle multiple (including recursive) references to the same type
by David Blaikie
· 12 years ago
47f66d5
DIEHash: Support for simple (non-recursive, non-reused) type references
by David Blaikie
· 12 years ago
88a68cb
DIEHash: Include the type's context in the type hash.
by David Blaikie
· 12 years ago
c098708
DIEHash: Use DW_FORM_sdata for integers, per spec.
by David Blaikie
· 12 years ago
a85ad23
Invert arguments to ASSERT_EQ to match gtest diagnostic printing
by David Blaikie
· 12 years ago
75ee000
DIEHash: Include the trailing zero byte after the children of a DIE
by David Blaikie
· 12 years ago
e4df43e
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
by David Blaikie
· 12 years ago
449a88e
Plug a memory leak in a unit test. Stack allocation is sufficient here.
by Benjamin Kramer
· 12 years ago
df69c9c
It's a very large constant. Say so.
by Eric Christopher
· 12 years ago
800a876
Add a hashing routine that handles hashing types. Add a test for
by Eric Christopher
· 12 years ago