aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIEHash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-241-85/+139
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-131-1/+2
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-251-1/+1
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-1/+24
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-241-36/+36
* DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie2013-10-241-4/+6
* DIEHash: Refactor ref attribute hashing into smaller functionsDavid Blaikie2013-10-241-68/+84
* DIEHashing: Provide an assert for unreachable functionality regarding friends.David Blaikie2013-10-221-0/+3
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-221-11/+14
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-211-1/+3
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-211-5/+37
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-211-8/+19
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-211-1/+3
* DIEHash: Add more things (and remove one character) from the COLLECT_ATTR macroDavid Blaikie2013-10-171-149/+53
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-171-6/+31
* DIEHash: Include the type's context in the type hash.David Blaikie2013-10-171-0/+3
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-161-5/+25
* Remove ambiguity introduced in r192836David Blaikie2013-10-161-1/+1
* DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie2013-10-161-0/+3
* Simplify zero initialization of DIEAttrs variable.David Blaikie2013-10-161-2/+1
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-031-0/+20
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-031-5/+191
* Add a TODO here.Eric Christopher2013-08-281-0/+1
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-281-0/+11
* DebugInfo: Prefer references over pointers, pass by const reference for a typ...David Blaikie2013-08-141-5/+5
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-131-4/+4
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-131-0/+104
* Reflow comment.Eric Christopher2013-08-121-2/+2
* Move hash computation code into a separate class and file.Eric Christopher2013-08-081-0/+136