aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix misaligned access in MachO object file reader: despite containing anRichard Smith2012-08-211-0/+5
* 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
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-2/+2
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-182-1/+9
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-151-0/+5
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-022-2/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-182-2/+19
* 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-124-0/+86
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-102-25/+8
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-191-0/+5
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-192-0/+8
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-9/+360
* [Object]David Meyer2012-03-096-14/+45
* [Object]David Meyer2012-03-014-1/+39
* [Object]David Meyer2012-03-014-1/+330
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-292-11/+24
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-284-77/+32
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-284-20/+90
* 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-122-2/+2971
* Remove trailing spacesEli Bendersky2012-01-221-3/+3
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-221-1/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-1/+2
* Fixed ObjectFile functions:Danil Malyshev2011-11-293-6/+17
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-273-17/+6
* Fixed ObjectFile functions:Danil Malyshev2011-11-273-6/+17
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-161-0/+8
* object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer2011-11-021-0/+16
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-021-0/+46
* Add support for scattered relocations to the MachO relocatation pretty printer.Owen Anderson2011-10-261-1/+3
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-263-5/+5
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-251-1/+1
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-252-0/+14
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-241-0/+2
* Object/COFF: Change type from a struct to a uint16_t. The struct would beMichael J. Spencer2011-10-181-4/+9
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-171-1/+3
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-173-49/+75
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-173-1/+10
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-171-4/+21
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-172-0/+11