This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ea84f59f5c1694de6ea62669c14c143c6bf52b94
clang-p2996
/
llvm
/
lib
/
ExecutionEngine
History
Chris Lattner
25963c6113
"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."
...
Patch by James Y Knight! llvm-svn: 93079
2010-01-09 22:27:07 +00:00
..
Interpreter
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer.
2010-01-05 13:12:22 +00:00
JIT
Move remaining stuff to the isInteger predicate.
2010-01-05 21:05:54 +00:00
CMakeLists.txt
Eliminate object-relinking support from CMake. Fixes PR 4429 and
2009-06-23 17:57:35 +00:00
ExecutionEngine.cpp
Move remaining stuff to the isInteger predicate.
2010-01-05 21:05:54 +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
Removed trailing whitespace from Makefiles.
2009-01-09 16:44:42 +00:00