Replace -use-init-array with -use-ctors.
[oota-llvm.git] / lib / ExecutionEngine /
2014-08-29 Lang Hames[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-28 Lang Hames[MCJIT] Fix format specifiers for debug output in Runti...
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-27 Lang Hames[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
2014-08-27 Lang Hames[MCJIT] More endianness fixes for RuntimeDyldMachO.
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Benjamin KramerSilence unused function warning in Release builds.
2014-08-26 Dylan NoblesmithExecutionEngine: address review comments
2014-08-25 Lang Hames[MCJIT][SystemZ] Use a simpler expression for indirect...
2014-08-25 Lang Hames[MCJIT] Dump section memory both before and after reloc...
2014-08-25 Lang Hames[MCJIT] Make RuntimeDyld dump section contents in ...
2014-08-25 Dylan NoblesmithExecutionEngine: unique_ptr-ify
2014-08-25 Dylan NoblesmithEE/JIT: unique_ptr-ify
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-21 Rafael EspindolaRemove dead code. NFC.
2014-08-21 Elena DemikhovskyIntelJITEventListener updates to fix breaks by recent...
2014-08-19 Lang Hames[MCJIT] Allow '$' characters in symbol names in Runtime...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-18 Rafael EspindolaUse a range loop. NFC.
2014-08-18 Lang Hames[MCJIT] Respect target endianness in RuntimeDyldMachO...
2014-08-17 Rafael EspindolaUse copy initialization to initialize std::unique_ptr.
2014-08-14 Lang Hames[MCJIT] Support DisableSymbolSearching and InstallLazyF...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Lang Hames[MCJIT] Simplify immediate decoding code in the Runtime...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Lang Hames[MCJIT] Replace a c-style cast with reinterpret_cast...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-02 Lang Hames[MCJIT] Fix an overly-aggressive check in RuntimeDyldMa...
2014-08-01 Rafael EspindolaInclude Archive.h
2014-08-01 Rafael EspindolaMove virtual method out of line.
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-08-01 Rafael EspindolaUse range loop.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-29 Lang Hames[MCJIT] Add options to llvm-rtdyld to describe a phony...
2014-07-29 Lang Hames[MCJIT] Make sure we print the full 64-bit result of...
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-23 Saleem AbdulrasoolExecutionEngine: remove a stray semicolon
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-23 NAKAMURA TakumiRuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused...
2014-07-22 Lang Hames[MCJIT] Make stub_addr functionality in RuntimeDyldChec...
2014-07-22 Lang Hames[MCJIT] Teach RuntimeDyldChecker to handle underscores...
2014-07-22 Lang Hames[MCJIT] Improve stub_addr file-not-found diagnostic...
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Juergen RibutzkaAppease the buildbots.
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add a helper function...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Implement the decodeAdden...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add assertion to check...
2014-07-22 Juergen Ributzka[RuntimeDyld] Change the return type of decodeAddend...
2014-07-21 Aaron BallmanFixing an MSVC conversion warning about implicitly...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-19 Lang Hames[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO...
2014-07-18 Lang Hames[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_AD...
2014-07-17 Lang Hames[MCJIT] Fix the alignment requirements for ARM and...
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...
2014-07-16 Lang Hames[MCJIT] Improve a RuntimeDyldChecker diagnostic.
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-14 Lang Hames[RuntimeDyld] Handle endiannes differences between...
2014-07-12 Lang Hames[RuntimeDyld] Fix stub size and offset for AArch64...
2014-07-11 Lang Hames[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyl...
2014-07-10 Lang Hames[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
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.
next