Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol table...
[oota-llvm.git] / include / llvm / Object / ELF.h
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-17 Richard SmithRemove redundant semicolons to fix -pedantic-errors...
2012-09-17 Sid ManningAdd Michael Spencer's iterator class for stepping throu...
2012-09-10 Michael J. Spencer[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-09-01 Logan ChienAdd ARM ELF support to llvm-objdump.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyHandle PowerPC.
2012-07-24 Michael J. Spencer[Object] Remove unneeded const_cast.
2012-07-24 Anshuman DasguptaAdd new interfaces to support ldd's ReaderElf.cpp.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-13 Craig TopperRemove getElfArchType from ELF.h. It's only used in...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-10 Danil MalyshevAdd a constructor for DataRefImpl and remove excess...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-09 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-27 Michael J. SpencerRemove duplicate copy of Object/ELF.h that somehow...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...