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
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
15
-152
/
+75
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
9
-9
/
+213
*
Add an additional set of braces to deal with subobject initialization.
Eric Christopher
2017-02-10
1
-1
/
+1
*
Fix build break from r294633.
Adrian McCarthy
2017-02-09
1
-3
/
+3
*
Introduce NativeRawSymbol for PDB reading.
Adrian McCarthy
2017-02-09
2
-0
/
+701
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...
Eugene Zelenko
2017-02-09
2
-17
/
+38
*
Get function start line number from DWARF info
David Blaikie
2017-02-06
3
-12
/
+35
*
Properly parse the TypeServer2 record.
Zachary Turner
2017-02-03
6
-25
/
+57
*
Re-submit r293820: Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-02
1
-17
/
+21
*
Revert r293820: Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-01
1
-21
/
+17
*
Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-01
1
-17
/
+21
*
[pdb] Add a new command for analyzing hash collisions.
Zachary Turner
2017-02-01
1
-0
/
+4
*
Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...
David Blaikie
2017-01-31
1
-2
/
+10
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...
Adrian McCarthy
2017-01-27
1
-2
/
+2
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
26
-176
/
+188
*
[pdb] Correctly parse the hash adjusters table from TPI stream.
Zachary Turner
2017-01-25
1
-9
/
+6
*
[pdb] Write the Named Stream mapping to Yaml and binary.
Zachary Turner
2017-01-20
4
-12
/
+47
*
[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
Zachary Turner
2017-01-20
6
-71
/
+69
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
8
-44
/
+44
*
[DWARF] [ObjectYAML] Adding APIs for unittesting
Chris Bieneman
2017-01-20
1
-34
/
+46
*
Fix a few more build errors.
Zachary Turner
2017-01-19
1
-0
/
+2
*
Fix incorrectly formed assert statement.
Zachary Turner
2017-01-19
1
-1
/
+1
*
[pdb] Add HashTable data structure.
Zachary Turner
2017-01-19
4
-170
/
+331
*
PDB: Add a class to create the /names stream contents.
Rui Ueyama
2017-01-15
3
-8
/
+105
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
2
-12
/
+33
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
4
-89
/
+46
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
Add the ability to iterate across all attributes in a DIE.
Greg Clayton
2017-01-13
2
-1
/
+53
*
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
Zachary Turner
2017-01-11
4
-539
/
+571
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
2
-45
/
+10
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
1
-66
/
+12
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
3
-10
/
+7
*
[CodeView] Add TypeDatabase class.
Zachary Turner
2017-01-11
4
-226
/
+441
*
DebugInfo: support for DW_FORM_implicit_const
Victor Leschuk
2017-01-10
3
-9
/
+32
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
1
-4
/
+1
*
[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfig
Michal Gorny
2017-01-02
2
-4
/
+4
*
[ObjectYAML] Support for DWARF debug_info section
Chris Bieneman
2016-12-22
1
-0
/
+12
*
Add the ability for DWARFDie objects to get the parent DWARFDie.
Greg Clayton
2016-12-21
3
-36
/
+56
*
Revert "[ObjectYAML] Support for DWARF debug_info section"
Chris Bieneman
2016-12-20
1
-12
/
+0
*
[ObjectYAML] Support for DWARF debug_info section
Chris Bieneman
2016-12-20
1
-0
/
+12
*
Revert "[ObjectYAML] Support for DWARF debug_info section"
Chris Bieneman
2016-12-20
1
-12
/
+0
*
[ObjectYAML] Support for DWARF debug_info section
Chris Bieneman
2016-12-20
1
-0
/
+12
*
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
Greg Clayton
2016-12-19
1
-13
/
+22
*
[PDB] Don't use the long type
David Majnemer
2016-12-18
1
-1
/
+1
*
[PDB] Don't reimplement CRC32
David Majnemer
2016-12-18
1
-50
/
+5
*
[PDB] Validate superblock addresses
David Majnemer
2016-12-18
1
-0
/
+9
*
[DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.
George Rimar
2016-12-17
3
-41
/
+77
*
Delete unused file.
Zachary Turner
2016-12-17
2
-2
/
+0
*
Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
5
-145
/
+629
[next]