summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
Commit message (Expand)AuthorAgeFilesLines
* Formatting and 80-col.Eric Christopher2013-11-191-1/+2
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-131-0/+1
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+2
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-241-11/+11
* DIEHash: Refactor ref attribute hashing into smaller functionsDavid Blaikie2013-10-241-0/+13
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-211-2/+2
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-211-0/+2
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-171-0/+1
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-161-0/+3
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-031-0/+3
* Sentences end with periods.Eric Christopher2013-09-031-2/+2
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-031-1/+49
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-281-0/+1
* DebugInfo: Prefer references over pointers, pass by const reference for a typ...David Blaikie2013-08-141-2/+2
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-131-1/+1
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-131-3/+33
* Remove empty constructor.Eric Christopher2013-08-121-3/+0
* Move hash computation code into a separate class and file.Eric Christopher2013-08-081-0/+46
OpenPOWER on IntegriCloud