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
*
Fix crash in PDB when loading corrupt file.
Zachary Turner
2016-04-29
1
-0
/
+7
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
11
-62
/
+70
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
7
-74
/
+151
*
[llvm-pdbdump] Try to appease the ASan bot
David Majnemer
2016-04-29
1
-0
/
+5
*
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2016-04-28
1
-1
/
+1
*
[llvm-pdbdump] Correctly read data larger than a block
David Majnemer
2016-04-28
1
-25
/
+15
*
Read discriminators correctly from object file.
Dehao Chen
2016-04-28
1
-44
/
+33
*
Fix warning in PDB code. NFC
Amaury Sechet
2016-04-28
1
-1
/
+1
*
Add parentheses to silence -Wparentheses warnings.
Zachary Turner
2016-04-28
1
-6
/
+6
*
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
2016-04-28
1
-11
/
+124
*
Parse module information from DBI stream.
Zachary Turner
2016-04-27
3
-2
/
+161
*
[PDB] Fix function names for private symbols in PDBs
Reid Kleckner
2016-04-27
1
-14
/
+12
*
Remove more unused variables.
Zachary Turner
2016-04-26
1
-3
/
+0
*
[llvm-pdbdump] Fix version reading on big endian systems.
Zachary Turner
2016-04-26
1
-1
/
+2
*
Fix warnings and -Werror build on clang.
Zachary Turner
2016-04-26
1
-1
/
+1
*
Parse and dump PDB DBI Stream Header Information
Zachary Turner
2016-04-26
5
-1
/
+191
*
Fix build broken due to order of initialization problem.
Zachary Turner
2016-04-26
1
-2
/
+1
*
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
2016-04-26
3
-0
/
+164
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
5
-3
/
+468
*
llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...
David Blaikie
2016-04-22
1
-5
/
+8
*
llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...
David Blaikie
2016-04-22
1
-12
/
+7
*
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2016-04-22
5
-468
/
+3
*
Fix PDB warnings and test
Reid Kleckner
2016-04-21
2
-22
/
+9
*
Remove dead code. NFC
Amaury Sechet
2016-04-21
1
-4
/
+0
*
Fix -Wreturn-type warning with HAVE_DIA_SDK is false.
Zachary Turner
2016-04-21
1
-0
/
+2
*
Fix for case sensitive filename failure.
Zachary Turner
2016-04-21
1
-1
/
+1
*
Remove various warnings. NFC
Amaury Sechet
2016-04-21
2
-5
/
+4
*
Refactor raw pdb dumper into library
Zachary Turner
2016-04-21
5
-3
/
+484
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-3
/
+3
*
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
2016-04-19
2
-14
/
+19
*
Unbreak building llvm-pdbdump on Windows after r266595.
Nico Weber
2016-04-18
3
-1
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
3
-4
/
+1
*
Update and fix LLVM_ENABLE_MODULES:
Richard Smith
2016-04-16
1
-1
/
+0
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
2
-3
/
+7
*
Make DIASession work if msdia*.dll isn't registered.
Nico Weber
2016-04-01
1
-9
/
+34
*
Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...
Eugene Zelenko
2016-03-28
1
-10
/
+19
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+4
*
[DebugInfo] Dump CIE augmentation data as a list of hex bytes
Simon Atanasyan
2016-03-01
1
-2
/
+7
*
[DebugInfoPDB] Add source / line number accessors for PDB.
Zachary Turner
2016-02-18
3
-3
/
+93
*
[DebugInfoPDB] A few cleanups on PDB Variant class.
Zachary Turner
2016-02-17
1
-2
/
+4
*
[DebugInfoPDB] Raise getSymIndexId() up to PDBSymbol
Zachary Turner
2016-02-17
1
-0
/
+1
*
[DebugInfoPDB] Teach Variant to support string types.
Zachary Turner
2016-02-17
2
-22
/
+36
*
[DebugInfo] Eliminate compilation warning about used variable LSDA
Dmitry Polukhin
2016-02-05
1
-2
/
+1
*
[DebugInfo] Support zero-length CIE in the _eh_frame parser
Igor Laevsky
2016-01-27
1
-30
/
+27
*
Remove autoconf support
Chris Bieneman
2016-01-26
5
-72
/
+0
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
3
-19
/
+186
*
[DebugInfo] Fix DWARFDebugFrame instruction operand ordering
Igor Laevsky
2016-01-26
1
-6
/
+14
*
Fix instance of -Wcovered-switch-default
Reid Kleckner
2016-01-13
1
-2
/
+0
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-26
/
+24
*
fixing type.
Mike Aizatsky
2016-01-09
1
-1
/
+2
[next]