llvm-6502/lib
Nate Begeman fea2be50b9 memopv16i8 had wrong alignment requirement, would have broken pabsb
pabs{b,w,d} are not two address
fix extract-to-mem sse4 ops
add sse4 vector sign extend nodes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46915 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-09 23:46:37 +00:00
..
Analysis We should check that existing cast operation has the appropriate opcode before we reuse it. 2008-02-09 18:30:13 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen Remove unused hidden option. 2008-02-09 08:36:28 +00:00
Debugger
ExecutionEngine Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Linker
Support Add support to FoldingSet for hashing APInt objects. 2008-02-06 23:09:15 +00:00
System Set error message. 2008-02-04 20:57:54 +00:00
Target memopv16i8 had wrong alignment requirement, would have broken pabsb 2008-02-09 23:46:37 +00:00
Transforms Fix PR 1995. 2008-02-08 22:49:13 +00:00
VMCore check that terminators only occur at the end of a block. This catches the 2008-02-09 01:06:01 +00:00
Makefile