]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DIEHash.cpp
DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.cpp
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 David BlaikieUse std::unique_ptr for DIE children
2014-04-02 David BlaikieDebugInfo: Introduce DebugLocList to encapsulate a...
2014-03-24 David BlaikieDebugInfo: Simplify debug loc list handling by keeping...
2014-03-24 David BlaikieDwarfDebug: Simplify debug_loc merging
2014-03-18 Eric ChristopherShorten DotDebugLocEntry to just DebugLocEntry and...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-06 Eric ChristopherMove DIEEntry handling inside the main switch statement.
2014-03-06 Eric ChristopherAdd some helpful comments on DIEValue types that we...
2014-03-06 Eric ChristopherRewrite the attribute hashing algorithm to use the...
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2014-02-20 Eric ChristopherFormat.
2014-02-20 Eric ChristopherAdd support for hashing DW_FORM_sdata and a small testcase.
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-02 David BlaikieRemove unnecessary/commented-out header inclusion.
2013-12-02 David BlaikieDebugInfo: Rename DwarfCompileUnit.* to DwarfUnit....
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
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: Do not use shallow type hashing for unnamed...
2013-10-24 David BlaikieDIEHash: Refactor ref attribute hashing into smaller...
2013-10-22 David BlaikieDIEHashing: Provide an assert for unreachable functiona...
2013-10-22 David BlaikieDWARF type hashing: pointers to members
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
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-21 David BlaikieDebugInfo: Hash DW_FORM_GNU_str_index as a string.
2013-10-17 David BlaikieDIEHash: Add more things (and remove one character...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-17 David BlaikieDIEHash: Include the type's context in the type hash.
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieRemove ambiguity introduced in r192836
2013-10-16 David BlaikieDIEHash: Include the trailing zero byte after the child...
2013-10-16 David BlaikieSimplify zero initialization of DIEAttrs variable.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
2013-09-03 Eric ChristopherAdd the rest of the stock attributes to the attribute...
2013-08-28 Eric ChristopherAdd a TODO here.
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 ChristopherReflow comment.
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...