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
/
tools
/
llvm-pdbutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-1
/
+1
*
[Tools] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
6
-13
/
+13
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
2
-8
/
+10
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
2
-10
/
+8
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
2
-8
/
+10
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-2
/
+3
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
1
-3
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-2
/
+3
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
1
-3
/
+2
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
1
-2
/
+3
*
llvm-pdbdump: Fix several smaller issues with injected source compression han...
Nico Weber
2019-07-17
2
-7
/
+10
*
Teach `llvm-pdbutil pretty -native` about `-injected-sources`
Nico Weber
2019-07-16
1
-7
/
+2
*
Slightly simplify MappedBlockStream::createIndexedStream() calls
Nico Weber
2019-07-12
4
-11
/
+4
*
Add explicit newline at end of `llvm-pdbutil dump`
Nico Weber
2019-07-12
1
-0
/
+2
*
[PDB] Copy inlinee lines records into the PDB
Reid Kleckner
2019-06-03
1
-0
/
+4
*
[COFF, ARM64] Add CodeView register mapping
Tom Tan
2019-05-31
3
-18
/
+40
*
[codeview] Revert inline line table change of r362264
Reid Kleckner
2019-05-31
1
-0
/
+4
*
[llvm-pdbutil] Dump inline call site line table annotations
Reid Kleckner
2019-05-29
1
-5
/
+77
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
2
-7
/
+10
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
2
-10
/
+7
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
2
-7
/
+10
*
[codeview] Finish support for reading and writing S_ANNOTATION records
Reid Kleckner
2019-05-15
1
-0
/
+9
*
Revert r359520
David Bolvansky
2019-04-30
1
-1
/
+1
*
[PDB] Fixed null pointer dereference
David Bolvansky
2019-04-29
1
-1
/
+1
*
[llvm-pdbutil] FunctionDumper::dump(PDBSymbolTypeFunctionArg) - fix null dere...
Simon Pilgrim
2019-04-29
1
-2
/
+2
*
Use llvm::stable_sort. NFC
Fangrui Song
2019-04-22
1
-8
/
+8
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
2
-2
/
+2
*
[pdb] Add -type-stats and sort stats by descending size
Reid Kleckner
2019-03-22
4
-9
/
+78
*
[llvm-pdbutil] Add -type-ref-stats to help find unused type info
Reid Kleckner
2019-03-21
9
-19
/
+317
*
Add Swift enumerator value for CodeView::SourceLanguage
Nathan Lanza
2019-03-11
1
-0
/
+1
*
Fix file header issues in fuzzers. NFC
Fangrui Song
2019-02-21
1
-1
/
+1
*
[NativePDB] Fix access to both old & new fpo data entries from dbi stream
Aleksandr Urakov
2019-01-30
1
-15
/
+4
*
pdbutil: Remove unused variables
David Blaikie
2019-01-24
1
-6
/
+0
*
[PDB] Increase TPI hash bucket count.
Zachary Turner
2019-01-24
1
-0
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
46
-184
/
+138
*
[llvm-pdbutil] Remove the analyze subcommand.
Zachary Turner
2018-12-04
4
-202
/
+0
*
Fix a few small issues in llvm-pdbutil
Leonard Mosescu
2018-11-02
3
-20
/
+25
*
Dump public symbol records in pdb2yaml mode
Zachary Turner
2018-10-26
6
-0
/
+61
*
[llvm-pdbutil] Pretty print PDBSymbolUsingNamespace symbols
Aaron Smith
2018-10-11
2
-0
/
+12
*
[PDB] Fix failure on big endian machines.
Zachary Turner
2018-10-09
1
-5
/
+0
*
[PDB] Add the ability to lookup global symbols by name.
Zachary Turner
2018-10-08
3
-3
/
+44
*
[PDB] Add support for dumping Typedef records.
Zachary Turner
2018-10-01
2
-1
/
+9
*
[PDB] Add support for parsing VFTable Shape records.
Zachary Turner
2018-10-01
5
-7
/
+33
*
[PDB] Add native support for dumping array types.
Zachary Turner
2018-09-30
4
-2
/
+24
*
Fix some tests on Windows.
Zachary Turner
2018-09-30
1
-3
/
+3
*
[PDB] Better native API support for pointers.
Zachary Turner
2018-09-29
4
-53
/
+110
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
3
-6
/
+4
*
[NativePDB] Add support for reading function signatures.
Zachary Turner
2018-09-21
4
-11
/
+51
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
1
-0
/
+4
[next]