This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
7
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Bytecode
/
Reader
History
Chris Lattner
467d977868
Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'!
...
Fix testcase test/Regression/Assembler/2004-01-20-MaxLongLong.llx llvm-svn: 10928
2004-01-20 19:13:07 +00:00
..
ArchiveReader.cpp
* finegrainify namespacification of ArchiveReader.cpp
2004-01-10 19:00:15 +00:00
ConstantReader.cpp
Add support for reading bytecode files with compactiontables for bytecode files.
2004-01-18 21:08:15 +00:00
InstructionReader.cpp
Change all of the bytecode reader primitives to throw exceptions instead of
2004-01-15 06:13:09 +00:00
Makefile
Added LLVM copyright notice to Makefiles.
2003-10-20 22:26:57 +00:00
Reader.cpp
Fix bogus warning and simplify code
2004-01-20 17:06:29 +00:00
ReaderInternals.h
Add support for reading bytecode files with compactiontables for bytecode files.
2004-01-18 21:08:15 +00:00
ReaderPrimitives.h
Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'!
2004-01-20 19:13:07 +00:00
ReaderWrappers.cpp
Use new getFileSize function instead of sys/stat.h directly.
2003-12-30 07:40:35 +00:00