summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
...
* [ELFYAML] Make the Size field for .bss section optionalSimon Atanasyan2015-07-031-1/+1
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-0/+10
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-024-14/+15
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-0/+2
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-303-10/+7
* Implement containsSymbol with other lower level methods.Rafael Espindola2015-06-303-23/+7
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-303-11/+5
* Move function to the only file that uses it.Rafael Espindola2015-06-301-24/+0
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-7/+5
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-303-18/+8
* Object/COFF: Define coff_symbol_generic.Rui Ueyama2015-06-301-6/+10
* Don't return error_code from function that never fails.Rafael Espindola2015-06-293-18/+6
* [SymbolSize] Skip sorting by index, just assign by index.Benjamin Kramer2015-06-291-7/+3
* Factor out the checking of string tables.Rafael Espindola2015-06-291-0/+2
* Simplify getSymbolType.Rafael Espindola2015-06-262-43/+26
* 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
OpenPOWER on IntegriCloud