summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-42/+18
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-22/+13
* Add a non-templated ELFObjectFileBase class.Rafael Espindola2014-08-171-0/+4
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* This only needs a StringRef. No functionality change.Rafael Espindola2014-07-051-1/+2
* Replace two release calls with std::move. I missed this on the previous commit.Rafael Espindola2014-06-241-2/+2
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-8/+8
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-10/+19
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-26/+9
* Fix a memory leak in the error path.Rafael Espindola2014-06-181-2/+10
* Fix pr17056.Rafael Espindola2014-06-161-5/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-9/+18
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-15/+18
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-2/+1
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-031-4/+16
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-8/+8
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-041-6/+28
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-10/+0
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-121-1695/+25
* Object: avoid undefined behavior when bounds-checkingDylan Noblesmith2012-02-041-8/+22
* Sink assert-only variables into the assertsMatt Beaumont-Gay2012-01-241-16/+10
* Silence warnings in -asserts buildMatt Beaumont-Gay2012-01-231-0/+6
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-221-19/+239
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-13/+36
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-36/+13
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-13/+36
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-261-2/+2
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-171-0/+6
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-171-0/+29
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-171-0/+12
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-171-0/+5
* Object: Fix redundant name.Michael J. Spencer2011-10-171-2/+2
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer2011-10-131-3/+3
* Elf_Word is not POD! Stop using it in a DenseMap.Nick Lewycky2011-10-131-7/+4
* lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section....NAKAMURA Takumi2011-10-121-1/+4
* Reapply r141605 with fixes for appropriate handling of reserved section numbersNick Lewycky2011-10-111-17/+50
* Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky2011-10-111-9/+42
* Revert r141605 as it broke tests for llvm-nm.Nick Lewycky2011-10-111-34/+13
* Add support for reading many-section ELF files.Nick Lewycky2011-10-111-13/+34
* Object: add getSectionAlignment.Michael J. Spencer2011-10-101-0/+10
* Fix GCC again.Michael J. Spencer2011-10-071-1/+1
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-79/+301
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-301/+79
OpenPOWER on IntegriCloud