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
*
*** 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
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-1
/
+1
*
Committed a change to the SectionList that introduces
Sean Callanan
2012-06-08
1
-0
/
+2
*
<rdar://problem/11034170>
Greg Clayton
2012-03-13
1
-177
/
+192
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-9
/
+8
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-1
/
+11
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Quick fixes to the PE COFF file loader.
Greg Clayton
2011-09-10
1
-43
/
+159
*
Added first pass at PE COFF file reading support. It parses the sections
Greg Clayton
2011-09-09
1
-0
/
+805