llvm-6502/lib
Reid Spencer b78b908d4a Implement signedness caching for values, value lists, constants and
constant lists. This is just an internal change to the parser in
preparation for some backwards compatibility code that is to follow.
This will allow things like "uint 4000000000" to retain the unsignedness
of the integer constant as the value moves through the parser. In the
future, all integer types will be signless but parsing "uint" and friends
will be retained for backwards compatibility.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31964 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-28 07:28:14 +00:00
..
Analysis For PR950: 2006-11-27 01:05:10 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser Implement signedness caching for values, value lists, constants and 2006-11-28 07:28:14 +00:00
Bytecode For PR950: 2006-11-27 01:05:10 +00:00
CodeGen Put the #include for a module first. 2006-11-28 03:31:29 +00:00
Debugger For PR786: 2006-11-02 20:25:50 +00:00
ExecutionEngine Removed #include <iostream> and replaced streams with llvm streams. 2006-11-27 23:54:50 +00:00
Linker Removed #include <iostream> and replaced with llvm_* streams. 2006-11-27 10:09:12 +00:00
Support Removed #include <iostream> and replace with llvm_* streams. 2006-11-26 10:52:51 +00:00
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Target Fix JIT encoding bugs for shift / rotate by one ops. 2006-11-28 01:28:00 +00:00
Transforms Remove 4 FIXME's from the CAST patch now that the back end is correctly 2006-11-28 07:23:01 +00:00
VMCore Changed to using LLVM streams. 2006-11-28 02:09:03 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00