llvm-6502/lib
Chris Lattner 28249d98e1 Add a few more encodings, we can now encode all of:
pushl	%ebp
	movl	%esp, %ebp
	movl	$42, %eax
	popl	%ebp
	ret



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95344 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-05 01:53:19 +00:00
..
Analysis Change the argument to getIntegerSCEV to be an int64_t, rather 2010-02-04 02:43:51 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser
Bitcode
CodeGen When the scheduler unfold a load folding instruction it move some of the predecessors to the unfolded load. It decides what gets moved to the load by checking whether the new load is using the predecessor as an operand. The check neglects the cases whether the predecessor is a flagged scheduling unit. 2010-02-05 01:27:11 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support add support for the sparcv9-*-* target triple to turn on 2010-02-04 06:34:01 +00:00
System
Target Add a few more encodings, we can now encode all of: 2010-02-05 01:53:19 +00:00
Transforms Do not reassociate expressions with i1 type. SimplifyCFG converts some 2010-02-04 23:32:37 +00:00
VMCore
Makefile