aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Fix missed files in JIT unittests MakefileDanil Malyshev2012-03-291-1/+2
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+4
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-4/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+4
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-156-26/+24
* Clean up removed file after r152620Eli Bendersky2012-03-141-0/+0
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-136-238/+746
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+8
* unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith2011-12-021-3/+5
* unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi2011-11-091-2/+15
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-162-2/+2
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-032-3/+4
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-261-0/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-2/+2
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-271-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-183-8/+8
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-122-3/+3
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-122-3/+3
* De-constify Types in FunctionType::get().Jay Foad2011-07-112-3/+3
* add some #includes that will soon be needed.Chris Lattner2011-06-161-0/+1
* unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi2010-11-191-0/+4
* missed a use of SizeRequired.Chris Lattner2010-07-221-2/+0
* instead of migrating it to the MC instruction encoder, justChris Lattner2010-07-221-25/+0
* Update unittest for allocator laziness.Benjamin Kramer2010-04-131-4/+4
* update unit test for api change.Chris Lattner2010-04-051-3/+1
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-041-0/+23
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-041-0/+27
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-111-0/+164
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-272-23/+52
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-262-16/+0
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-262-0/+16
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-262-16/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-222-0/+18
* Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin2009-12-231-0/+4
* Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin2009-12-222-7/+97
* Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin2009-12-221-0/+31
* Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin2009-12-171-0/+29
* Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2009-12-132-0/+28
* Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin2009-12-121-25/+0
* Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin2009-12-121-0/+25
* Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs toJeffrey Yasskin2009-11-241-0/+5
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-3/+34
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-161-151/+6
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-161-6/+151
* This test doesn't work on arm either.Benjamin Kramer2009-11-141-3/+1
* Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling2009-11-131-0/+4
* Use stubs when we have them, otherwise use code we already have,Eric Christopher2009-11-121-0/+41
* Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin2009-11-111-1/+7
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-091-3/+0
* Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin2009-10-281-0/+1