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
*
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