index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
CodeGen
/
DIEHashTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Reduce debug_str_offsets section size
Pavel Labath
2018-08-07
1
-2
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
Justin Lebar
2016-07-13
1
-1
/
+1
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-64
/
+63
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-161
/
+193
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-153
/
+153
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-153
/
+153
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-153
/
+153
*
AsmPrinter: Make DIEString small
Duncan P. N. Exon Smith
2015-05-24
1
-56
/
+70
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-1
/
+1
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-62
/
+64
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-29
/
+29
*
PR19554: Fix some memory leaks in DIEHashTest.cpp
David Blaikie
2014-04-25
1
-11
/
+11
*
Add support for hashing attributes with DW_FORM_block. This required
Eric Christopher
2014-02-20
1
-0
/
+55
*
This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.
Eric Christopher
2014-02-20
1
-1
/
+1
*
Fix commit thinkos from splitting out patches.
Eric Christopher
2014-02-20
1
-3
/
+1
*
Add support for hashing DW_FORM_sdata and a small testcase.
Eric Christopher
2014-02-20
1
-0
/
+47
*
Format.
Eric Christopher
2014-02-20
1
-4
/
+8
*
Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing
Eric Christopher
2014-01-31
1
-0
/
+31
*
Fix name of nested type in comment to match code.
Eric Christopher
2014-01-31
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
DIEHash: Summary hashing of member functions
David Blaikie
2013-10-25
1
-0
/
+18
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-0
/
+19
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-16
/
+16
*
DIEHash: Do not use shallow type hashing for unnamed types
David Blaikie
2013-10-24
1
-0
/
+35
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
1
-0
/
+178
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
1
-0
/
+66
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
1
-6
/
+35
*
DIEHashTest: Correct the order of operands to the TEST macro
David Blaikie
2013-10-21
1
-7
/
+7
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
1
-1
/
+58
*
DIEHash: Support for simple (non-recursive, non-reused) type references
David Blaikie
2013-10-17
1
-7
/
+29
*
DIEHash: Include the type's context in the type hash.
David Blaikie
2013-10-17
1
-7
/
+56
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
1
-1
/
+17
*
Invert arguments to ASSERT_EQ to match gtest diagnostic printing
David Blaikie
2013-10-16
1
-1
/
+1
*
DIEHash: Include the trailing zero byte after the children of a DIE
David Blaikie
2013-10-16
1
-1
/
+1
*
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
David Blaikie
2013-10-15
1
-3
/
+3
*
Plug a memory leak in a unit test. Stack allocation is sufficient here.
Benjamin Kramer
2013-09-29
1
-5
/
+4
*
It's a very large constant. Say so.
Eric Christopher
2013-09-04
1
-1
/
+1
*
Add a hashing routine that handles hashing types. Add a test for
Eric Christopher
2013-09-03
1
-0
/
+29