llvm-6502/lib
Torok Edwin 629e92b63b void* is represented as pointer to empty struct {}.
Thus we need to check whether the struct is empty before trying to index into
it. This fixes PR3381.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62918 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-24 11:30:49 +00:00
..
Analysis Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. 2009-01-23 22:33:47 +00:00
Archive
AsmParser
Bitcode use specialized accessor instead of plain getOperand(0) 2009-01-16 18:40:27 +00:00
CodeGen Some cleanups. No functional changes. 2009-01-24 10:07:43 +00:00
Debugger
ExecutionEngine Add support for deleting a module provider from a JIT in such a way that it does not cause the owned module to be fully materialized. 2009-01-23 19:27:28 +00:00
Linker
Support Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. 2009-01-23 22:33:47 +00:00
System rename methods in System/Host to be more consistent. 2009-01-22 19:53:00 +00:00
Target hopefully address PR3379 by making the P modifier work in x86 inline asm. 2009-01-23 22:33:40 +00:00
Transforms void* is represented as pointer to empty struct {}. 2009-01-24 11:30:49 +00:00
VMCore Simplify the logic of getting hold of a PHI predecessor block. 2009-01-23 19:40:15 +00:00
Makefile