llvm-6502/lib
Reid Spencer fbe7ae9e3c For PR1090:
Clean up the definitions of the helper functions per Chris' review
suggestions so they are easier to read.

For PR1091:
Print minimum signed integer values as unsigned so that we get no warnings
from the C compiler about constant ranges and value comparisons.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33010 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-08 08:00:00 +00:00
..
Analysis Fix a bug in an assert that would never trigger. 2007-01-08 05:34:39 +00:00
Archive
AsmParser For PR411: 2007-01-06 07:24:44 +00:00
Bytecode remove support for old-style varargs upgrading 2007-01-07 06:45:57 +00:00
CodeGen llvm 2.0 doesn't support llvm.isunordered.* 2007-01-07 08:52:43 +00:00
Debugger
ExecutionEngine For PR950: 2006-12-31 05:51:36 +00:00
Linker For PR411: 2007-01-06 07:24:44 +00:00
Support Fix a bug in an assert that would never trigger. 2007-01-08 05:34:39 +00:00
System Partly fixed JITing on mingw32 platform. The support is not full due to 2006-12-19 15:24:18 +00:00
Target For PR1090: 2007-01-08 08:00:00 +00:00
Transforms Types should be const. 2007-01-07 21:45:41 +00:00
VMCore Change the interface to Module::getOrInsertFunction to be easier to use, 2007-01-07 08:09:25 +00:00
Makefile