llvm-6502/lib
Chris Lattner b25c4ca9d8 regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33224 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-15 02:12:07 +00:00
..
Analysis Update code to eliminate calls to isInteger, calling isIntegral instead. 2007-01-15 01:58:56 +00:00
Archive
AsmParser regenerate 2007-01-15 02:12:07 +00:00
Bytecode Make sure that GEP indices are only 32 or 64 bits. We're not ready for 2007-01-13 00:10:02 +00:00
CodeGen eliminate calls to Type::isInteger, preferring isIntegral instead. 2007-01-15 02:03:16 +00:00
Debugger
ExecutionEngine eliminate calls to Type::isInteger, preferring isIntegral instead. 2007-01-15 02:03:16 +00:00
Linker For PR1064: 2007-01-12 07:05:14 +00:00
Support Update code to eliminate calls to isInteger, calling isIntegral instead. 2007-01-15 01:58:56 +00:00
System Avoid taking the address of a macro by checking to see if stdin is defined 2007-01-11 00:35:10 +00:00
Target Make use of isInteger vs isIntegral more explicit 2007-01-15 01:48:11 +00:00
Transforms Eliminate calls to isInteger, generalizing code and tightening checks as needed. 2007-01-15 01:55:30 +00:00
VMCore teach VMCore to accept i1 add's and shifts 2007-01-15 02:05:34 +00:00
Makefile