llvm-6502/lib
Chris Lattner fa07e4fc30 Implement a FIXME by checking to make sure that a malloc is not being used
in scary and unknown ways before we promote it.  This fixes the miscompilation
of 188.ammp that has been plauging us since a globalopt patch went in.

Thanks a ton to Tanya for helping me diagnose the problem!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18418 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-02 07:11:07 +00:00
..
Analysis Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll 2004-11-28 20:30:15 +00:00
Archive
AsmParser Fix PR463 2004-11-28 16:45:45 +00:00
Bytecode RevisionNum is read by error(), initialize it early. 2004-11-30 16:58:18 +00:00
CodeGen Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully 2004-11-28 17:56:47 +00:00
Debugger
ExecutionEngine Remove unneeded cast. 2004-12-01 17:13:05 +00:00
Linker Revert version 1.39. It breaks the ordering of the library processing. 2004-11-30 22:54:48 +00:00
Support Up the compression threshold to 64K so we avoid it for all but the largest 2004-11-30 07:13:34 +00:00
System Implement two new functions: LoadLibraryPermanently and 2004-11-29 13:33:28 +00:00
Target Reverting this patch: 2004-12-01 18:27:03 +00:00
Transforms Implement a FIXME by checking to make sure that a malloc is not being used 2004-12-02 07:11:07 +00:00
VMCore Get GEP's working with packed types. Contributed by Morten Ofstad! 2004-12-01 17:12:16 +00:00
Makefile