aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/ELFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+16
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-25/+26
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+27
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-2/+1
|\
| * [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-2/+1
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-1/+1
|\ \ | |/
| * Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-12/+24
|\ \ | |/
| * [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
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-6/+28
|\ \ | |/
| * [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-041-6/+28
* | Merge "Add libLLVMObject to read executable file."Andrew Hsieh2012-05-061-0/+2
|\ \ | |/ |/|
| * Add libLLVMObject to read executable file.Logan Chien2012-04-201-0/+2
* | 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
* 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