summaryrefslogtreecommitdiff
path: root/unittests/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-3/+2
2013-10-25DIEHash: Summary hashing of member functionsDavid Blaikie1-0/+18
2013-10-25DIEHash: Summary hashing of nested typesDavid Blaikie1-0/+19
2013-10-24DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie1-16/+16
2013-10-24DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie1-0/+35
2013-10-22DWARF type hashing: pointers to membersDavid Blaikie1-0/+178
2013-10-21DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie1-0/+66
2013-10-21DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie1-6/+35
2013-10-21DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie1-7/+7
2013-10-21DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie1-1/+58
2013-10-17DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie1-7/+29
2013-10-17DIEHash: Include the type's context in the type hash.David Blaikie1-7/+56
2013-10-16DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie1-1/+17
2013-10-16Invert arguments to ASSERT_EQ to match gtest diagnostic printingDavid Blaikie1-1/+1
2013-10-16DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie1-1/+1
2013-10-15Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.David Blaikie1-3/+3
2013-09-29Plug a memory leak in a unit test. Stack allocation is sufficient here.Benjamin Kramer1-5/+4
2013-09-04It's a very large constant. Say so.Eric Christopher1-1/+1
2013-09-03Fix copy and pasto with CMake files for unittest.Eric Christopher1-3/+3
2013-09-03Add a hashing routine that handles hashing types. Add a test forEric Christopher3-0/+58