Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove ambiguity introduced in r192836 | David Blaikie | 2013-10-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 192840 | |||||
* | DIEHash: Include the trailing zero byte after the children of a DIE | David Blaikie | 2013-10-16 | 1 | -0/+3 | |
| | | | | llvm-svn: 192836 | |||||
* | Simplify zero initialization of DIEAttrs variable. | David Blaikie | 2013-10-16 | 1 | -2/+1 | |
| | | | | llvm-svn: 192755 | |||||
* | Add a hashing routine that handles hashing types. Add a test for | Eric Christopher | 2013-09-03 | 1 | -0/+20 | |
| | | | | | | hashing the contents of DW_FORM_data1 on top of a type with attributes. llvm-svn: 189862 | |||||
* | Add the rest of the stock attributes to the attribute table. | Eric Christopher | 2013-09-03 | 1 | -5/+191 | |
| | | | | | | | | This won't affect the kinds of hashes we test for as we actually do hashing based on form and attribute. Change the fission-hash testcase one last time to handle DW_AT_comp_dir. llvm-svn: 189840 | |||||
* | Add a TODO here. | Eric Christopher | 2013-08-28 | 1 | -0/+1 | |
| | | | | llvm-svn: 189428 | |||||
* | Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing | Eric Christopher | 2013-08-28 | 1 | -0/+11 | |
| | | | | | | | algorithm. Update the split dwarf hashing testcase accordingly - this should be the last time that the hash of an empty file changes. llvm-svn: 189427 | |||||
* | DebugInfo: Prefer references over pointers, pass by const reference for a ↵ | David Blaikie | 2013-08-14 | 1 | -5/+5 | |
| | | | | | | type that will grow in the future llvm-svn: 188422 | |||||
* | Pass DIEHash::collectAttributes output argument by-pointer instead of by-value. | Evgeniy Stepanov | 2013-08-13 | 1 | -4/+4 | |
| | | | | | | Before this, collectAttributes() was operating on a local object. llvm-svn: 188254 | |||||
* | Add the start of DIE hashing for DWARF4 type units and split dwarf | Eric Christopher | 2013-08-13 | 1 | -0/+104 | |
| | | | | | | | | | | CUs. Currently only hashes the name of CUs and the names of any children, but it's an obvious first step to show the framework. The testcase should continue to be correct, however, as it's an empty TU. llvm-svn: 188243 | |||||
* | Reflow comment. | Eric Christopher | 2013-08-12 | 1 | -2/+2 | |
| | | | | llvm-svn: 188233 | |||||
* | Move hash computation code into a separate class and file. | Eric Christopher | 2013-08-08 | 1 | -0/+136 | |
No functional change intended. llvm-svn: 188028 |