This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3635b7b3b
llvm-project
/
llvm
/
unittests
/
ExecutionEngine
History
Craig Topper
af0dea1347
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
...
llvm-svn: 185606
2013-07-04 01:31:24 +00:00
..
JIT
Fix -Wsign-compare warning and remove windows-style line endings introduced by r185421
2013-07-02 16:48:10 +00:00
MCJIT
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +00:00
CMakeLists.txt
Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT.
2013-03-28 03:38:29 +00:00
ExecutionEngineTest.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
Makefile
Enable JIT/MCJIT unit tests for targets with JIT support.
2013-04-05 14:26:16 +00:00