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
28a75d4674eeabaaa6bef8b4c2fa4fa31928636b
archived-llvm-mirror
/
lib
/
Bitcode
/
Reader
History
Ted Kremenek
28a75d4674
Modified Deserializer::ReadCStr to allow C-strings to be read into a
...
std::vector<char> starting from any index in the vector. llvm-svn: 45129
2007-12-17 22:25:12 +00:00
..
BitcodeReader.cpp
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
2007-12-17 01:12:55 +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
BitReader.cpp
Adding Ocaml bindings for the bitreader as requested by Sarah
2007-12-11 00:20:48 +00:00
Deserialize.cpp
Modified Deserializer::ReadCStr to allow C-strings to be read into a
2007-12-17 22:25:12 +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