llvm-6502/lib/Bytecode
Chris Lattner 1d78516c65 Fix a serious bug in the double constant reader. In particular, because
(At[3] << 24) is an int type and it is being coerced to uint64_t, it was
getting sign extended, causing us to get FFFFFFFFxxxxxxxx constants all of
the time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15224 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-25 23:15:44 +00:00
..
Archive Add #include <iostream> which is needed now that Value.h doesn't include it 2004-07-04 11:01:27 +00:00
Reader Fix a serious bug in the double constant reader. In particular, because 2004-07-25 23:15:44 +00:00
Writer Adjust to new Module.h interface for dependent libraries. 2004-07-25 21:32:02 +00:00
Makefile Remove newly defunct Analyzer directory. 2004-06-29 23:21:16 +00:00