summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
...
* Add an ELFSymbolRef type.Rafael Espindola2015-06-251-2/+2
* Use computeSymbolSizes in llvm-symbolize.Rafael Espindola2015-06-251-1/+4
* libObject/COFF: Add a function to get pointers to relocation entries.Rui Ueyama2015-06-251-0/+10
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-243-15/+45
* Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.Rafael Espindola2015-06-241-4/+2
* Add a SymbolRef::getValue.Rafael Espindola2015-06-242-17/+24
* Refactor duplicated code. NFC.Rafael Espindola2015-06-241-27/+19
* Simplify the logic, NFC.Rafael Espindola2015-06-241-12/+8
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-244-20/+13
* Revert "[FaultMaps] Move FaultMapParser to Object/"Sanjoy Das2015-06-232-62/+0
* Make helper functions static. NFC.Benjamin Kramer2015-06-231-1/+1
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-3/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-233-6/+6
* Handle multiple symbols having the same address.Rafael Espindola2015-06-231-1/+9
* Extract an utility for computing symbol sizes on MachO and COFF.Rafael Espindola2015-06-232-0/+89
* [FaultMaps] Move FaultMapParser to Object/Sanjoy Das2015-06-232-0/+62
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-16/+4
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-13/+0
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-193-6/+6
* Fix the build.Rafael Espindola2015-06-191-1/+1
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-181-2/+4
* [ArchiveWriter] Use EndianStream. No functional change intended.Benjamin Kramer2015-06-171-9/+4
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-2/+2
* Have MachOObjectFile::isValidArch() accept armv7Frederic Riss2015-06-161-0/+1
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-6/+6
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-6/+6
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-6/+6
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* Object: Prepend __imp_ when mangling a dllimport symbol in IRObjectFile.Peter Collingbourne2015-06-111-0/+3
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-097-86/+85
* Fix Windows build.Peter Collingbourne2015-06-081-0/+4
* llvm-ar: Move archive writer to Object.Peter Collingbourne2015-06-082-0/+339
* [Object, ELF] Don't assert on invalid magic in createELFObjectFile.Alexey Samsonov2015-06-041-2/+3
* [Object, ELF] Don't call llvm_unreachable() from createELFObjectFile.Alexey Samsonov2015-06-041-2/+2
* [Object, MachO] Fixup for r239075: use union to store mach_header and mach_he...Alexey Samsonov2015-06-041-8/+2
* [Object, MachO] Don't crash on incomplete MachO segment load commands.Alexey Samsonov2015-06-041-1/+4
* [Object, MachO] Simplify load segment parsing code. NFC.Alexey Samsonov2015-06-041-52/+30
* [Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov2015-06-042-11/+19
* [Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov2015-06-042-9/+25
* [Object, MachO] Don't crash on parsing invalid MachO header.Alexey Samsonov2015-06-041-4/+29
* [Object, MachO] Remove some code duplication. NFC.Alexey Samsonov2015-06-041-25/+25
* [Object, MachO] Cache parsed MachO header in MachOObjectFile. NFC.Alexey Samsonov2015-06-041-20/+20
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-6/+21
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-033-263/+1
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-42/+18
* Simplify another function that doesn't fail.Rafael Espindola2015-06-013-17/+7
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-312-11/+4
* Add RelocVisitor support for MachOKeno Fischer2015-05-301-0/+5
* Object: Add Archive::getNumberOfSymbols().Rui Ueyama2015-05-261-14/+13
OpenPOWER on IntegriCloud