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-12 12:33:17 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Bytecode
/
Reader
History
Chris Lattner
c55abf6f70
Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway.
...
llvm-svn: 29017
2006-07-06 18:02:27 +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
Use archive libraries instead of object files for VMCore, BCReader,
2006-06-01 01:30:27 +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 auto-upgrade of intrinsics to work properly with both assembly and
2006-01-27 11:49:27 +00:00
ReaderWrappers.cpp
For PR787:
2006-06-07 23:18:34 +00:00