Debug Info: code clean up.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.h
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
2013-09-03 Eric ChristopherSentences end with periods.
2013-09-03 Eric ChristopherAdd the rest of the stock attributes to the attribute...
2013-08-28 Eric ChristopherAdd support for DW_FORM_dataN and DW_FORM_udata to...
2013-08-14 David BlaikieDebugInfo: Prefer references over pointers, pass by...
2013-08-13 Evgeniy StepanovPass DIEHash::collectAttributes output argument by...
2013-08-13 Eric ChristopherAdd the start of DIE hashing for DWARF4 type units...
2013-08-12 Eric ChristopherRemove empty constructor.
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...