index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DIEHash.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+1
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-10
/
+8
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-85
/
+139
*
DIEHash: Move header include to be first in the implementation file to flush ...
David Blaikie
2013-11-13
1
-1
/
+2
*
DIEHash: Summary hashing of member functions
David Blaikie
2013-10-25
1
-1
/
+1
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-1
/
+24
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-36
/
+36
*
DIEHash: Do not use shallow type hashing for unnamed types
David Blaikie
2013-10-24
1
-4
/
+6
*
DIEHash: Refactor ref attribute hashing into smaller functions
David Blaikie
2013-10-24
1
-68
/
+84
*
DIEHashing: Provide an assert for unreachable functionality regarding friends.
David Blaikie
2013-10-22
1
-0
/
+3
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
1
-11
/
+14
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
1
-1
/
+3
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
1
-5
/
+37
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
1
-8
/
+19
*
DebugInfo: Hash DW_FORM_GNU_str_index as a string.
David Blaikie
2013-10-21
1
-1
/
+3
*
DIEHash: Add more things (and remove one character) from the COLLECT_ATTR macro
David Blaikie
2013-10-17
1
-149
/
+53
*
DIEHash: Support for simple (non-recursive, non-reused) type references
David Blaikie
2013-10-17
1
-6
/
+31
*
DIEHash: Include the type's context in the type hash.
David Blaikie
2013-10-17
1
-0
/
+3
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
1
-5
/
+25
*
Remove ambiguity introduced in r192836
David Blaikie
2013-10-16
1
-1
/
+1
*
DIEHash: Include the trailing zero byte after the children of a DIE
David Blaikie
2013-10-16
1
-0
/
+3
*
Simplify zero initialization of DIEAttrs variable.
David Blaikie
2013-10-16
1
-2
/
+1
*
Add a hashing routine that handles hashing types. Add a test for
Eric Christopher
2013-09-03
1
-0
/
+20
*
Add the rest of the stock attributes to the attribute table.
Eric Christopher
2013-09-03
1
-5
/
+191
*
Add a TODO here.
Eric Christopher
2013-08-28
1
-0
/
+1
*
Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
Eric Christopher
2013-08-28
1
-0
/
+11
*
DebugInfo: Prefer references over pointers, pass by const reference for a typ...
David Blaikie
2013-08-14
1
-5
/
+5
*
Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.
Evgeniy Stepanov
2013-08-13
1
-4
/
+4
*
Add the start of DIE hashing for DWARF4 type units and split dwarf
Eric Christopher
2013-08-13
1
-0
/
+104
*
Reflow comment.
Eric Christopher
2013-08-12
1
-2
/
+2
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
1
-0
/
+136