aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)Author
2013-05-10Fixing MCJIT unit test on Windows.Andrew Kaylor
2013-05-06[SystemZ] Set up JIT/MCJIT test casesUlrich Weigand
2013-05-06Simplify JIT unit test #ifdefsUlrich Weigand
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-05-01Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola
2013-04-24Exposing MCJIT through C APIAndrew Kaylor
2013-04-23Fixing cmake build for MCJIT unit testsAndrew Kaylor
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-04-05Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma
2013-04-04Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola
2013-03-28Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-11Fix bug in exception table allocation (PR13678)Eli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-10-31MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson
2012-10-31Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson
2012-10-31Commit access test.Amara Emerson
2012-10-31Disable all old-JIT unit tests on PowerPC.Ulrich Weigand
2012-10-18Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson
2012-10-17Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling
2012-10-12JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-12Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-08Some regression tests which are testing the old jit and are exercising functi...James Molloy
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-26Fix of hang during Intel JIT profilingAndrew Kaylor
2012-08-01Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi
2012-06-21llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.NAKAMURA Takumi
2012-06-21Add some missing dependencies here that I missed in my first passChandler Carruth
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth
2012-05-16Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan
2012-03-29Fix missed files in JIT unittests MakefileDanil Malyshev
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev