llvm-6502/lib
Chris Lattner f5ebfb0d28 Don't unroll loops whose header block's address is taken.
This is part of a futile attempt to not "break" bizzaro
code like this:

 l1:
  printf("l1: %p\n", &&l1);
  ++x;

  if( x < 3 ) goto l1;


Previously we'd fold &&l1 to 1, which is fine per our semantics
but not helpful to the user.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125827 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-18 04:25:21 +00:00
..
Analysis Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp 2011-02-15 17:36:11 +00:00
Archive
AsmParser convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
Bitcode convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
CodeGen Trim debugging output. 2011-02-18 00:32:47 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Gas is very inconsistent about when a relaxation/relocation is needed. Do 2011-02-16 03:25:55 +00:00
Object
Support Check the errorcode. 2011-02-18 00:47:07 +00:00
Target Recognize monitor/mwait with explicit register arguments 2011-02-18 00:48:11 +00:00
Transforms Don't unroll loops whose header block's address is taken. 2011-02-18 04:25:21 +00:00
VMCore Enhance constant folding of bitcast operations on vectors of floats. 2011-02-17 21:22:27 +00:00
Makefile