Fix prefix comparison from r212308
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld /
2014-06-28 Alp TokerFix build following r211956
2014-06-27 Lang Hames[RuntimeDyld] Use a raw_ostream and llvm::format for...
2014-06-27 Lang Hames[RuntimeDyld] #include <cctype> header in RuntimeDyldCh...
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-27 Aaron BallmanSilencing some -Wcast-qual warnings. No functional...
2014-06-27 Ulrich Weigand[RuntimeDyld, PowerPC] Fix/improve handling of TOC...
2014-06-26 Lang Hames[RuntimeDyld] Teach MachOObjectImage to deregister...
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-23 Lang Hames[RuntimeDyld] Remove relocation bounds check introduced...
2014-05-22 Lang Hames[RuntimeDyld] Teach RuntimeDyldMachO how to handle...
2014-05-19 Lang Hames[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
2014-05-13 Lang Hames[RuntimeDyld] Fix handling of i386 PC-rel external...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-09 Lang Hames[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Reloc...
2014-05-07 Lang HamesBack out r208257 while I investigate tester failures.
2014-05-07 Lang Hames[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymb...
2014-04-30 James Molloy[ARM64] Try and make the ELF MCJIT *slightly* less...
2014-04-29 Reid KlecknerFix the build with MSVC 2013 by explicitly requesting...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Jim GrosbachRevert "[rtdyld,c++11] Range'ify symbol table walking."
2014-04-21 Jim Grosbach[rtdyld,c++11] Range'ify symbol table walking.
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-26 Juergen Ributzka[MCJIT] Check if there have been errors during RuntimeD...
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-21 Juergen Ributzka[RuntimeDyld] Fix comment for previous commit (r204439)
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Lang HamesMake GDBJITRegistrar thread safe. Patch by Jim Kearyn...
2014-03-11 Ulrich Weigand[ppc64] Patch in TOC restore code after all external...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-18 Lang HamesConsistently check 'IsCode' when allocating sections...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-02-11 Bradley Smith[AArch64] Add missing PCRel relocations for AArch64...
2014-02-11 Lang HamesIn RuntimeDyldImpl::emitSection, make Allocate (section...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-29 Lang HamesAdd support for PC-relative non-extern relocations...
2014-01-29 Renato GolinEnable EHABI by default
2014-01-24 Alp TokerFix known typos
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-16 Rafael EspindolaAttempt to fix the MSVC build.
2014-01-16 Rafael EspindolaPrevent calls to __jit_debug_register_code from being...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-11-19 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-11 Andrew KaylorFixing a problem with iterator validity in RuntimeDyldI...
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-19 Yaron KerenAvoid duplicate search by reusing the iterator.
2013-10-16 Andrew KaylorAdding padding to the .eh_frame section in RuntimeDyld
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-05 Andrew KaylorAdding multiple GOT handling to RuntimeDyldELF
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-16 Richard MittonFixed RuntimeDyldELF absolute relocations.
2013-08-15 Lang HamesSupport X86_64_GOTLoad relocations in RuntimeDyldMachO...
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
next