llvm-6502/lib
Chris Lattner 8e28b5c426 Stop using isTwoAddress, switching to operand constraints instead.
Tell the codegen emitter that specific operands are not to be encoded, fixing
JIT regressions w.r.t. pre-inc loads and stores (e.g. lwzu, which we generate
even when general preinc loads are not enabled).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31770 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-15 23:24:18 +00:00
..
Analysis A shim over other AA impls to catch incorrect uses 2006-11-14 05:21:04 +00:00
Archive
AsmParser Initialize some pointers to quiet the compiler (when doing build_gcc 2006-11-12 11:10:39 +00:00
Bytecode Discard code that supported old bytecode formats. This makes the Bytecode 2006-11-14 04:47:22 +00:00
CodeGen Match live variable changes. 2006-11-15 20:55:15 +00:00
Debugger
ExecutionEngine Simplify IntrinsicLowering and clarify that it is only for use by the 2006-11-15 18:00:10 +00:00
Linker Remvoe a do-nothing else block. 2006-11-11 20:27:49 +00:00
Support
System
Target Stop using isTwoAddress, switching to operand constraints instead. 2006-11-15 23:24:18 +00:00
Transforms Fix a gcc 4.2 warning. 2006-11-15 04:53:24 +00:00
VMCore Add run(Function &F) support in FunctionPassManager_New 2006-11-15 19:39:54 +00:00
Makefile