Make use of common-symbol alignment info in ELF loader.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldELF.cpp
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-25 Adhemerval ZanellaPowerPC: Initial support for PowerPC64 MCJIT
2012-10-23 Eric ChristopherGrammar.
2012-10-12 Andrew KaylorCheck section type rather than assuming it's code when...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-03 Tim NorthoverImplement .rel relocation for R_ARM_ABS32 in MCJIT.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-10 Michael J. Spencer[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-07-27 Andrew KaylorFixing problems with X86_64_32 relocations and making...
2012-07-27 Andrew KaylorTest commit, clean up comment
2012-07-27 Andrew KaylorTest commit, clean up comment
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-17 Danil MalyshevFix incorrect call of resolveRelocation() for ARM ELF...
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Duncan SandsExplain to the compiler why TargetAddr is not used...
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyA fix for the previous commit: "integer constant is...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...