llvm-6502/lib
Chris Lattner f775f95369 Do not move variable sized allocations to the top of the caller, which might
break dominance relationships, and is otherwise bad.  This fixes bug:
Inline/2003-10-13-AllocaDominanceProblem.ll.  This also fixes miscompilation
of 3 176.gcc source files (reload1.c, global.c, flow.c)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9109 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-14 01:11:07 +00:00
..
Analysis Make use of "external" depth-first iterators to avoid revisiting nodes 2003-10-13 16:36:06 +00:00
Archive Update file header for renamed file 2003-09-22 23:42:00 +00:00
AsmParser Regularize header file comments 2003-10-13 03:32:08 +00:00
Bytecode Stop using "reverse depth first" order 2003-10-13 15:21:58 +00:00
CodeGen Regularize header file comments 2003-10-13 03:32:08 +00:00
ExecutionEngine Make mmap's fd for anonymous memory acquisition default to -1, except on 2003-10-11 03:51:18 +00:00
Linker Don't include "Config/stdlib.h". 2003-10-10 19:12:22 +00:00
Support LLI no longer has -abort-on-exception 2003-10-13 18:26:49 +00:00
Target Do not allow fallthroughs in switch statements. This fixes PR37, 2003-10-13 20:32:04 +00:00
Transforms Do not move variable sized allocations to the top of the caller, which might 2003-10-14 01:11:07 +00:00
VMCore Stop using "reverse depth first" order 2003-10-13 15:21:58 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00