aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAgeFilesLines
* Add ELF program header.Hemant Kulkarni2012-10-051-0/+29
* Add PowerPC64 definitions for ELF.hAdhemerval Zanella2012-10-051-0/+4
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-211-1/+12
* Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith2012-09-171-4/+4
* Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning2012-09-171-0/+85
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-22/+25
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-051-6/+17
* Add ARM ELF support to llvm-objdump.Logan Chien2012-09-011-0/+138
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-171-0/+3
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-161-8/+0
* Handle PowerPC.Roman Divacky2012-08-161-0/+8
* [Object] Remove unneeded const_cast.Michael J. Spencer2012-07-241-2/+1
* Add new interfaces to support ldd's ReaderElf.cpp.Anshuman Dasgupta2012-07-241-3/+42
* Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow2012-06-231-0/+99
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-0/+9
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper2012-04-131-9/+0
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-0/+50
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-101-13/+1
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-9/+360
* [Object]David Meyer2012-03-091-2/+4
* [Object]David Meyer2012-03-011-1/+32
* [Object]David Meyer2012-03-011-1/+264
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-5/+15
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-38/+15
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-281-20/+83
* Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer2012-02-271-1487/+0
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-121-0/+2970