summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [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
* Have writeCOFFWriter return Expected<unique_ptr>.Eric Beckmann2017-06-191-16/+14
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-1/+3
* Clean up some things in the WindowsResource changes.Eric Beckmann2017-06-161-102/+93
* [Object] Remove redundant std::move.Benjamin Kramer2017-06-161-1/+1
* Switch external cvtres.exe for llvm's own resource library.Eric Beckmann2017-06-161-29/+24
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+1
* Use reference to iterate through string table instead of copying.Eric Beckmann2017-06-131-1/+1
* Fix a bug introduced in r305092 on big-endian systems.Eric Beckmann2017-06-131-3/+1
* Fix alignment complaint.Eric Beckmann2017-06-131-3/+2
* Improve error messages in order to help with fixing a big-endian bug.Eric Beckmann2017-06-131-3/+3
* Revert "Revert "Fix alignment bug in COFF emission.""Eric Beckmann2017-06-131-46/+67
* Update the test framework for llvm-cvtres to be more comprehensive.Eric Beckmann2017-06-131-15/+21
* Revert "Fix alignment bug in COFF emission."Eric Beckmann2017-06-131-88/+61
* Fix alignment bug in COFF emission.Eric Beckmann2017-06-131-61/+88
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-3/+3
* [llvm-ar] Make llvm-lib behave more like the MSVC archiverReid Kleckner2017-06-121-6/+8
* Fix a ubsan failure introduced by r305092Vedant Kumar2017-06-101-2/+2
* Implement COFF emission for parsed Windows Resource ( .res) files.Eric Beckmann2017-06-091-9/+507
* Fixed warning: dereferencing type-punned pointer will break strict-aliasing r...Galina Kistanova2017-06-081-7/+7
* Object: Move datalayout check into irsymtab::build. NFCI.Peter Collingbourne2017-06-081-4/+4
* Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne2017-06-082-10/+18
* Object: Factor out the code for creating the irsymtab for an arbitrary bitcod...Peter Collingbourne2017-06-082-0/+57
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-0713-123/+129
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0610-15/+15
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-0/+6
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-023-0/+848
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-023-848/+0
OpenPOWER on IntegriCloud