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
...
*
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
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-4
/
+4
*
Implement ObjectFilePECOFF::GetEntryPointAddress.
Stephane Sezer
2016-03-23
1
-1
/
+21
*
Set symbol types for function symbols loaded from PE/COFF
Adrian McCarthy
2016-01-26
1
-4
/
+17
*
Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...
Adrian McCarthy
2016-01-21
1
-0
/
+1
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
1
-1
/
+12
*
Revert "FOO"
Adrian McCarthy
2015-11-20
1
-12
/
+1
*
FOO
Adrian McCarthy
2015-11-20
1
-1
/
+12
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-2
/
+2
*
Don't stomp the triple when loading a PECOFF target.
Zachary Turner
2015-01-22
1
-1
/
+8
*
Remove unused variable that was causing a warning.
Greg Clayton
2014-07-29
1
-1
/
+0
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
1
-1
/
+5
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-5
/
+5
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-1
/
+0
*
update for renaming in LLVM
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
Implement ObjectFilePECOFF::GetModuleSpecifications().
Virgile Bello
2014-03-09
1
-48
/
+74
*
Implement ObjectFilePECOFF::SetLoadAddress().
Virgile Bello
2014-03-08
1
-0
/
+42
*
Remove %zx in printf (only GCC supports it, not MSVC).
Virgile Bello
2014-03-08
1
-1
/
+1
*
Fix for PECOFF GetArchitecture
Colin Riley
2013-11-22
1
-1
/
+1
*
Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definiti...
Charles Davis
2013-08-27
1
-124
/
+22
*
PECOFF: Add support for export table.
Virgile Bello
2013-08-25
1
-0
/
+53
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-14
/
+23
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-2
/
+3
*
A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:
Greg Clayton
2013-06-18
1
-5
/
+40
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-1
/
+15
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-10
/
+25
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-11
/
+11
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...
Greg Clayton
2012-10-25
1
-2
/
+0
[prev]
[next]