2015-07-16 |
Rafael Espindola | Fix handling of relative paths in thin archives. |
tree | commitdiff |
2015-07-15 |
Rafael Espindola | llvm-ar: Don't write the directory in the string table. |
tree | commitdiff |
2015-07-15 |
David Majnemer | Silence GCC -Wparenthesis warning |
tree | commitdiff |
2015-07-15 |
Rafael Espindola | For new archive member we only need to store the full... |
tree | commitdiff |
2015-07-15 |
Rafael Espindola | Simplify a few uses of remove_filename by using parent_... |
tree | commitdiff |
2015-07-15 |
Rafael Espindola | Handle the error of trying to convert a regular archive... |
tree | commitdiff |
2015-07-15 |
Rafael Espindola | Initial support for writing thin archives. |
tree | commitdiff |
2015-07-14 |
Rafael Espindola | Use a range loop. |
tree | commitdiff |
2015-07-14 |
Rafael Espindola | Add support for reading members out of thin archives. |
tree | commitdiff |
2015-07-14 |
Rafael Espindola | Add a herper function. NFC. |
tree | commitdiff |
2015-07-13 |
Rafael Espindola | Fix reading archive members with / in the name. |
tree | commitdiff |
2015-07-13 |
Rafael Espindola | Add support deterministic output in llvm-ar and make... |
tree | commitdiff |
2015-07-09 |
Rafael Espindola | llvm-ar: Pad the symbol table to 4 bytes. |
tree | commitdiff |
2015-07-09 |
Rafael Espindola | Basic support for BSD symbol tables in archives. |
tree | commitdiff |
2015-07-09 |
Rafael Espindola | Remove redundant variable. NFC. |
tree | commitdiff |
2015-07-09 |
Rafael Espindola | Add a helper to printing BE of LE depending on the... |
tree | commitdiff |
2015-07-09 |
Rafael Espindola | Extract printBSDMemberHeader. |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Don't reject an archive with just a symbol table. |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Disallow Archive::child_iterator that don't point to... |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Use a raw_svector_ostream and simplify a loop. NFC. |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Start adding support for writing archives in BSD format. |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Inline function into only use. |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Add a helper function to reduce a bit of code duplication. |
tree | commitdiff |
2015-07-08 |
Rafael Espindola | Use a range loop. NFC. |
tree | commitdiff |
2015-07-07 |
Rafael Espindola | Delete UnknownAddress. It is a perfectly valid symbol... |
tree | commitdiff |
2015-07-07 |
Rafael Espindola | Common symbols don't have a value. |
tree | commitdiff |
2015-07-07 |
Rafael Espindola | Common symbols are not undefined, at least for ObjectFile. |
tree | commitdiff |
2015-07-07 |
Rafael Espindola | Simplify, NFC. |
tree | commitdiff |
2015-07-06 |
Rafael Espindola | Remove getRelocationAddress. |
tree | commitdiff |
2015-07-06 |
Rafael Espindola | Check that COFF .obj files have sections with zero... |
tree | commitdiff |
2015-07-04 |
Rui Ueyama | Object/COFF: Do not rely on VirtualSize being 0 in... |
tree | commitdiff |
2015-07-03 |
Simon Atanasyan | [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml... |
tree | commitdiff |
2015-07-03 |
Rafael Espindola | Return ErrorOr from getSymbolAddress. |
tree | commitdiff |
2015-07-03 |
Rafael Espindola | Use getValue instead of getAddress in a few MachO only... |
tree | commitdiff |
2015-07-03 |
Rafael Espindola | This reverts commit r241350 and r241352. |
tree | commitdiff |
2015-07-03 |
Simon Atanasyan | [ELFYAML] Make the Size field for .bss section optional |
tree | commitdiff |
2015-07-03 |
Simon Atanasyan | [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml... |
tree | commitdiff |
2015-07-02 |
Rafael Espindola | Return ErrorOr from SymbolRef::getName. |
tree | commitdiff |
2015-07-01 |
Rafael Espindola | Return ErrorOr from getSection. |
tree | commitdiff |
2015-06-30 |
Rafael Espindola | Use ErrorOr in getRelocationAdress. |
tree | commitdiff |
2015-06-30 |
Rafael Espindola | Implement containsSymbol with other lower level methods. |
tree | commitdiff |
2015-06-30 |
Rafael Espindola | Don't return error_code from a function that doesn... |
tree | commitdiff |
2015-06-30 |
Rafael Espindola | Move function to the only file that uses it. |
tree | commitdiff |
2015-06-30 |
Rafael Espindola | Don't return error_code from a function that doesn... |
tree | commitdiff |
2015-06-30 |
Rafael Espindola | Don't return error_code from a function that doesn... |
tree | commitdiff |
2015-06-30 |
Rui Ueyama | Object/COFF: Define coff_symbol_generic. |
tree | commitdiff |
2015-06-29 |
Rafael Espindola | Don't return error_code from function that never fails. |
tree | commitdiff |
2015-06-29 |
Benjamin Kramer | [SymbolSize] Skip sorting by index, just assign by... |
tree | commitdiff |
2015-06-29 |
Rafael Espindola | Factor out the checking of string tables. |
tree | commitdiff |
2015-06-26 |
Rafael Espindola | Simplify getSymbolType. |
tree | commitdiff |
2015-06-25 |
Rafael Espindola | Add an ELFSymbolRef type. |
tree | commitdiff |
2015-06-25 |
Rafael Espindola | Use computeSymbolSizes in llvm-symbolize. |
tree | commitdiff |
2015-06-25 |
Rui Ueyama | libObject/COFF: Add a function to get pointers to reloc... |
tree | commitdiff |
2015-06-24 |
Rafael Espindola | Make computeSymbolSizes never fail. |
tree | commitdiff |
2015-06-24 |
Rafael Espindola | Use Symbol::getValue to simplify object::computeSymbolS... |
tree | commitdiff |
2015-06-24 |
Rafael Espindola | Add a SymbolRef::getValue. |
tree | commitdiff |
2015-06-24 |
Rafael Espindola | Refactor duplicated code. NFC. |
tree | commitdiff |
2015-06-24 |
Rafael Espindola | Simplify the logic, NFC. |
tree | commitdiff |
2015-06-24 |
Rafael Espindola | Change how symbol sizes are handled in lib/Object. |
tree | commitdiff |
2015-06-23 |
Sanjoy Das | Revert "[FaultMaps] Move FaultMapParser to Object/" |
tree | commitdiff |
2015-06-23 |
Benjamin Kramer | Make helper functions static. NFC. |
tree | commitdiff |
2015-06-23 |
Rafael Espindola | Simplify the Mangler interface now that DataLayout... |
tree | commitdiff |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
tree | commitdiff |
2015-06-23 |
Rafael Espindola | Handle multiple symbols having the same address. |
tree | commitdiff |
2015-06-23 |
Rafael Espindola | Extract an utility for computing symbol sizes on MachO... |
tree | commitdiff |
2015-06-23 |
Sanjoy Das | [FaultMaps] Move FaultMapParser to Object/ |
tree | commitdiff |
2015-06-22 |
Frederic Riss | [Object] Search for architecures by name in MachOUniver... |
tree | commitdiff |
2015-06-19 |
Rafael Espindola | Make getRelocationSection MachO only. |
tree | commitdiff |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
tree | commitdiff |
2015-06-19 |
Rafael Espindola | Fix the build. |
tree | commitdiff |
2015-06-18 |
Rafael Espindola | Improve the --expand-relocs handling of MachO. |
tree | commitdiff |
2015-06-17 |
Benjamin Kramer | [ArchiveWriter] Use EndianStream. No functional change... |
tree | commitdiff |
2015-06-16 |
Rafael Espindola | Return a unique_ptr from getLazyBitcodeModule and parse... |
tree | commitdiff |
2015-06-16 |
Frederic Riss | Have MachOObjectFile::isValidArch() accept armv7 |
tree | commitdiff |
2015-06-16 |
Daniel Sanders | Recommit r239721: Replace string GNU Triples with llvm... |
tree | commitdiff |
2015-06-16 |
Duncan P. N. Exon... | modules: Add explicit dependency on intrinsics_gen |
tree | commitdiff |
2015-06-15 |
Daniel Sanders | Revert r239721 - Replace string GNU Triples with llvm... |
tree | commitdiff |
2015-06-15 |
Daniel Sanders | Replace string GNU Triples with llvm::Triple in InitMCO... |
tree | commitdiff |
2015-06-13 |
Rafael Espindola | Don't use std::errc. |
tree | commitdiff |
2015-06-11 |
Peter Collingbourne | Object: Prepend __imp_ when mangling a dllimport symbol... |
tree | commitdiff |
2015-06-09 |
Rui Ueyama | Remove object_error::success and use std::error_code... |
tree | commitdiff |
2015-06-08 |
Peter Collingbourne | Fix Windows build. |
tree | commitdiff |
2015-06-08 |
Peter Collingbourne | llvm-ar: Move archive writer to Object. |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, ELF] Don't assert on invalid magic in createEL... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, ELF] Don't call llvm_unreachable() from create... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Fixup for r239075: use union to store... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on incomplete MachO segment... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Simplify load segment parsing code... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on invalid MachO segment... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on invalid MachO load commands. |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Don't crash on parsing invalid MachO... |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Remove some code duplication. NFC. |
tree | commitdiff |
2015-06-04 |
Alexey Samsonov | [Object, MachO] Cache parsed MachO header in MachOObjec... |
tree | commitdiff |
2015-06-03 |
Alexey Samsonov | [Object, MachO] Introduce MachOObjectFile::load_command... |
tree | commitdiff |
2015-06-03 |
Rafael Espindola | Move to llvm-objdump a large amount of code to that... |
tree | commitdiff |
2015-06-02 |
Rafael Espindola | Simplify now that we always use an alignment of 2 for... |
tree | commitdiff |
2015-06-01 |
Rafael Espindola | Simplify another function that doesn't fail. |
tree | commitdiff |
2015-05-31 |
Rafael Espindola | Simplify interface of function that doesn't fail. |
tree | commitdiff |
2015-05-30 |
Keno Fischer | Add RelocVisitor support for MachO |
tree | commitdiff |
2015-05-26 |
Rui Ueyama | Object: Add Archive::getNumberOfSymbols(). |
tree | commitdiff |
next |