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
/
PDB
/
DIA
/
DIASession.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-18
/
+18
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-9
/
+1
*
Revert "Remove support for unsupported MSVC versions"
JF Bastien
2019-08-02
1
-1
/
+7
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-7
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PDB] Fix -Wunused-private-field in DIA
Reid Kleckner
2018-10-23
1
-1
/
+1
*
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
Aleksandr Urakov
2018-10-23
1
-0
/
+11
*
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
Aleksandr Urakov
2018-10-22
1
-11
/
+0
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
1
-0
/
+11
*
Remove unused DIASession field
Reid Kleckner
2018-09-14
1
-1
/
+1
*
[PDB] Change uint32_t to SymIndex wherever it makes sense.
Zachary Turner
2018-09-10
1
-1
/
+2
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
1
-5
/
+4
*
[DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddr
Aaron Smith
2018-04-10
1
-9
/
+30
*
[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVA
Aaron Smith
2018-03-26
1
-0
/
+9
*
[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVA
Aaron Smith
2018-03-26
1
-0
/
+22
*
[DIA] Add IPDBSectionContrib interfaces and DIA implementation
Aaron Smith
2018-03-22
1
-0
/
+11
*
[PDB] Get more DIA table enumerators
Aaron Smith
2018-03-22
1
-6
/
+8
*
[DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffset
Aaron Smith
2018-03-15
1
-1
/
+16
*
[PDB] Support dumping injected sources via the DIA reader.
Zachary Turner
2018-03-13
1
-0
/
+29
*
[PDB] Check the result of setLoadAddress()
Aaron Smith
2018-02-23
1
-2
/
+2
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
1
-0
/
+9
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
1
-1
/
+1
*
[llvm-pdbdump] Re-write the record layout code to be more resilient.
Zachary Turner
2017-04-24
1
-3
/
+14
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
1
-1
/
+1
*
Implement some methods for NativeRawSymbol
Adrian McCarthy
2017-02-24
1
-1
/
+1
*
[pdb] Improve error messages when DIA is not found.
Zachary Turner
2016-10-19
1
-13
/
+20
*
Update _MSC_VER equality checks for msdiaNNN.dll
Reid Kleckner
2016-10-12
1
-10
/
+6
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-69
/
+56
*
Move pdb code into pdb namespace.
Zachary Turner
2016-05-04
1
-0
/
+1
*
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
2016-04-19
1
-12
/
+17
*
Make DIASession work if msdia*.dll isn't registered.
Nico Weber
2016-04-01
1
-9
/
+34
*
[DebugInfoPDB] Add source / line number accessors for PDB.
Zachary Turner
2016-02-18
1
-0
/
+66
*
[llvm-pdbdump] Support dynamic load address and external symbols.
Zachary Turner
2015-05-01
1
-3
/
+11
*
[PDB] Support executables and source/line info.
Zachary Turner
2015-04-17
1
-0
/
+63
*
[llvm-pdbdump] Better error handling.
Zachary Turner
2015-02-28
1
-14
/
+31
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-3
/
+2
*
Convert std::make_unique<> to llvm::make_unique<>.
Zachary Turner
2015-02-10
1
-7
/
+7
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
1
-1
/
+25
*
Provide DIA implementation of DebugInfoPDB.
Zachary Turner
2015-02-10
1
-0
/
+94