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-10 17:46:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
Interpreter
History
Chris Lattner
8bd5c77731
callExternalMethod now returns the return value of the function
...
llvm-svn: 1048
2001-10-30 20:28:23 +00:00
..
Execution.cpp
* Add some assertions for checking internal error conditions
2001-10-30 20:27:31 +00:00
ExecutionAnnotations.h
Implement global variables. Struct and Pointer initializers are not implemented yet though
2001-10-15 05:51:48 +00:00
ExternalFunctions.cpp
Implement a gross function name map that must be used when linking statically
2001-10-30 20:28:00 +00:00
Interpreter.h
callExternalMethod now returns the return value of the function
2001-10-30 20:28:23 +00:00
Support.cpp
Initial checkin of interpreter
2001-08-23 17:05:04 +00:00
UserInput.cpp
Don't fail to load runtime if running LLI from the current directory
2001-10-30 16:40:37 +00:00