summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2012-10-18Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson1-0/+7
2012-10-17Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling1-1/+1
2012-10-12JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi1-1/+1
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling1-0/+1
2012-10-12Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi1-1/+1
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling1-1/+1
2012-10-08Some regression tests which are testing the old jit and are exercising functi...James Molloy1-1/+14
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor9-1/+769
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2-3/+4
2012-09-26Fix of hang during Intel JIT profilingAndrew Kaylor1-1/+1
2012-08-01Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka1-2/+2
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth3-3/+3
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2-14/+14
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling1-1/+1
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling1-3/+3
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi4-5/+2
2012-06-21llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.NAKAMURA Takumi1-1/+1
2012-06-21Add some missing dependencies here that I missed in my first passChandler Carruth1-1/+4
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth2-0/+66
2012-05-16Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan1-6/+8
2012-03-29Fix missed files in JIT unittests MakefileDanil Malyshev1-1/+2
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev1-0/+4
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth1-4/+0
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev1-0/+4
2012-03-15Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky6-26/+24
2012-03-14Clean up removed file after r152620Eli Bendersky1-0/+0
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky6-238/+746
2012-01-16MCJIT support for non-function sections.Jim Grosbach1-0/+8
2011-12-02unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith1-3/+5
2011-11-09unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi1-2/+15
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2-2/+2
2011-09-03Exclude more arm jit failures pending PR10783.Andrew Trick2-3/+4
2011-08-26Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick1-0/+9
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2-2/+2
2011-07-27Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin1-1/+1
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner3-8/+8
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2-3/+3
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2-3/+3
2011-07-11De-constify Types in FunctionType::get().Jay Foad2-3/+3
2011-06-16add some #includes that will soon be needed.Chris Lattner1-0/+1
2010-11-19unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi1-0/+4
2010-07-22missed a use of SizeRequired.Chris Lattner1-2/+0
2010-07-22instead of migrating it to the MC instruction encoder, justChris Lattner1-25/+0
2010-04-13Update unittest for allocator laziness.Benjamin Kramer1-4/+4
2010-04-05update unit test for api change.Chris Lattner1-3/+1
2010-03-04Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin1-0/+23
2010-03-04Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin1-0/+27
2010-02-11Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin1-0/+164
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2-23/+52
2010-01-26Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2-16/+0