summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud