[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITCAPITest.cpp
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-08-11 David BlaikieFix UB in MCJIT test cases that relied on union type...
2015-08-03 Lang Hames[MCJIT] Fix a cast warning in the unit-test introduced...
2015-07-30 NAKAMURA TakumiMCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
2015-07-30 Lang Hames[MCJIT] Fix a memory leak in a unit test that was intro...
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-01-15 Vasileios KalintirisFix the C-API MCJIT test for 32-bit big endian machines.
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
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-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
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-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
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-19 Renato GolinSubArch support in MCJIT unittest
2013-05-19 Tim NorthoverAArch64: enable MCJIT unittests
2013-05-10 Andrew KaylorFix MCJITCAPITest.cpp unit test on Windows.
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 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API