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-11 07:18:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
ExecutionEngine
History
Chris Lattner
5ee5b62838
Add support for target-specific 32-bit custom-lowered
...
jump table entries. llvm-svn: 94505
2010-01-26 04:05:28 +00:00
..
Interpreter
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00
JIT
Add support for target-specific 32-bit custom-lowered
2010-01-26 04:05:28 +00:00
CMakeLists.txt
Eliminate object-relinking support from CMake. Fixes PR 4429 and
2009-06-23 17:57:35 +00:00
ExecutionEngine.cpp
Fix
http://llvm.org/PR6028
, an assertion failure when an UndefValue of
2010-01-15 08:32:58 +00:00
ExecutionEngineBindings.cpp
"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."
2010-01-09 22:27:07 +00:00
Makefile
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00