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
/
DumpOutputStyle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-3
/
+4
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-4
/
+3
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-3
/
+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
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-4
/
+4
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-4
/
+4
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-4
/
+4
*
Use llvm::stable_sort. NFC
Fangrui Song
2019-04-22
1
-8
/
+8
*
[pdb] Add -type-stats and sort stats by descending size
Reid Kleckner
2019-03-22
1
-8
/
+68
*
[llvm-pdbutil] Add -type-ref-stats to help find unused type info
Reid Kleckner
2019-03-21
1
-9
/
+58
*
[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
1
-4
/
+3
*
Fix a few small issues in llvm-pdbutil
Leonard Mosescu
2018-11-02
1
-14
/
+16
*
[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
1
-3
/
+38
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[PDB] Add the ability to map forward references to full decls.
Zachary Turner
2018-09-20
1
-5
/
+10
*
[PDB] Emit old fpo data to the PDB file.
Zachary Turner
2018-09-12
1
-9
/
+62
*
[PDB] Write FPO Data to the PDB.
Zachary Turner
2018-09-11
1
-0
/
+58
*
[llvm-pdbutil] Support PDBs without a DBI stream
Alexandre Ganea
2018-08-06
1
-47
/
+96
*
[llvm-pdbutil] Dump more info about globals.
Zachary Turner
2018-07-06
1
-16
/
+54
*
llvm-pdbutil: Fix an off-by-one error.
Peter Collingbourne
2018-04-17
1
-1
/
+1
*
[llvm-pdbutil] Dump first section contribution for each module.
Zachary Turner
2018-04-17
1
-72
/
+86
*
[llvm-pdbutil] Display types from MSVC precompiled header object files.
Zachary Turner
2018-04-05
1
-1
/
+8
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-1
/
+1
*
[PDB] Make our PDBs look more like MS PDBs.
Zachary Turner
2018-03-23
1
-24
/
+84
*
Revert "Resubmit "Support embedding natvis files in PDBs.""
Zachary Turner
2018-03-20
1
-29
/
+0
*
Resubmit "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-20
1
-0
/
+29
*
Revert "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-19
1
-29
/
+0
*
Support embedding natvis files in PDBs.
Zachary Turner
2018-03-19
1
-0
/
+29
*
[PDB] Correctly link S_FILESTATIC records.
Zachary Turner
2018-01-05
1
-10
/
+34
*
Recover some overzealously removed includes.
Michael Zolotukhin
2017-12-13
1
-0
/
+1
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-11
/
+0
*
Fix error in llvm-pdbutil.
Zachary Turner
2017-12-06
1
-6
/
+7
*
Teach llvm-pdbutil to dump types from object files.
Zachary Turner
2017-12-05
1
-22
/
+79
*
[PDB] Handle an empty globals hash table with no buckets
Reid Kleckner
2017-10-27
1
-2
/
+4
*
Fix broken test.
Zachary Turner
2017-09-01
1
-2
/
+6
*
[llvm-pdbutil] Support dumping CodeView from object files.
Zachary Turner
2017-09-01
1
-322
/
+318
*
Fix some size_t / uint32_t mismatched comparisons.
Zachary Turner
2017-08-31
1
-4
/
+4
*
[llvm-pdbutil] Print detailed S_UDT stats.
Zachary Turner
2017-08-31
1
-3
/
+158
*
[llvm-pdbutil] Add support for dumping detailed module stats.
Zachary Turner
2017-08-21
1
-22
/
+152
*
Output S_SECTION symbols to the Linker module.
Zachary Turner
2017-08-11
1
-68
/
+0
*
[PDB] Fix an issue writing the publics stream.
Zachary Turner
2017-08-09
1
-18
/
+37
*
[PDB] Fix linking of function symbols and local variables.
Zachary Turner
2017-08-08
1
-2
/
+8
*
[llvm-pdbutil] Don't crash when a section contrib's isect is invalid.
Zachary Turner
2017-08-07
1
-2
/
+6
[next]