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
*
Remove unused translation unit.
Zachary Turner
2016-08-23
2
-14
/
+0
*
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Eugene Zelenko
2016-08-18
1
-8
/
+13
*
Fix -Wpessimizing-move error, NFC
Vedant Kumar
2016-08-18
1
-1
/
+1
*
Resubmit "Write the TPI stream from a PDB to Yaml."
Zachary Turner
2016-08-18
6
-92
/
+144
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
6
-144
/
+92
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
6
-92
/
+144
*
CodeView: extract the OMF Directory Header
Saleem Abdulrasool
2016-08-09
1
-3
/
+3
*
CodeView: Remove an unused variable
Justin Bogner
2016-08-05
1
-1
/
+0
*
Fix non portable include path.
Zachary Turner
2016-08-05
1
-1
/
+1
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
11
-171
/
+264
*
[CodeView] Use llvm::Error instead of std::error_code.
Zachary Turner
2016-08-04
3
-103
/
+126
*
pdbdump: Fix crash bug.
Rui Ueyama
2016-08-03
1
-1
/
+4
*
[msf] Make FPM reader use MappedBlockStream.
Zachary Turner
2016-08-03
2
-17
/
+42
*
PDB: Mark extended file pages as free by default.
Rui Ueyama
2016-08-02
1
-1
/
+1
*
[msf] Teach LLVM to parse a split Fpm.
Zachary Turner
2016-08-01
1
-8
/
+35
*
pdbdump: Dump Free Page Map contents.
Rui Ueyama
2016-07-29
1
-0
/
+11
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
30
-133
/
+133
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
30
-133
/
+133
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
30
-133
/
+133
*
[pdb] Fix an ambiguity when writing size_t on x64 platforms.
Zachary Turner
2016-07-28
1
-1
/
+2
*
[pdb] Fix some warnings that break -Werror builds.
Zachary Turner
2016-07-28
1
-2
/
+2
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
21
-524
/
+456
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
11
-69
/
+38
*
[modules] Add missing includes.
Vassil Vassilev
2016-07-28
1
-0
/
+2
*
Make PDBFile store an msf::Layout.
Zachary Turner
2016-07-22
3
-55
/
+55
*
[pdb] Have builders share a single BumpPtrAllocator.
Zachary Turner
2016-07-22
3
-11
/
+17
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
35
-177
/
+291
*
[pdb] Move file layout header structs to RawTypes.h
Zachary Turner
2016-07-22
3
-80
/
+26
*
[pdb] Round-trip module & file info to/from YAML.
Zachary Turner
2016-07-22
6
-65
/
+228
*
Avoid dsymutil calls to getFileNameByIndex.
Pete Cooper
2016-07-22
1
-6
/
+11
*
[pdb] Teach MsfBuilder and other classes about the Free Page Map.
Zachary Turner
2016-07-15
3
-8
/
+16
*
[pdb] Round trip the NameMap data structure to YAML.
Zachary Turner
2016-07-15
3
-7
/
+75
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
9
-135
/
+166
*
DebugInfo: reorder some initializers
Saleem Abdulrasool
2016-07-15
1
-2
/
+2
*
[pdb] Introduce MsfBuilder for laying out PDB files.
Zachary Turner
2016-07-15
3
-0
/
+290
*
Dump enum unique names.
Rui Ueyama
2016-07-12
1
-0
/
+3
*
Re-enable TPI hash verification for enum records.
Rui Ueyama
2016-07-12
2
-4
/
+6
*
Refactor the PDB writing to use a builder approach
Zachary Turner
2016-07-11
7
-121
/
+276
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-2
/
+2
*
[pdb] Sanity check the stream map
David Majnemer
2016-07-10
1
-1
/
+7
*
[llvm-pdbdump] Propagate errors a little more consistently
David Majnemer
2016-07-10
2
-9
/
+18
*
[CodeView] Emit an appropriate symbol kind for globals
David Majnemer
2016-07-06
1
-0
/
+2
*
[pdb] Round trip the PDB stream between YAML and binary PDB.
Zachary Turner
2016-07-06
8
-11
/
+164
*
Disable hash verification of enums.
Zachary Turner
2016-07-06
2
-1
/
+3
*
Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
Reid Kleckner
2016-07-06
3
-0
/
+4
*
[pdb] Check the display name for <unnamed-tag>, not the linkage name
Reid Kleckner
2016-07-01
1
-1
/
+1
*
[pdb] Avoid reporting an error when the module symbol stream is empty
Reid Kleckner
2016-07-01
1
-0
/
+3
*
[PDB] Indicate which type record failed hash validation
Reid Kleckner
2016-07-01
1
-2
/
+8
*
[pdb] Re-add code to write PDB files.
Zachary Turner
2016-06-30
3
-47
/
+92
*
[CodeView] Healthy paranoia around strings
David Majnemer
2016-06-24
2
-8
/
+5
[next]