llvm-6502/lib
Chris Lattner 0383cc4455 - Fix asmparser and bytecode reader to not generate loads/stores with idxs
Now an obnoxious warning is emitted to discourage usage.  Eventually
    support will be removed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3435 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-21 23:51:21 +00:00
..
Analysis - Split Dominators.h into Dominators.h & PostDominators.h 2002-08-21 23:43:50 +00:00
AsmParser - Fix asmparser and bytecode reader to not generate loads/stores with idxs 2002-08-21 23:51:21 +00:00
Bytecode Emit an obnoxious warning message for bytecode that includes load/store 2002-08-21 22:55:27 +00:00
CodeGen Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
ExecutionEngine Remove support for NOT instruction 2002-08-14 17:45:39 +00:00
Linker fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll 2002-08-20 19:35:11 +00:00
Support Simplify writing custom parsers. 2002-08-07 18:36:37 +00:00
Target - Do not expose ::ID from any of the analyses anymore. 2002-08-21 17:09:45 +00:00
Transforms - Split Dominators.h into Dominators.h & PostDominators.h 2002-08-21 23:43:50 +00:00
VMCore Remove debugging code accidentally checked in. 2002-08-21 22:49:31 +00:00
Makefile