summaryrefslogtreecommitdiff
path: root/llvm/unittests/CodeGen/DIEHashTest.cpp
AgeCommit message (Expand)Author
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2022-07-08[DWARF] Add linkagename to hashAlexander Yermolovich
2022-06-05[Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef - remove isIndexed().Alexey Lapshin
2021-05-21[unittests][CodeGen] Mark tests that cannot be executed with GTEST_SKIP()Igor Kudrin
2020-09-17[DebugInfo] Simplify DIEInteger::SizeOf().Igor Kudrin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07[DebugInfo] Reduce debug_str_offsets section sizePavel Labath
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2016-07-13Fix header comment in unittests/CodeGen/DIEHashTest.cpp.Justin Lebar
2015-06-25AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith
2015-06-25AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith
2015-05-27Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith
2015-05-27Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith
2015-05-27AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith
2015-05-24AsmPrinter: Make DIEString smallDuncan P. N. Exon Smith
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-05Make DIE.h a public CodeGen header.Frederic Riss
2014-04-25DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie
2014-04-25DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie
2014-04-25PR19554: Fix some memory leaks in DIEHashTest.cppDavid Blaikie
2014-02-20Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher
2014-02-20This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.Eric Christopher
2014-02-20Fix commit thinkos from splitting out patches.Eric Christopher
2014-02-20Add support for hashing DW_FORM_sdata and a small testcase.Eric Christopher
2014-02-20Format.Eric Christopher
2014-01-31Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher
2014-01-31Fix name of nested type in comment to match code.Eric Christopher
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-10-25DIEHash: Summary hashing of member functionsDavid Blaikie
2013-10-25DIEHash: Summary hashing of nested typesDavid Blaikie
2013-10-24DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie
2013-10-24DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie
2013-10-22DWARF type hashing: pointers to membersDavid Blaikie
2013-10-21DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie
2013-10-21DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie
2013-10-21DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie
2013-10-21DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie
2013-10-17DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie
2013-10-17DIEHash: Include the type's context in the type hash.David Blaikie
2013-10-16DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie
2013-10-16Invert arguments to ASSERT_EQ to match gtest diagnostic printingDavid Blaikie
2013-10-16DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie
2013-10-15Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.David Blaikie
2013-09-29Plug a memory leak in a unit test. Stack allocation is sufficient here.Benjamin Kramer
2013-09-04It's a very large constant. Say so.Eric Christopher
2013-09-03Add a hashing routine that handles hashing types. Add a test forEric Christopher