| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ELF program header. | Hemant Kulkarni | 2012-10-05 | 1 | -0/+29 |
* | Add PowerPC64 definitions for ELF.h | Adhemerval Zanella | 2012-10-05 | 1 | -0/+4 |
* | Add LLVM support for Swift. | Bob Wilson | 2012-09-29 | 1 | -1/+4 |
* | Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol... | Alexey Samsonov | 2012-09-21 | 2 | -1/+14 |
* | Remove redundant semicolons to fix -pedantic-errors build break with older Cl... | Richard Smith | 2012-09-17 | 1 | -4/+4 |
* | Add Michael Spencer's iterator class for stepping through relocations. Add m... | Sid Manning | 2012-09-17 | 1 | -0/+85 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 2 | -4/+4 |
* | [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni! | Michael J. Spencer | 2012-09-10 | 1 | -22/+25 |
* | Teach libObject about some more ELF relocations. llvm-objdump -r now knows | Nick Lewycky | 2012-09-05 | 1 | -6/+17 |
* | Add ARM ELF support to llvm-objdump. | Logan Chien | 2012-09-01 | 1 | -0/+138 |
* | Fix misaligned access in MachO object file reader: despite containing an | Richard Smith | 2012-08-21 | 1 | -0/+5 |
* | Correct MCJIT functionality for MIPS32 architecture. | Akira Hatanaka | 2012-08-17 | 1 | -0/+3 |
* | Revert r162034, r162035 and r162037. | Roman Divacky | 2012-08-16 | 1 | -8/+0 |
* | Handle PowerPC. | Roman Divacky | 2012-08-16 | 1 | -0/+8 |
* | [Object] Remove unneeded const_cast. | Michael J. Spencer | 2012-07-24 | 1 | -2/+1 |
* | Add new interfaces to support ldd's ReaderElf.cpp. | Anshuman Dasgupta | 2012-07-24 | 1 | -3/+42 |
* | Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@... | Marshall Clow | 2012-06-23 | 1 | -0/+99 |
* | Remove 'static' from inline functions defined in header files. | Chandler Carruth | 2012-06-20 | 1 | -2/+2 |
* | Added accessors for getting coff_relocation info | Marshall Clow | 2012-06-18 | 2 | -1/+9 |
* | Adding acessors to COFFObjectFile so that clients can get at the (non-generic... | Marshall Clow | 2012-06-15 | 1 | -0/+5 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 2 | -2/+2 |
* | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 2 | -2/+19 |
* | Implement GDB integration for source level debugging of code JITed using | Preston Gurd | 2012-04-16 | 1 | -0/+9 |
* | Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the... | Craig Topper | 2012-04-13 | 1 | -9/+0 |
* | This patch improves the MCJIT runtime dynamic loader by adding new handling | Preston Gurd | 2012-04-12 | 4 | -0/+86 |
* | Add a constructor for DataRefImpl and remove excess initialization. | Danil Malyshev | 2012-04-10 | 2 | -25/+8 |
* | [Object/COFF]: Expose getSectionContents. | Michael J. Spencer | 2012-03-19 | 1 | -0/+5 |
* | [Object/COFF]: Expose getSectionName. | Michael J. Spencer | 2012-03-19 | 2 | -0/+8 |
* | Support reading GNU symbol versions in ELFObjectFile | David Meyer | 2012-03-09 | 1 | -9/+360 |
* | [Object] | David Meyer | 2012-03-09 | 6 | -14/+45 |
* | [Object] | David Meyer | 2012-03-01 | 4 | -1/+39 |
* | [Object] | David Meyer | 2012-03-01 | 4 | -1/+330 |
* | [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi... | David Meyer | 2012-02-29 | 2 | -11/+24 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 4 | -77/+32 |
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 4 | -20/+90 |
* | Remove duplicate copy of Object/ELF.h that somehow managed to get in. | Michael J. Spencer | 2012-02-27 | 1 | -1487/+0 |
* | Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly | Eli Bendersky | 2012-02-12 | 2 | -2/+2971 |
* | Remove trailing spaces | Eli Bendersky | 2012-01-22 | 1 | -3/+3 |
* | Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented | Eli Bendersky | 2012-01-22 | 1 | -1/+3 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 2 | -1/+2 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-29 | 3 | -6/+17 |
* | Revert r145180 as it is causing test failures on all the bots. | Chandler Carruth | 2011-11-27 | 3 | -17/+6 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-27 | 3 | -6/+17 |
* | Object/Archive: Give Child a operator < for map. | Michael J. Spencer | 2011-11-16 | 1 | -0/+8 |
* | object: Add operator < for SymbolRef and SectionRef. | Michael J. Spencer | 2011-11-02 | 1 | -0/+16 |
* | Object/Archive: Add symbol table iteration. | Michael J. Spencer | 2011-11-02 | 1 | -0/+46 |
* | Add support for scattered relocations to the MachO relocatation pretty printer. | Owen Anderson | 2011-10-26 | 1 | -1/+3 |
* | Expand relocation type field to 64 bits. MachO scattered relocations require... | Owen Anderson | 2011-10-26 | 3 | -5/+5 |
* | Object/Archive: Add BSD style long file name support and skip internal members. | Michael J. Spencer | 2011-10-25 | 1 | -1/+1 |
* | Add support for the notion of "hidden" relocations. On MachO, these are relo... | Owen Anderson | 2011-10-25 | 2 | -0/+14 |