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
/
lldb
/
source
/
Plugins
/
ObjectFile
/
PECOFF
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] [PECOFF] Only use PECallFrameInfo on the one supported architecture
Martin Storsjö
2020-05-18
1
-0
/
+3
*
[LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...
Martin Storsjö
2019-12-10
1
-0
/
+1
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-2
/
+3
*
[LLDB] [PECOFF] Look for the truncated ".eh_fram" section name
Martin Storsjö
2019-11-28
1
-1
/
+2
*
[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...
Martin Storsjö
2019-11-28
2
-98
/
+75
*
[LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...
Martin Storsjö
2019-10-31
1
-6
/
+9
*
[LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of range
Martin Storsjö
2019-10-31
1
-1
/
+4
*
COFF: Set section permissions
Pavel Labath
2019-10-30
1
-0
/
+10
*
[LLDB] [PECOFF] Use FindSectionByID to associate symbols to sections
Martin Storsjö
2019-10-29
1
-1
/
+1
*
lldb/COFF: Create a separate "section" for the file header
Pavel Labath
2019-10-25
1
-11
/
+14
*
[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triples
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[lldb] Insert break to avoid unannotated fall-through
Kadir Cetinkaya
2019-10-11
1
-0
/
+1
*
[Windows] Use information from the PE32 exceptions directory to construct unw...
Aleksandr Urakov
2019-10-11
5
-8
/
+635
*
[LLDB] Add tests for PECOFF arm architecture identification
Martin Storsjo
2019-09-24
1
-1
/
+1
*
[LLDB] [PECOFF] Recognize arm64 executables
Martin Storsjo
2019-09-23
1
-0
/
+5
*
[LLDB] Add a missing specification of linking against dbghelp
Martin Storsjo
2019-09-23
1
-0
/
+8
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
2
-0
/
+9
*
PECOFF: Fix a "memset clearing an object of non-trivial type" warning
Pavel Labath
2019-07-30
2
-34
/
+32
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-25
/
+24
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-4
/
+4
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()
Aaron Smith
2019-04-30
2
-31
/
+99
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-30
/
+0
*
PECOFF: Implement GetBaseAddress
Pavel Labath
2019-02-18
2
-1
/
+6
*
ObjectFilePECOFF: Create a "container" section spanning the entire module image
Pavel Labath
2019-02-13
1
-16
/
+18
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-23
/
+23
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
2
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
PECOFF: Fix section name computation
Pavel Labath
2019-01-10
2
-19
/
+14
*
PECOFF: Remove tabs introduced accidentally in r350094
Pavel Labath
2019-01-03
1
-61
/
+61
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
2
-8
/
+8
*
Reduce indentation in ObjectFilePECOFF::CreateSections via an early return
Pavel Labath
2018-12-27
1
-133
/
+133
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-1
/
+1
*
[pecoff] Use PATH_MAX instead of MAX_PATH
Stella Stamenova
2018-12-06
1
-1
/
+1
*
[pecoff] Implement ObjectFilePECOFF::GetDependedModules()
Aaron Smith
2018-12-06
2
-7
/
+141
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-3
/
+3
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
1
-3
/
+3
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
1
-3
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Resubmit "Fix bug in PE/COFF plugin."
Zachary Turner
2018-11-09
1
-1
/
+5
*
Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."
Davide Italiano
2018-11-08
1
-5
/
+1
*
Fix bug in PE/COFF plugin and ValueObjectVariable.
Zachary Turner
2018-11-08
1
-1
/
+5
*
Revert "[Symbol] Search symbols with name and type in a symbol file"
Davide Italiano
2018-11-02
1
-0
/
+1
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-02
1
-1
/
+0
[next]