[ADT] Add a 'find_as' operation to DenseSet.
[oota-llvm.git] / unittests / ExecutionEngine /
2014-10-01 Argyrios KyrtzidisAdds 'override' to overriding methods. NFC.
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-23 NAKAMURA TakumiRework r218304, "ExecutionEngineTests: Call llvm_shutdo...
2014-09-23 NAKAMURA TakumiExecutionEngineTests: Call llvm_shutdown() on exit...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-21 Elena DemikhovskyIntelJITEventListener updates to fix breaks by recent...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Rafael EspindolaSimplify memory ownership with std::unique_ptr.
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Alp TokerFix build when no native target is enabled
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-07 Rafael EspindolaReplace a virtual with an override.
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-11 NAKAMURA TakumiMultiJITTest.cpp: Tweak getPointerToNamedFunction(...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-25 Renato GolinDisable old JIT unittests for AARch64
2014-02-24 Andrew TrickDisable an MCJIT test on older Darwins until we have...
2014-02-21 Filip PizloThis test was failing on non-X86-64 platforms because...
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-15 Lang HamesRemove tautological test line (unsigneds are always...
2014-02-13 Lang HamesFix misleading comment.
2014-02-13 Lang HamesThe new MCJIT C-API unit test is generating objects...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-27 Nico WeberAttempt to fix JIT unit tests after r198087.
2013-12-12 Richard BartonRemove some dead code
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-10 NAKAMURA TakumiAdd JIT to LINK_COMPONENTS in MCJITTests/Makefile.
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
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-10-21 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-02 Tim NorthoverMCJIT: skip some more new multi-module tests on unsuppo...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-13 Stephen LinConvert Windows to Unix line endings, no functionality...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 David BlaikieFix -Wsign-compare warning and remove windows-style...
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-20 Akira Hatanaka[mips] Remove Triple:mips from SupportedArchs in MCJIT...
2013-05-30 Rafael EspindolaRemove unused member.
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Ulrich WeigandAlternative fix for problem addressed in r182233
2013-05-20 Bob WilsonPartially revert change in r181200 that tried to simpli...
2013-05-19 Renato GolinSubArch support in MCJIT unittest
2013-05-19 Tim NorthoverAArch64: enable MCJIT unittests
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-10 Andrew KaylorFix MCJITCAPITest.cpp unit test on Windows.
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Ulrich Weigand[SystemZ] Set up JIT/MCJIT test cases
2013-05-06 Ulrich WeigandSimplify JIT unit test #ifdefs
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloWrap some lines to bring MCJITCAPITest into conformance...
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-23 Andrew KaylorFixing cmake build for MCJIT unit tests
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-05 Jyotsna VermaEnable JIT/MCJIT unit tests for targets with JIT support.
2013-04-04 Rafael EspindolaExplicitly add -Wl,--export-all-symbols on mingw/cygwin.
next