Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld /
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-13 Jim GrosbachMCJIT: relocation addends encoded in the target aren...
2012-09-13 Jim GrosbachMCJIT: Make sure to mask off non-type-field bits.
2012-09-13 Jim GrosbachMCJIT: Pass the i386 MachO relocation type properly.
2012-09-10 Michael J. Spencer[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-08-27 Danil MalyshevFix comment for function RuntimeDyldImpl.resolveRelocat...
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-07-23 Sylvestre LedruFix a typo (the the => the)
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyIt doesn't make sense to move symbol relocations to...
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-17 Danil MalyshevFix incorrect call of resolveRelocation() for ARM ELF...
2012-04-16 Preston GurdAdd files which were not included by commit 154868.
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-01 Eli BenderskyRemoving a file that's no longer being used after the...
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-26 Sean CallananMade RuntimeDyldMachO support vanilla i386
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-20 Sean CallananRuntimeDyldMachO has the ability to keep track of
2012-03-07 Sean CallananImproved support in RuntimeDyldMachO for generating
2012-03-01 Sean CallananFixed the 32-bit runtime dynamic loader to allocate
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-13 Ahmed CharlesRemove duplicate code in this header file which seemed...
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
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-21 Jim GrosbachRuntimeDyld alignment adjustment from MachO file.
2012-01-20 Jim GrosbachFix inverted condition.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT handle a few more simple x86 relocations for...
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...
2012-01-06 Eli BenderskyFix typo in string
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Jim GrosbachIgnore MachO symbol flags in the upper nibble of n_desc.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-05-13 Jim GrosbachBe a bit more permissive about symbols we don't underst...
2011-05-13 Jim GrosbachTeach the RtDyld to tell the memory manager about how...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-23 Jim GrosbachRuntime dylib simple ARM 24-bit branch relocation support.
2011-03-23 Jim GrosbachSplit out relocation resolution into target-specific...
2011-03-23 Jim GrosbachStart of relocation resolution for the runtime dyld...
2011-03-22 Jim GrosbachTidy up.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-22 Jim GrosbachInitialize HasError.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.