aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-12/+0
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-11/+15
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+1
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-1/+2
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-021-17/+17
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-0/+23
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-211-42/+19
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-201-3/+25
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-110/+0
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-063-6/+9
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-062-28/+10
* Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola2013-04-041-0/+3
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-041-3/+1
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-282-1/+3
* 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-025-26/+26
* Sort the #include lines for unittest/...Chandler Carruth2012-12-046-32/+27
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+3
* 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
* 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-212-2/+1
* 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-211-0/+55
* 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-155-0/+746
* 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-131-238/+0
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+8
* 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