llvm-6502/lib/Transforms
David Greene da2903f028 Iterators folloring a SmallVector erased element are invalidated so
don't access cached iterators from after the erased element.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49056 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-01 22:14:23 +00:00
..
Hello Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Instrumentation fix typos 2008-03-06 10:36:00 +00:00
IPO Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). 2008-03-24 06:37:48 +00:00
Scalar Iterators folloring a SmallVector erased element are invalidated so 2008-04-01 22:14:23 +00:00
Utils Revert 49006 for the moment. 2008-04-01 20:00:57 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00