llvm-6502/lib
Chris Lattner de97b5788c Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.
do not insert a prototype for malloc of: void* malloc(uint): on 64-bit u
targets this is not correct.  Instead of prototype it as void *malloc(...),
and pass the correct intptr_t through the "...".

Finally, fix Regression/CodeGen/SparcV9/2004-12-13-MallocCrash.ll, by not
forming constantexpr casts from pointer to uint.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18908 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-13 20:00:02 +00:00
..
Analysis
Archive
AsmParser
Bytecode For PR351: 2004-12-13 18:25:27 +00:00
CodeGen
Debugger
ExecutionEngine
Linker
Support For PR351: 2004-12-13 18:28:59 +00:00
System For PR351: 2004-12-13 19:59:50 +00:00
Target Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We 2004-12-13 17:23:11 +00:00
Transforms Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. 2004-12-13 20:00:02 +00:00
VMCore Change this method to return ulong, not uint, for 64-bit targets. 2004-12-13 19:48:51 +00:00
Makefile