summaryrefslogtreecommitdiff
path: root/unittests/CodeGen
Commit message (Expand)AuthorAge
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-31
* Fix name of nested type in comment to match code.Eric Christopher2014-01-31
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-25
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-25
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-24
* DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie2013-10-24
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-22
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-21
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-21
* DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie2013-10-21
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-21
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-17
* DIEHash: Include the type's context in the type hash.David Blaikie2013-10-17
* 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
* Fix copy and pasto with CMake files for unittest.Eric Christopher2013-09-03
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-03