This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-18 01:26:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Bitcode
/
Reader
History
Chris Lattner
c1d86cda8c
the type field for a store is the type of the pointer, not the value.
...
With this fix I can round trip treeaadd, only losing calling conv info. llvm-svn: 36706
2007-05-03 22:21:59 +00:00
..
BitcodeReader.cpp
the type field for a store is the type of the pointer, not the value.
2007-05-03 22:21:59 +00:00
BitcodeReader.h
add reader logic for terminator instrs.
2007-05-02 05:46:45 +00:00
Makefile
Initial support for reading bitcode files. They currently only read types,
2007-04-22 06:23:29 +00:00