llvm-6502/lib
Andrew Lenharth 3433141a3e Add a simple pass to make sure that all (non-library) calls to malloc and free
are visible to analysis as intrinsics.  That is, make sure someone doesn't pass
free around by address in some struct (as happens in say 176.gcc).

This doesn't get rid of any indirect calls, just ensure calls to free and malloc
are always direct.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27560 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-10 19:26:09 +00:00
..
Analysis revert this, this is safe, if conservative. leave a note to that effect 2006-04-05 02:42:36 +00:00
Archive
AsmParser Regenerate 2006-04-08 04:09:02 +00:00
Bytecode use isValidOperands instead of duplicating checks 2006-04-08 04:09:19 +00:00
CodeGen Missing break 2006-04-10 18:54:36 +00:00
Debugger
ExecutionEngine
Linker Add shufflevector support 2006-04-08 01:19:47 +00:00
Support
System
Target Conditional move of vector types. 2006-04-10 07:23:14 +00:00
Transforms Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
VMCore Add constant replacement for insertelement/vectorshuffle constant exprs 2006-04-08 05:09:48 +00:00
Makefile