summaryrefslogtreecommitdiff
path: root/lib/Object/ELFObjectFile.cpp
Commit message (Expand)AuthorAge
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-03
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-12
* Object: avoid undefined behavior when bounds-checkingDylan Noblesmith2012-02-04
* Sink assert-only variables into the assertsMatt Beaumont-Gay2012-01-24
* Silence warnings in -asserts buildMatt Beaumont-Gay2012-01-23
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-22
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-26
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-17
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-17
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-17
* Object: Fix redundant name.Michael J. Spencer2011-10-17
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer2011-10-13
* Elf_Word is not POD! Stop using it in a DenseMap.Nick Lewycky2011-10-13
* lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section....NAKAMURA Takumi2011-10-12
* Reapply r141605 with fixes for appropriate handling of reserved section numbersNick Lewycky2011-10-11
* Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky2011-10-11
* Revert r141605 as it broke tests for llvm-nm.Nick Lewycky2011-10-11
* Add support for reading many-section ELF files.Nick Lewycky2011-10-11
* Object: add getSectionAlignment.Michael J. Spencer2011-10-10
* Fix GCC again.Michael J. Spencer2011-10-07
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-28
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-08
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-15
* Object: Add proper error handling.Michael J. Spencer2011-06-25
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-25
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-13
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-13
* Assorted bugfixes in object file handling:Eric Christopher2011-04-03
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-21
* Object: Add ELF support.Michael J. Spencer2011-01-20