llvm-6502/lib
Chris Lattner b72773bb88 Fold trunc(any_ext). This gives stuff like:
27,28c27
<       movzwl %di, %edi
<       movl %edi, %ebx
---
>       movw %di, %bx


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28137 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-05 22:56:26 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Fold trunc(any_ext). This gives stuff like: 2006-05-05 22:56:26 +00:00
Debugger
ExecutionEngine Adjust to use proper TargetData copy ctor 2006-05-04 21:18:40 +00:00
Linker
Support
System Mingw32 patches supplied by Anton Korobeynikov. 2006-04-29 18:41:44 +00:00
Target Print a grouping around inline asm blocks so that we can tell when we are 2006-05-05 21:50:04 +00:00
Transforms Fix an infinite loop compiling oggenc last night. 2006-05-05 20:51:30 +00:00
VMCore Add assertions that verify that the actual arguments to a call or invoke match 2006-05-03 00:48:22 +00:00
Makefile