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
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF] Use deque in place of SmallVector to fix use-after-free issue
Fangrui Song
2018-07-23
1
-3
/
+6
*
Embed a template specialization in a namespace to work around a gcc bug.
Wolfgang Pieb
2018-07-23
1
-0
/
+2
*
[DWARF v5] Refactor range lists dumping by using a more generic way of handli...
Wolfgang Pieb
2018-07-23
4
-190
/
+132
*
[llvm] Change 2 instances of std::sort to llvm::sort
Mandeep Singh Grang
2018-07-16
1
-1
/
+1
*
[dwarfdump] Add pretty printer for accelerator table based on Atom.
Jonas Devlieghere
2018-07-13
1
-3
/
+9
*
[DebugInfo] Fix getPreviousSibling after r336823
Fangrui Song
2018-07-11
1
-1
/
+2
*
[DebugInfo] Make children iterator bidirectional
Jonas Devlieghere
2018-07-11
2
-0
/
+45
*
Use StringRef instead of `const char *`.
Rui Ueyama
2018-07-09
1
-1
/
+1
*
[DebugInfo] Change default value of FDEPointerEncoding
Maksim Panchenko
2018-07-09
1
-1
/
+1
*
[PDB] memicmp only exists on Windows, use StringRef::compare_lower instead
Benjamin Kramer
2018-07-06
1
-2
/
+2
*
[PDB] One more fix for hasing GSI records.
Zachary Turner
2018-07-06
1
-8
/
+27
*
[PDB] Sort globals symbols by name in GSI hash buckets.
Zachary Turner
2018-07-06
1
-5
/
+19
*
[CodeView] Correctly compute the name of S_PROCREF symbols.
Zachary Turner
2018-06-29
1
-0
/
+2
*
Pass DWARFUnit to verifier by reference not by value. I am moderately
Paul Robinson
2018-06-29
1
-1
/
+1
*
Move some code from PDBFileBuilder to MSFBuilder.
Zachary Turner
2018-06-27
2
-73
/
+91
*
Handle NetBSD specific path in findDebugBinary()
Kamil Rytarowski
2018-06-25
1
-0
/
+5
*
[DWARF] Improved error reporting for range lists.
Wolfgang Pieb
2018-06-20
6
-51
/
+108
*
[DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entries
Pavel Labath
2018-06-13
2
-11
/
+4
*
DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...
Pavel Labath
2018-06-01
2
-37
/
+34
*
DWARFAcceleratorTable: fix equal_range iterators
Pavel Labath
2018-05-31
1
-2
/
+3
*
[CodeView] Add prefix to CodeView registers.
Jonas Devlieghere
2018-05-29
1
-2
/
+2
*
[dwarfdump] Make -c and -p work together
Jonas Devlieghere
2018-05-26
1
-3
/
+7
*
[DebugInfo] Invert DIE order for range errors.
Jonas Devlieghere
2018-05-22
1
-3
/
+2
*
[DebugInfo] Fix location list check in the verifier
Jonas Devlieghere
2018-05-22
1
-4
/
+4
*
[DWARFv5] Put the DWO ID in its place.
Paul Robinson
2018-05-22
3
-14
/
+30
*
[DebugInfo] Use absolute addresses in location lists
Jonas Devlieghere
2018-05-21
3
-11
/
+24
*
[DWARF] Refactor callback usage for .debug_line error handling
James Henderson
2018-05-21
2
-24
/
+26
*
Fixing buildbot error introduced with r332759.
Wolfgang Pieb
2018-05-18
1
-1
/
+1
*
Addressing a couple of compiler warnings introduced with r332759.
Wolfgang Pieb
2018-05-18
1
-2
/
+2
*
Fixing build error introduced with r332759.
Wolfgang Pieb
2018-05-18
1
-1
/
+1
*
[DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...
Wolfgang Pieb
2018-05-18
5
-30
/
+214
*
Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-5
/
+5
*
Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-4
/
+5
*
[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
Zachary Turner
2018-05-17
1
-5
/
+4
*
[codeview] Include record prefix in global type hashing
Reid Kleckner
2018-05-17
1
-0
/
+1
*
Reapply "DWARFVerifier: Check "completeness" of .debug_names section"
Pavel Labath
2018-05-15
2
-2
/
+176
*
[DWARF] Factor out a DWARFUnitHeader class. NFC
Paul Robinson
2018-05-14
3
-56
/
+44
*
[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctly
Pavel Labath
2018-05-14
1
-0
/
+1
*
[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...
Wolfgang Pieb
2018-05-10
2
-3
/
+12
*
Fix signed/unsigned comparison warning and print format
James Henderson
2018-05-10
1
-1
/
+1
*
[DWARF] Rework debug line parsing to use llvm::Error and callbacks
James Henderson
2018-05-10
2
-122
/
+190
*
Revert "DWARFVerifier: Check "completeness" of .debug_names section"
Pavel Labath
2018-05-09
2
-177
/
+2
*
DWARFVerifier: Check "completeness" of .debug_names section
Pavel Labath
2018-05-09
2
-2
/
+177
*
[DebugInfo] Accept `S` in augmentation strings in CIE.
Fangrui Song
2018-05-08
1
-0
/
+3
*
llvm-symbolizer: Handle function definitions nested within other functions
David Blaikie
2018-05-01
1
-2
/
+6
*
[DebugInfo] Prevent infinite recursion for malformed DWARF
Jonas Devlieghere
2018-04-30
1
-10
/
+30
*
[LLD/PDB] Emit first section contribution for DBI Module Descriptor.
Zachary Turner
2018-04-20
1
-0
/
+5
*
[DebugInfo] Use WithColor for more debug line warnings
Andrew Ng
2018-04-20
1
-6
/
+8
*
[llvm-pdbutil] Dump first section contribution for each module.
Zachary Turner
2018-04-17
2
-1
/
+5
*
[PDB] Correctly use the target machine when writing DBI stream.
Zachary Turner
2018-04-16
1
-0
/
+5
[next]