summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-07-181-1/+1
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-18/+18
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileMehdi Amini2017-05-291-1/+1
* Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...Mehdi Amini2017-05-291-1/+1
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileDavid Blaikie2017-05-291-1/+1
* Refactor DWARF hashing to use a .def file to avoid repetitionDavid Blaikie2017-05-231-51/+2
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-1/+1
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-3/+0
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-251-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* AsmPrinter: Stop exposing underlying DIEValue list, NFCDuncan P. N. Exon Smith2015-05-271-1/+1
* AsmPrinter: Remove DIEHash::AttrEntry, NFCDuncan P. N. Exon Smith2015-05-271-58/+50
* AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith2015-05-271-1/+2
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-2/+2
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-2/+2
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-081-0/+3
* Add include guards and make public a few routines that add valuesEric Christopher2014-03-071-1/+11
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-201-0/+8
* Formatting and 80-col.Eric Christopher2013-11-191-1/+2
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-131-0/+1
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+2
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-241-11/+11
* DIEHash: Refactor ref attribute hashing into smaller functionsDavid Blaikie2013-10-241-0/+13
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-211-2/+2
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-211-0/+2
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-171-0/+1
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-161-0/+3
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-031-0/+3
* Sentences end with periods.Eric Christopher2013-09-031-2/+2
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-031-1/+49
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-281-0/+1
* DebugInfo: Prefer references over pointers, pass by const reference for a typ...David Blaikie2013-08-141-2/+2
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-131-1/+1
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-131-3/+33
* Remove empty constructor.Eric Christopher2013-08-121-3/+0
* Move hash computation code into a separate class and file.Eric Christopher2013-08-081-0/+46
OpenPOWER on IntegriCloud