aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+2
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-41/+41
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-1/+8
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-041-49/+51
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+6
* Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mang...Elena Demikhovsky2012-12-241-1/+1
* Query section for whether it should be executable.Tim Northover2012-12-171-5/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-043-5/+5
* RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi2012-12-042-2/+2
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-033-3/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-13/+14
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-282-227/+0
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-272-0/+227
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-162-3/+2
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+10
* Remove DOS line endings.Jakub Staszak2012-11-141-76/+76
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-7/+9
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-026-77/+99
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-2/+2
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-294-18/+47
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-254-7/+348
* Grammar.Eric Christopher2012-10-231-1/+1
* Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor2012-10-121-1/+7
* Indenting.Eric Christopher2012-10-121-11/+11
* Remove unnecessary classof()'sSean Silva2012-10-111-3/+0
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-031-2/+10
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-029-139/+137
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-2/+2
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-132-3/+3
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-131-1/+6
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-131-1/+1
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-131-1/+1
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-2/+1
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-052-0/+17
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-271-1/+4
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-202-10/+10
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-174-5/+121
* Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor2012-07-271-5/+4
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* RuntimeDyld cleanup:Eli Bendersky2012-05-014-65/+77
* RuntimeDyld code cleanup:Eli Bendersky2012-05-016-30/+38
* It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2012-04-302-26/+27
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-304-72/+95
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-293-25/+27
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-171-2/+2
* Add files which were not included by commit 154868.Preston Gurd2012-04-163-0/+316
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-167-24/+226