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
/
ELF
/
ObjectFileELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.
Todd Fiala
2014-09-15
1
-0
/
+26
*
Add support for kalimba architecture variants 3, 4 and 5.
Matthew Gardiner
2014-08-27
1
-2
/
+36
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-4
/
+3
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-4
/
+6
*
Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...
Deepak Panickal
2014-07-22
1
-1
/
+1
*
Add kalimba as a platform.
Todd Fiala
2014-07-16
1
-0
/
+19
*
Allow generic ARM cores to match any more specific ARM architecture.
Greg Clayton
2014-07-12
1
-2
/
+23
*
Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders(...
Todd Fiala
2014-07-11
1
-2
/
+5
*
Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers.
Todd Fiala
2014-07-11
1
-4
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-3
/
+3
*
Fix ObjectFileELF to determine architectures independent of host.
Todd Fiala
2014-06-27
1
-35
/
+293
*
Replace GCC-specific intrinsic with portable alternative.
Zachary Turner
2014-06-25
1
-1
/
+5
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-0
/
+1
*
<rdar://problem/14515139>
Enrico Granata
2014-03-25
1
-1
/
+1
*
Improve Elf object file UUID calculation performance.
Todd Fiala
2014-03-25
1
-26
/
+150
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-5
/
+3
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-5
/
+232
*
remove dead code + simplify a little
Sylvestre Ledru
2014-02-21
1
-4
/
+2
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-13
/
+24
*
Factor some methods that were in DynamicLoaderPOSIXDYLD.
Steve Pucci
2014-02-06
1
-0
/
+33
*
elf: Move elf note parsing to ObjectFileELF.cpp
Ed Maste
2013-12-02
1
-25
/
+48
*
Simplify indirect rld_map for mips (rework r192408).
Ed Maste
2013-10-11
1
-3
/
+14
*
Support mips shared object debug info
Ed Maste
2013-10-11
1
-2
/
+3
*
Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
2013-09-24
1
-0
/
+52
*
Round plt entsize to addralign
Michael Sartain
2013-08-22
1
-2
/
+17
*
simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...
Michael Sartain
2013-07-17
1
-1
/
+2
*
Adds methods to ObjectFileELF to access data in ELF segments
Ashok Thirumurthi
2013-07-11
1
-1
/
+28
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-190
/
+159
*
Fix ObjectFileELF crc32 code used when no build id is present.
Michael Sartain
2013-07-03
1
-67
/
+86
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-166
/
+379
*
Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders
Filipe Cabecinhas
2013-05-23
1
-10
/
+12
*
ObjectFileELF::GetModuleSpecifications on Linux should work now.
Michael Sartain
2013-05-23
1
-10
/
+72
*
Comment out ObjectFileELF::GetModuleSpecifications() function until I can deb...
Michael Sartain
2013-05-17
1
-1
/
+5
*
Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...
Michael Sartain
2013-05-17
1
-1
/
+39
*
Fix ObjectFileELF to not use the file_offset twice.
Filipe Cabecinhas
2013-05-16
1
-1
/
+1
*
<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
/
+14
*
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
*
Fixed issues with the way ELF symbols are parsed:
Greg Clayton
2013-04-13
1
-2
/
+12
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-2
/
+0
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-0
/
+6
*
Fix ELF parsing where undefined symbols were being added to the symbol table ...
Matt Kopec
2013-02-12
1
-26
/
+30
*
Be sure to set the data offset to zero if we actually mmap the entire ELF file.
Greg Clayton
2013-02-07
1
-1
/
+2
*
Fixing stale pointer problem in ELFObjectFile
Andrew Kaylor
2013-02-07
1
-2
/
+3
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-11
/
+23
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-22
/
+21
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-9
/
+9
*
Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bi...
Greg Clayton
2012-11-12
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-3
/
+0
[next]