llvm-6502/lib
Chris Lattner e8a7e593e6 Remove special casing of pointers and treat them generically as integers of
the appopriate size.  This gives us the ability to eliminate int -> ptr -> int


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15063 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-21 04:27:24 +00:00
..
Analysis Do not ignore casts unless they are pointer-pointer casts. This caused us 2004-07-21 03:56:54 +00:00
Archive
AsmParser
Bytecode
CodeGen Add function to clear all virtual->physical mappings but not assigned 2004-07-20 13:28:17 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine
Linker
Support Solaris hack for isinf() 2004-07-21 03:32:51 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Emit NaNs and INFs bit-identically to the bytecode file, if the system has 2004-07-21 03:15:26 +00:00
Transforms Remove special casing of pointers and treat them generically as integers of 2004-07-21 04:27:24 +00:00
VMCore classof implementations are now inlined 2004-07-19 00:59:10 +00:00
Makefile