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-02 15:51:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Bytecode
/
Reader
History
Chris Lattner
f898cccc07
These libs use EH info
...
llvm-svn: 29043
2006-07-07 16:44:31 +00:00
..
Analyzer.cpp
Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway.
2006-07-06 18:02:27 +00:00
Makefile
These libs use EH info
2006-07-07 16:44:31 +00:00
Reader.cpp
Fix a bug in the bc reader/writer: we were not correctly encoding varargs
2006-05-26 18:42:34 +00:00
Reader.h
Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3.
2006-07-07 06:06:06 +00:00
ReaderWrappers.cpp
Change the ModuleProvider interface to not throw exceptions.
2006-07-06 21:35:01 +00:00