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-13 13:00:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Bitcode
/
Reader
History
Dan Gohman
760d574313
Add explicit keywords.
...
llvm-svn: 44234
2007-11-19 15:30:20 +00:00
..
BitcodeReader.cpp
Add explicit keywords.
2007-11-19 15:30:20 +00:00
BitcodeReader.h
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
2007-08-04 01:51:18 +00:00
Deserialize.cpp
Removed debug #define that was accidentally checked in while debugging
2007-11-14 17:42:09 +00:00
DeserializeAPFloat.cpp
Implemented generic serialization of APFloat.
2007-11-07 18:39:22 +00:00
DeserializeAPInt.cpp
Added serialization support for APInt.
2007-10-26 21:50:10 +00:00
Makefile
Initial support for reading bitcode files. They currently only read types,
2007-04-22 06:23:29 +00:00