summaryrefslogtreecommitdiff
path: root/include/llvm/Object
Commit message (Expand)AuthorAge
* [Embtk] ELFObjectFile::isSectionZeroInit() fix test, pr14723Abdoulaye Walsimou Gaye2012-12-31
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* Grammar-o.Eric Christopher2012-10-19
* Remove unnecessary classof()'sSean Silva2012-10-11
* Formatting and 80-col.Eric Christopher2012-10-10
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* Add ELF program header.Hemant Kulkarni2012-10-05
* Add PowerPC64 definitions for ELF.hAdhemerval Zanella2012-10-05
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-21
* Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith2012-09-17
* Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-10
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-05
* Add ARM ELF support to llvm-objdump.Logan Chien2012-09-01
* Fix misaligned access in MachO object file reader: despite containing anRichard Smith2012-08-21
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Handle PowerPC.Roman Divacky2012-08-16
* [Object] Remove unneeded const_cast.Michael J. Spencer2012-07-24
* Add new interfaces to support ldd's ReaderElf.cpp.Anshuman Dasgupta2012-07-24
* Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow2012-06-23
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-18
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-15
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper2012-04-13
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-10
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-19
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-19
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* [Object]David Meyer2012-03-09
* [Object]David Meyer2012-03-01
* [Object]David Meyer2012-03-01
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-29
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer2012-02-27
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-12
* Remove trailing spacesEli Bendersky2012-01-22
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-22
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27