summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAge
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-31
* Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson2012-10-31
* Commit access test.Amara Emerson2012-10-31
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-31
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-18
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-17
* JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi2012-10-12
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-12
* Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi2012-10-12
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-12
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-08
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-04
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-26
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-01
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-29
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-21
* llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.NAKAMURA Takumi2012-06-21
* Add some missing dependencies here that I missed in my first passChandler Carruth2012-06-21
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-16
* Fix missed files in JIT unittests MakefileDanil Malyshev2012-03-29
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-15
* Clean up removed file after r152620Eli Bendersky2012-03-14
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith2011-12-02
* unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi2011-11-09
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-03
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-26
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* add some #includes that will soon be needed.Chris Lattner2011-06-16
* unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi2010-11-19
* missed a use of SizeRequired.Chris Lattner2010-07-22
* instead of migrating it to the MC instruction encoder, justChris Lattner2010-07-22
* Update unittest for allocator laziness.Benjamin Kramer2010-04-13
* update unit test for api change.Chris Lattner2010-04-05
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-04