summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-15
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-02
* Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-02
* Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-02
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-02
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* 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
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* 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
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* Add back missing PPC relocation types.Ulrich Weigand2013-08-09
* Add missing PPC64 relocation types.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
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-03
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Delete the buffer in createObjectFile if it fails.Rafael Espindola2013-07-24
* Typo.Eric Christopher2013-07-22
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-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
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Don't reject an empty archive.Rafael Espindola2013-07-12
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-10
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-10
* 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
* 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
* Move some code out of line. No functionality change.Rafael Espindola2013-07-09
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-09
* Remove a useless declarations (found by scan-build)Sylvestre Ledru2013-07-05
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-05