summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-261-2/+3
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-1/+1
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-246-28/+94
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-213-114/+135
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-195-41/+90
* Object: Shrink the size of irsymtab::Symbol by a word. NFCI.Peter Collingbourne2017-04-171-14/+18
* Object: Use offset+size as the irsymtab string representation.Peter Collingbourne2017-04-171-1/+2
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-142-2/+3
* Object, LTO: Add target triple to irsymtab and LTO API.Peter Collingbourne2017-04-141-0/+1
* LTO: Pass SF_Executable flag through to InputFile::SymbolTobias Edler von Koch2017-04-131-0/+2
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-111-7/+0
* [WASM] Remove other comparison of unsigned expression >= 0.Davide Italiano2017-04-011-3/+3
* [WASM] Remove a set but never used variable.Davide Italiano2017-04-011-4/+1
OpenPOWER on IntegriCloud