summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+2
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-2/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-8/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileMehdi Amini2017-05-291-1/+3
* Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...Mehdi Amini2017-05-291-3/+1
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileDavid Blaikie2017-05-291-1/+3
* Refactor DWARF hashing to use a .def file to avoid repetitionDavid Blaikie2017-05-231-107/+9
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-6/+6
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-0/+6
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-1/+1
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-1/+0
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-32/+0
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-4/+4
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-251-1/+1
* AsmPrinter: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith2015-05-281-1/+1
* AsmPrinter: Stop exposing underlying DIEValue list, NFCDuncan P. N. Exon Smith2015-05-271-17/+13
* AsmPrinter: Remove DIEHash::AttrEntry, NFCDuncan P. N. Exon Smith2015-05-271-4/+3
* AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith2015-05-271-9/+5
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-27/+24
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-24/+27
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-27/+24
* AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith2015-04-171-2/+2
* Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama2015-03-021-3/+3
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-251-1/+1
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-141-7/+5
* DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...David Blaikie2014-04-021-2/+3
* DebugInfo: Simplify debug loc list handling by keeping separate listsDavid Blaikie2014-03-241-15/+3
* DwarfDebug: Simplify debug_loc mergingDavid Blaikie2014-03-241-2/+0
* Shorten DotDebugLocEntry to just DebugLocEntry and reformat.Eric Christopher2014-03-181-3/+3
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-081-3/+31
* Move DIEEntry handling inside the main switch statement.Eric Christopher2014-03-061-10/+6
* Add some helpful comments on DIEValue types that we expect to hash.Eric Christopher2014-03-061-1/+4
* Rewrite the attribute hashing algorithm to use the type of the valueEric Christopher2014-03-061-32/+36
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-201-0/+26
* Format.Eric Christopher2014-02-201-50/+50
* Add support for hashing DW_FORM_sdata and a small testcase.Eric Christopher2014-02-201-0/+1
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-311-10/+19
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* Remove unnecessary/commented-out header inclusion.David Blaikie2013-12-021-1/+0
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-021-1/+1
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-191-1/+3
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-131-1/+2
OpenPOWER on IntegriCloud