aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-99/+101
* Update to LLVM 3.5a.Stephen Hines2014-04-242-9/+143
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-251-0/+18
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+19
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-241-16/+16
* DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie2013-10-241-0/+35
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-221-0/+178
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-211-0/+66
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-211-6/+35
* DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie2013-10-211-7/+7
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-211-1/+58
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-171-7/+29
* DIEHash: Include the type's context in the type hash.David Blaikie2013-10-171-7/+56
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-161-1/+17
* Invert arguments to ASSERT_EQ to match gtest diagnostic printingDavid Blaikie2013-10-161-1/+1
* DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie2013-10-161-1/+1
* Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.David Blaikie2013-10-151-3/+3
* Plug a memory leak in a unit test. Stack allocation is sufficient here.Benjamin Kramer2013-09-291-5/+4
* It's a very large constant. Say so.Eric Christopher2013-09-041-1/+1
* Fix copy and pasto with CMake files for unittest.Eric Christopher2013-09-031-3/+3
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-033-0/+58