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
/
unittests
/
DebugInfo
/
PDB
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
PDB HashTable: Move TraitsT from class parameter to the methods that need it
Nico Weber
2019-07-12
1
-54
/
+65
*
[PDB] Fix hash function used to write /src/headerblock
Nico Weber
2019-04-29
1
-5
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
Aleksandr Urakov
2018-10-23
1
-0
/
+4
*
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
Aleksandr Urakov
2018-10-22
1
-4
/
+0
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
1
-0
/
+4
*
Fix function signature to actually be an override.
Zachary Turner
2018-09-18
1
-1
/
+2
*
Introduce explicit add_unittest_with_input_files target for tests that use ll...
Nico Weber
2018-09-14
1
-1
/
+1
*
[PDB] Change uint32_t to SymIndex wherever it makes sense.
Zachary Turner
2018-09-10
1
-1
/
+1
*
Quick fix for -DBUILD_SHARED_LIBS=on build after rL341502
Fangrui Song
2018-09-06
1
-3
/
+5
*
Fix a warning.
Zachary Turner
2018-09-06
1
-1
/
+1
*
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
Zachary Turner
2018-09-05
3
-0
/
+129
*
Inline a few CMake variables into their only uses.
Nico Weber
2018-05-14
1
-5
/
+1
*
[DebugInfoPDB] Add missing test for findSymbolByRVA and findSymbolByAddr
Aaron Smith
2018-04-10
1
-0
/
+9
*
[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVA
Aaron Smith
2018-03-26
1
-0
/
+4
*
[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVA
Aaron Smith
2018-03-26
1
-2
/
+8
*
[DIA] Add IPDBSectionContrib interfaces and DIA implementation
Aaron Smith
2018-03-22
1
-0
/
+5
*
[PDB] Don't ignore bucket 0 when writing the PDB string table.
Zachary Turner
2018-03-21
1
-11
/
+37
*
HashTableTest: squelch some "comparison of integers of different signs" warnings
Pavel Labath
2018-03-16
1
-9
/
+9
*
Fix structure alignment issue.
Zachary Turner
2018-03-15
1
-4
/
+0
*
Refactor the PDB HashTable class.
Zachary Turner
2018-03-15
1
-45
/
+100
*
[DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffset
Aaron Smith
2018-03-15
1
-0
/
+5
*
Implement pure virtual method to fix build.
Zachary Turner
2018-03-13
1
-0
/
+5
*
[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
Aaron Smith
2018-03-07
1
-0
/
+5
*
[PDB] Check the result of setLoadAddress()
Aaron Smith
2018-02-23
1
-1
/
+1
*
[PDB] Add missing override to silence buildbots
Aaron Smith
2018-02-22
1
-1
/
+1
*
[PDB] Implement more find methods for PDB symbols
Aaron Smith
2018-02-22
1
-0
/
+34
*
Silence an unsigned vs signed compare warning.
Eric Christopher
2018-02-16
1
-7
/
+7
*
Fix emission of PDB string table.
Zachary Turner
2018-02-16
1
-0
/
+41
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+1
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
1
-0
/
+9
*
[MSF] Move MSF unit tests to their own unittest target.
Zachary Turner
2017-08-02
3
-862
/
+0
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-1
/
+0
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
2
-185
/
+1
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
1
-3
/
+1
*
Don't include TestingSupport in LLVM_LINK_COMPONENTS.
Zachary Turner
2017-06-14
1
-1
/
+2
*
[gtest] Create a shared include directory for gtest utilities.
Zachary Turner
2017-06-14
7
-195
/
+148
*
[PDB] Fix use after free.
Zachary Turner
2017-06-03
1
-35
/
+70
*
Fix a bug in MappedBlockStream.
Zachary Turner
2017-05-25
1
-26
/
+25
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-10
/
+10
*
Delete dead function causing compilation failure.
Zachary Turner
2017-05-03
1
-6
/
+0
*
[llvm-readobj] Update readobj to re-use parsing code.
Zachary Turner
2017-05-03
2
-6
/
+25
*
Resubmit r301986 and r301987 "Add codeview::StringTable"
Zachary Turner
2017-05-03
1
-2
/
+2
*
Revert r301986 (and subsequent r301987).
Daniel Jasper
2017-05-03
1
-2
/
+2
*
Make codeview::StringTable.
Zachary Turner
2017-05-02
1
-2
/
+2
*
Rename pdb::StringTable -> pdb::PDBStringTable.
Zachary Turner
2017-05-02
1
-4
/
+4
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
1
-1
/
+2
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
5
-721
/
+10
*
Re-enable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-03-01
1
-10
/
+18
[next]