This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-06 04:46:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
Interpreter
History
Benjamin Kramer
619c4e57ba
Reduce dyn_cast<> to isa<> or cast<> where possible.
...
No functional change intended. llvm-svn: 234586
2015-04-10 11:24:51 +00:00
..
CMakeLists.txt
Raising minimum required CMake version to 2.8.12.2.
2015-03-23 20:03:57 +00:00
Execution.cpp
Reduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-10 11:24:51 +00:00
ExternalFunctions.cpp
Remove more superfluous .str() and replace std::string concatenation with Twine.
2015-03-30 15:42:36 +00:00
Interpreter.cpp
Make it explicit that ExecutionEngine takes ownership of the modules.
2014-08-19 04:04:25 +00:00
Interpreter.h
Add a missing return to operator=
2014-09-16 17:39:46 +00:00
LLVMBuild.txt
Prune redundant dependencies in LLVMBuild.txt.
2013-12-11 00:30:57 +00:00
Makefile
…