summaryrefslogtreecommitdiff
path: root/unittests/CodeGen/DIEHashTest.cpp
Commit message (Expand)AuthorAge
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* Invert arguments to ASSERT_EQ to match gtest diagnostic printingDavid Blaikie2013-10-16
* DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie2013-10-16
* Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.David Blaikie2013-10-15
* Plug a memory leak in a unit test. Stack allocation is sufficient here.Benjamin Kramer2013-09-29
* It's a very large constant. Say so.Eric Christopher2013-09-04
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-03