Canonicalize header guards into a common format.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Eric ChristopherAdd include guards and make public a few routines that...
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2013-11-19 Eric ChristopherFormatting and 80-col.
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Refactor ref attribute hashing into smaller...
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...