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-04-04 08:41:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Bitcode
/
Reader
History
Dan Gohman
18bbc20ac8
Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case
...
of a forward-reference, which doesn't use an "abbrev" encoding. llvm-svn: 94454
2010-01-25 21:55:39 +00:00
..
BitcodeReader.cpp
Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case
2010-01-25 21:55:39 +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
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00