This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked archived-llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2026-01-31 01:35:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
953394de82f636c9168a152f0ac9af7a4df13c05
archived-llvm-mirror
/
lib
/
Bitcode
/
Reader
History
Chris Lattner
953394de82
"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
..
BitcodeReader.cpp
clean up this code, add a fixme.
2010-01-09 02:02:37 +00:00
BitcodeReader.h
Final step in the metadata API restructuring: move the
2009-12-29 09:01:33 +00:00
BitReader.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
CMakeLists.txt
Remove derelict serialization code.
2009-12-31 23:40:17 +00:00
Makefile
Removed trailing whitespace from Makefiles.
2009-01-09 16:44:42 +00:00