LTO: rename the various makeLTOModule overloads.
[oota-llvm.git] / lib / ExecutionEngine /
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
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 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-17 Zachary TurnerRemove more occurrences of the unused-mutex-parameter...
2014-06-16 Zachary TurnerCleanup more unreferenced MutexGuard parameters on...
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
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-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-01 Elena DemikhovskyUpdates in IntelJITEventListener.cpp - by Arch Robison.
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
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-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-13 Lang Hames[RuntimeDyld] Fix handling of i386 PC-rel external...
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
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-08 Rafael EspindolaUse range loop.
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 BlaikieFix MSVC build broken by r207580
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-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Kaelyn TakataReplace two calls to object::symbol_iterator::increment...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-28 Chandler Carruth[cleanup] Hoist the initialization and constants for...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
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-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
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-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Lang HamesConsistently check 'IsCode' when allocating sections...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
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.
next