summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich2017-09-191-0/+25
* [MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere2017-09-131-1/+4
* [ARC] Prepare the implementation of relocation for LLDLeslie Zhai2017-09-131-0/+8
* Object: Downgrade invalid weak externals from an assert fail to an llvm::Erro...Peter Collingbourne2017-09-071-3/+6
* [WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg2017-09-061-33/+67
* Revert "[Decompression] Fail gracefully when out of memory"Vedant Kumar2017-09-051-11/+3
* [Decompression] Fail gracefully when out of memoryJonas Devlieghere2017-09-051-3/+11
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-3/+3
* [WebAssembly] Fix getSymbolValue for exported globalsSam Clegg2017-09-011-1/+1
* [WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg2017-08-311-1/+6
* [WebAssembly] Validate exports when parsing object filesSam Clegg2017-08-311-0/+8
* [Object] Verify object sizes before handing out StringRefs pointing outBenjamin Kramer2017-08-311-12/+3
* Simplify writeArchive return type.Rui Ueyama2017-08-302-11/+8
* Untabify.NAKAMURA Takumi2017-08-281-12/+12
* Fix bug 34051 by handling empty .res files gracefully.Eric Beckmann2017-08-241-12/+27
* [WebAssembly] Fix overflow for input with missing versionJonas Devlieghere2017-08-231-1/+9
* [MachO] Use Twines more efficiently.Benjamin Kramer2017-08-201-183/+229
* [COFF] Make the weak aliases optionalMartin Storsjo2017-08-161-2/+2
* [llvm-dlltool] Fix creating stdcall/fastcall import libraries for i386Martin Storsjo2017-08-161-1/+7
* [COFF] Add SymbolName as a distinct field in COFFImportFileMartin Storsjo2017-08-161-1/+1
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-2/+1
* Don't pass the code model to MCRafael Espindola2017-08-021-1/+1
* [llvm-dlltool] Write correct weak externalsMartin Storsjo2017-07-311-8/+5
* [llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov2017-07-291-3/+2
* [LTO] Prevent dead stripping and internalization of symbols with sectionsTeresa Johnson2017-07-251-0/+4
* [COFF] ARM64 support for COFFImportFileMartin Storsjo2017-07-251-0/+3
* Small tweak to one check in error handling to the dyld compact exportKevin Enderby2017-07-241-2/+2
* Add error handling to the dyld compact export entries in libObject.Kevin Enderby2017-07-201-22/+154
* Object: preserve more information about DEF fileSaleem Abdulrasool2017-07-191-4/+8
* Object: rename parameter from DLLName to ImportNameSaleem Abdulrasool2017-07-181-16/+16
* Object: handle extensions properly in def filesSaleem Abdulrasool2017-07-181-3/+3
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-184-22/+122
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-184-122/+22
* llvm: fix -Wcast gcc warn error from rL308329Martell Malone2017-07-181-6/+3
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-184-22/+125
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-4/+6
* Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann2017-07-081-16/+9
* Add name offset flags, for parity with cvtres.exe.Eric Beckmann2017-07-071-2/+2
* [WebAssembly] Support weak defined symbolsSam Clegg2017-07-071-10/+20
* Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...Eric Beckmann2017-07-051-1/+0
* Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann2017-07-051-8/+16
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-051-16/+8
* Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""Eric Beckmann2017-07-051-1/+2
* Revert "Switch external cvtres.exe for llvm's own resource library."Eric Beckmann2017-07-051-2/+1
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-07-051-8/+16
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-011-17/+8
* Fix bug in symbol generation for resource COFFEric Beckmann2017-06-301-1/+1
* [llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo2017-06-301-1/+1
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-06-291-8/+17
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-0/+23
OpenPOWER on IntegriCloud