summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIEHash.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* Add include guards and make public a few routines that add valuesEric Christopher2014-03-07
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-20
* Formatting and 80-col.Eric Christopher2013-11-19
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-13
* 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: Refactor ref attribute hashing into smaller functionsDavid Blaikie2013-10-24
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David 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: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-03
* Sentences end with periods.Eric Christopher2013-09-03
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-03
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-28
* DebugInfo: Prefer references over pointers, pass by const reference for a typ...David Blaikie2013-08-14
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-13
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-13
* Remove empty constructor.Eric Christopher2013-08-12
* Move hash computation code into a separate class and file.Eric Christopher2013-08-08