summaryrefslogtreecommitdiff
path: root/include/llvm/Object
Commit message (Expand)AuthorAge
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-31
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* Remove dead code.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-26
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama2014-01-16
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Object/COFF: ExportAddressTableEntry is a union of two RVAs.Rui Ueyama2013-12-13
* Object/COFF: Add export table entry structs.Rui Ueyama2013-12-06
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-15
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-27
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* [Object/COFF] Add coff_aux_weak_external.Rui Ueyama2013-08-28
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-12
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-09
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-09
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-08
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24