This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-08 21:37:35 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
ExecutionEngine
/
JIT
History
Sylvestre Ledru
3b61f1fcff
Fix the build issue under ia64. Close bug
#5715
...
Thanks to Luca Falavigna for the help and most of the patch. llvm-svn: 189324
2013-08-27 06:49:46 +00:00
..
CMakeLists.txt
Remove exception handling support from the old JIT.
2013-05-07 20:53:59 +00:00
JIT.cpp
Fix the build issue under ia64. Close bug
#5715
2013-08-27 06:49:46 +00:00
JIT.h
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
2012-03-28 21:46:36 +00:00
JITEmitter.cpp
Remove dead code.
2013-05-10 23:34:51 +00:00
JITMemoryManager.cpp
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
2013-07-02 12:24:22 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Makefile
…