aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/ELFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change relocation API to be per section.Michael J. Spencer2011-10-071-79/+301
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-281-0/+28
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-141-1/+78
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-081-12/+280
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-151-0/+12
* Object: Add proper error handling.Michael J. Spencer2011-06-251-62/+100
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-20/+22
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-22/+20
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-20/+22
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-0/+2
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-211-60/+40
* Object: Add ELF support.Michael J. Spencer2011-01-201-0/+706