Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
CodeGen
/
DIEHashTest.cpp
2f08811
[DebugInfo] Reduce debug_str_offsets section size
by Pavel Labath
· 7 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
544b23d
Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
by Justin Lebar
· 9 years ago
827200c
AsmPrinter: Use an intrusively linked list for DIE::Children
by Duncan P. N. Exon Smith
· 10 years ago
4fb1f9c
AsmPrinter: Convert DIE::Values to a linked list
by Duncan P. N. Exon Smith
· 10 years ago
e7e1d0c
Reapply "AsmPrinter: Change DIEValue to be stored by value"
by Duncan P. N. Exon Smith
· 10 years ago
583bc03
Revert "AsmPrinter: Change DIEValue to be stored by value"
by Duncan P. N. Exon Smith
· 10 years ago
7735b48
AsmPrinter: Change DIEValue to be stored by value
by Duncan P. N. Exon Smith
· 10 years ago
f73bcf4
AsmPrinter: Make DIEString small
by Duncan P. N. Exon Smith
· 10 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
e541e0b
Make DIE.h a public CodeGen header.
by Frederic Riss
· 11 years ago
914046e
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
by David Blaikie
· 11 years ago
8dbcc3f
DIEEntry: Refer to the specified DIE via reference rather than pointer.
by David Blaikie
· 11 years ago
de519a2
PR19554: Fix some memory leaks in DIEHashTest.cpp
by David Blaikie
· 11 years ago
420569b
Add support for hashing attributes with DW_FORM_block. This required
by Eric Christopher
· 12 years ago
1db8030
This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.
by Eric Christopher
· 12 years ago
f5ec3a0
Fix commit thinkos from splitting out patches.
by Eric Christopher
· 12 years ago
8192ba2
Add support for hashing DW_FORM_sdata and a small testcase.
by Eric Christopher
· 12 years ago
da1d7d9
Format.
by Eric Christopher
· 12 years ago
4b1cf58
Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing
by Eric Christopher
· 12 years ago
5ad8d90
Fix name of nested type in comment to match code.
by Eric Christopher
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
8bc7db7
DIEHash: Summary hashing of member functions
by David Blaikie
· 12 years ago
65cc969
DIEHash: Summary hashing of nested types
by David Blaikie
· 12 years ago
2aee7be
DIEHash: Const correct and use references where non-null/non-rebound.
by David Blaikie
· 12 years ago
3274441
DIEHash: Do not use shallow type hashing for unnamed types
by David Blaikie
· 12 years ago
d70a055
DWARF type hashing: pointers to members
by David Blaikie
· 12 years ago
fe3233a
DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path
by David Blaikie
· 12 years ago
6cf58c8
DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts
by David Blaikie
· 12 years ago
6a7a446
DIEHashTest: Correct the order of operands to the TEST macro
by David Blaikie
· 12 years ago
980d499
DWARF type hashing: Handle multiple (including recursive) references to the same type
by David Blaikie
· 12 years ago
ca353be
DIEHash: Support for simple (non-recursive, non-reused) type references
by David Blaikie
· 12 years ago
8a142aa
DIEHash: Include the type's context in the type hash.
by David Blaikie
· 12 years ago
6316ca4
DIEHash: Use DW_FORM_sdata for integers, per spec.
by David Blaikie
· 12 years ago
d398ac5
Invert arguments to ASSERT_EQ to match gtest diagnostic printing
by David Blaikie
· 12 years ago
71a0ad6
DIEHash: Include the trailing zero byte after the children of a DIE
by David Blaikie
· 12 years ago
5980419
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
by David Blaikie
· 12 years ago
0f01d4e
Plug a memory leak in a unit test. Stack allocation is sufficient here.
by Benjamin Kramer
· 12 years ago
a923e7b
It's a very large constant. Say so.
by Eric Christopher
· 12 years ago
25b7adc
Add a hashing routine that handles hashing types. Add a test for
by Eric Christopher
· 12 years ago