index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DIEHash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix -Wdocumentation warning. NFCI.
Simon Pilgrim
2018-07-18
1
-1
/
+1
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-18
/
+18
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
Mehdi Amini
2017-05-29
1
-1
/
+1
*
Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...
Mehdi Amini
2017-05-29
1
-1
/
+1
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
David Blaikie
2017-05-29
1
-1
/
+1
*
Refactor DWARF hashing to use a .def file to avoid repetition
David Blaikie
2017-05-23
1
-51
/
+2
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-1
/
+1
*
[AsmPrinter] Prune dead code. NFC.
Benjamin Kramer
2015-10-15
1
-3
/
+0
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
AsmPrinter: Stop exposing underlying DIEValue list, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-1
/
+1
*
AsmPrinter: Remove DIEHash::AttrEntry, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-58
/
+50
*
AsmPrinter: Store abbreviation data directly in DIE and DIEValue
Duncan P. N. Exon Smith
2015-05-27
1
-1
/
+2
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-1
/
+1
*
Add support for hashing location information for CU level hashes.
Eric Christopher
2014-03-08
1
-0
/
+3
*
Add include guards and make public a few routines that add values
Eric Christopher
2014-03-07
1
-1
/
+11
*
Add support for hashing attributes with DW_FORM_block. This required
Eric Christopher
2014-02-20
1
-0
/
+8
*
Formatting and 80-col.
Eric Christopher
2013-11-19
1
-1
/
+2
*
DIEHash: Move header include to be first in the implementation file to flush ...
David Blaikie
2013-11-13
1
-0
/
+1
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-0
/
+2
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-11
/
+11
*
DIEHash: Refactor ref attribute hashing into smaller functions
David Blaikie
2013-10-24
1
-0
/
+13
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
1
-2
/
+2
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
1
-0
/
+2
*
DIEHash: Support for simple (non-recursive, non-reused) type references
David Blaikie
2013-10-17
1
-0
/
+1
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
1
-0
/
+3
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Add a hashing routine that handles hashing types. Add a test for
Eric Christopher
2013-09-03
1
-0
/
+3
*
Sentences end with periods.
Eric Christopher
2013-09-03
1
-2
/
+2
*
Add the rest of the stock attributes to the attribute table.
Eric Christopher
2013-09-03
1
-1
/
+49
*
Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
Eric Christopher
2013-08-28
1
-0
/
+1
*
DebugInfo: Prefer references over pointers, pass by const reference for a typ...
David Blaikie
2013-08-14
1
-2
/
+2
*
Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.
Evgeniy Stepanov
2013-08-13
1
-1
/
+1
*
Add the start of DIE hashing for DWARF4 type units and split dwarf
Eric Christopher
2013-08-13
1
-3
/
+33
*
Remove empty constructor.
Eric Christopher
2013-08-12
1
-3
/
+0
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
1
-0
/
+46