summaryrefslogtreecommitdiff
path: root/include/llvm/Object
Commit message (Expand)AuthorAge
* 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
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-16
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-09
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-09
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-09
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-09
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-09
* Remove declare but not implemented methods.Rafael Espindola2013-07-09
* Move some code out of line. No functionality change.Rafael Espindola2013-07-09
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-05
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-01
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.Benjamin Kramer2013-06-22
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-22
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-21