aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-282-1/+3
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-1/+1
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-3/+50
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-027-35/+35
* Sort the #include lines for unittest/...Chandler Carruth2012-12-0410-38/+33
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-275-406/+175
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-273-63/+205
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-153-4/+8
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-311-0/+5
* Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson2012-10-311-3/+11
* Commit access test.Amara Emerson2012-10-311-0/+1
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-312-21/+22
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-181-0/+7
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-171-1/+1
* JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi2012-10-121-1/+1
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-121-0/+1
* Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi2012-10-121-1/+1
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-121-1/+1
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-081-1/+14
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-049-1/+769
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-282-3/+4
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-261-1/+1
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-011-2/+2
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-153-3/+3
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-292-14/+14
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-1/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-3/+3
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-214-5/+2
* llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.NAKAMURA Takumi2012-06-211-1/+1
* Add some missing dependencies here that I missed in my first passChandler Carruth2012-06-211-1/+4
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-212-0/+66
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-161-6/+8
* 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