llvm-6502/lib
Chris Lattner fd2025e9db add a missed case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45141 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-18 01:19:18 +00:00
..
Analysis Add explicit keywords, and fix a minor typo that they uncovered. 2007-12-14 15:41:34 +00:00
Archive
AsmParser regenerate. 2007-12-17 01:17:35 +00:00
Bitcode Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure 2007-12-17 22:33:23 +00:00
CodeGen Make invokes of inline asm legal. Teach codegen 2007-12-17 18:08:19 +00:00
Debugger
ExecutionEngine Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
Linker
Support
System
Target add a missed case. 2007-12-18 01:19:18 +00:00
Transforms Make invokes of inline asm legal. Teach codegen 2007-12-17 18:08:19 +00:00
VMCore Remove int_x86_sse2_movl_dq. It's replaced with a string compare. 2007-12-18 01:04:25 +00:00
Makefile