summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-3/+27
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+1
* Object: Add version and producer fields to the irsymtab header. NFCI.Peter Collingbourne2017-06-271-0/+18
* [WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg2017-06-271-1/+4
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-1/+10
* Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann2017-06-261-16/+8
* Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby2017-06-221-9/+30
* [llvm-readobj] Dump the COFF image load configReid Kleckner2017-06-221-0/+20
* Object: Have the irsymtab builder take a string table builder. NFCI.Peter Collingbourne2017-06-211-17/+19
* [WebAssembly] Fix build failures introduced in r305769Sam Clegg2017-06-201-0/+1
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-5/+83
OpenPOWER on IntegriCloud