summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* [MachOObject] Fix bind opcode parser error on valid opcode sequenceSteven Wu2017-05-311-1/+1
* Fix bug on Big-Endian system, due to reference to vector out of scope.Eric Beckmann2017-05-301-1/+1
* This patch should fix various clang warnings and a use of to_stringEric Beckmann2017-05-301-1/+2
* [Object] Remove unused field + constructor.Benjamin Kramer2017-05-301-2/+0
* [Object] Fix pessimizing move.Benjamin Kramer2017-05-301-1/+1
* Adding parsing ability for .res file.Eric Beckmann2017-05-301-12/+145
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-273-0/+12
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-263-12/+0
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-263-0/+12
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-263-12/+0
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-263-0/+12
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-263-12/+0
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-263-0/+12
* COFF: Fix another StringRef return errorMartell Malone2017-05-201-1/+1
* COFF: Fix single StringRef return errorMartell Malone2017-05-201-2/+2
* COFF: migrate def parser from LLD to LLVM [1/2]Martell Malone2017-05-203-0/+848
* Fix -Wunneeded-internal-declaration by removing constant arrays only used in ...David Blaikie2017-05-201-6/+4
* Add functionality to cvtres to parse all entries in res file.Eric Beckmann2017-05-203-1/+96
* [lib/Object] - Minor API update for llvm::Decompressor.George Rimar2017-05-181-5/+0
* [COFF] Gracefully handle empty .drectve sectionsShoaib Meenai2017-05-141-1/+1
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-091-10/+29
* Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann2017-05-091-2/+0
* [WebAssembly] Fix validation of start functionSam Clegg2017-05-091-1/+1
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-7/+3
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-081-2/+47
* Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann2017-05-081-43/+2
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-7/+3
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-071-2/+47
* [WebAssembly] Add wasm symbol table support to llvm-objdumpSam Clegg2017-05-041-21/+47
* Add llvm::object::getELFSectionTypeName().Rafael Espindola2017-05-021-3/+63
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-012-130/+0
* LTO: Mark undefined module asm symbols as used.Peter Collingbourne2017-04-261-0/+3
* revert debuggingSam Clegg2017-04-261-1/+1
OpenPOWER on IntegriCloud