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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...
Martin Storsjö
2019-11-28
1
-0
/
+2
*
[Windows] Use information from the PE32 exceptions directory to construct unw...
Aleksandr Urakov
2019-10-11
1
-0
/
+8
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
1
-0
/
+7
*
PECOFF: Fix a "memset clearing an object of non-trivial type" warning
Pavel Labath
2019-07-30
1
-30
/
+30
*
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
1
-0
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
PECOFF: Implement GetBaseAddress
Pavel Labath
2019-02-18
1
-0
/
+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
-1
/
+1
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-1
/
+1
*
[pecoff] Implement ObjectFilePECOFF::GetDependedModules()
Aaron Smith
2018-12-06
1
-0
/
+11
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
[lldb] Read modules from memory when a local copy is not available
Walter Erquinigo
2016-10-17
1
-0
/
+6
*
[PECOFF] Use the COFF subsystem field when determining the Triple.
Zachary Turner
2016-09-20
1
-0
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-280
/
+252
*
Implement ObjectFilePECOFF::GetEntryPointAddress.
Stephane Sezer
2016-03-23
1
-2
/
+3
*
Set symbol types for function symbols loaded from PE/COFF
Adrian McCarthy
2016-01-26
1
-2
/
+5
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
1
-0
/
+5
*
Revert "FOO"
Adrian McCarthy
2015-11-20
1
-5
/
+0
*
FOO
Adrian McCarthy
2015-11-20
1
-0
/
+5
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
1
-50
/
+52
*
Silence a warning saying "typedef requires a name" from clang.
Greg Clayton
2014-07-29
1
-1
/
+1
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
1
-0
/
+25
*
Implement ObjectFilePECOFF::GetModuleSpecifications().
Virgile Bello
2014-03-09
1
-2
/
+2
*
Implement ObjectFilePECOFF::SetLoadAddress().
Virgile Bello
2014-03-08
1
-0
/
+4
*
unused variable, typedef requires name warning cleanup
Michael Sartain
2013-08-26
1
-1
/
+1
*
PECOFF: Add support for export table.
Virgile Bello
2013-08-25
1
-0
/
+20
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-3
/
+6
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-0
/
+9
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-2
/
+0
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-7
/
+9
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
<rdar://problem/11034170>
Greg Clayton
2012-03-13
1
-2
/
+0
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+5
*
Quick fixes to the PE COFF file loader.
Greg Clayton
2011-09-10
1
-1
/
+1
*
Added first pass at PE COFF file reading support. It parses the sections
Greg Clayton
2011-09-09
1
-0
/
+235