llvm-6502/lib
Nate Begeman b434513a20 Actually scalarize the operand to BIT_CONVERT instead of asking someone to do
something with a v1 type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51160 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-15 20:40:58 +00:00
..
Analysis Use static and anonymous namespaces consistently with other passes. 2008-05-15 19:43:55 +00:00
Archive
AsmParser IR support for extractvalue and insertvalue instructions. Also, begin 2008-05-15 19:50:34 +00:00
Bitcode Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. 2008-05-15 10:04:30 +00:00
CodeGen Actually scalarize the operand to BIT_CONVERT instead of asking someone to do 2008-05-15 20:40:58 +00:00
Debugger
ExecutionEngine Disable JIT symbol table for now. 2008-05-15 17:31:35 +00:00
Linker Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. 2008-05-15 10:04:30 +00:00
Support Don't assume underlying APInt type is limited 2008-05-14 22:53:25 +00:00
System
Target Make use of vector load and store operations to implement memcpy, memmove, and memset. Currently only X86 target is taking advantage of these. 2008-05-15 08:39:06 +00:00
Transforms Remove useless check. 2008-05-15 18:04:29 +00:00
VMCore IR support for extractvalue and insertvalue instructions. Also, begin 2008-05-15 19:50:34 +00:00
Makefile