This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
llvm-capstone
Watch
1
Star
0
Fork
0
You've already forked llvm-capstone
mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced
2025-05-20 04:46:33 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
llvm-capstone
/
llvm
/
lib
/
Bitcode
/
Reader
History
David Greene
c656cbb8c2
Update GEP constructors to use an iterator interface to fix
...
GLIBCXX_DEBUG issues. llvm-svn: 41697
2007-09-04 15:46:09 +00:00
..
BitcodeReader.cpp
Update GEP constructors to use an iterator interface to fix
2007-09-04 15:46:09 +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
Makefile
Initial support for reading bitcode files. They currently only read types,
2007-04-22 06:23:29 +00:00