aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object
AgeCommit message (Expand)Author
2012-12-21Add a function to get the segment name of a section.Rafael Espindola
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola
2012-12-19Add r170095 back.Rafael Espindola
2012-12-17Teach MachO which sections contain codeTim Northover
2012-12-13Revert "Add a funciton to get the segment name of a section."Eric Christopher
2012-12-13Add a funciton to get the segment name of a section.Rafael Espindola
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-29Fix a memory leak in MachOObjectFile.Jim Grosbach
2012-11-20Remove some dead code.Eric Christopher
2012-11-19Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-11-13Adding convenience function to ELF HeaderShankar Easwaran
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-10-29Add interface for querying object files for symbol values.Tim Northover
2012-10-19Grammar-o.Eric Christopher
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-10Formatting and 80-col.Eric Christopher
2012-10-10This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor
2012-10-05Add ELF program header.Hemant Kulkarni
2012-10-05Add PowerPC64 definitions for ELF.hAdhemerval Zanella
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov
2012-09-17Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith
2012-09-17Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-10[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer
2012-09-05Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky
2012-09-01Add ARM ELF support to llvm-objdump.Logan Chien
2012-08-21Fix misaligned access in MachO object file reader: despite containing anRichard Smith
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Handle PowerPC.Roman Divacky
2012-07-24[Object] Remove unneeded const_cast.Michael J. Spencer
2012-07-24Add new interfaces to support ldd's ReaderElf.cpp.Anshuman Dasgupta
2012-06-23Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-06-18Added accessors for getting coff_relocation infoMarshall Clow
2012-06-15Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-13Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-04-10Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev
2012-03-19[Object/COFF]: Expose getSectionContents.Michael J. Spencer
2012-03-19[Object/COFF]: Expose getSectionName.Michael J. Spencer
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer
2012-03-09[Object]David Meyer
2012-03-01[Object]David Meyer
2012-03-01[Object]David Meyer