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
/
ObjectFilePECOFF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-0
/
+2
*
PECOFF: Fix a "memset clearing an object of non-trivial type" warning
Pavel Labath
2019-07-30
1
-4
/
+2
*
[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
*
[PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()
Aaron Smith
2019-04-30
1
-31
/
+98
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-26
/
+0
*
PECOFF: Implement GetBaseAddress
Pavel Labath
2019-02-18
1
-1
/
+4
*
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
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
PECOFF: Fix section name computation
Pavel Labath
2019-01-10
1
-18
/
+13
*
PECOFF: Remove tabs introduced accidentally in r350094
Pavel Labath
2019-01-03
1
-61
/
+61
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-7
/
+7
*
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
1
-7
/
+130
*
[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
*
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
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-0
/
+3
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+3
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
1
-0
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+6
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-7
/
+3
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+2
*
Allow ObjectFilePECOFF to initialize with ARM binaries.
Stephane Sezer
2017-10-24
1
-0
/
+5
*
silence a couple of -Wqual-cast warning from GCC (NFC)
Saleem Abdulrasool
2017-07-19
1
-1
/
+2
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-3
/
+6
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-5
/
+7
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-11
/
+21
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[lldb] Read modules from memory when a local copy is not available
Walter Erquinigo
2016-10-17
1
-69
/
+107
*
[PECOFF] Use the COFF subsystem field when determining the Triple.
Zachary Turner
2016-09-20
1
-1
/
+18
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-912
/
+803
[next]