llvm-project/llvm/lib/Transforms
Bob Wilson 923261bbe9 Update memdep when load PRE inserts a new load, and add some debug output.
I don't have a small testcase for this.

llvm-svn: 96890
2010-02-23 05:55:00 +00:00
..
Hello make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
IPO There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
InstCombine Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting. 2010-02-22 23:34:00 +00:00
Instrumentation Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Scalar Update memdep when load PRE inserts a new load, and add some debug output. 2010-02-23 05:55:00 +00:00
Utils Rename SuccessorNumber to GetSuccessorNumber. 2010-02-16 21:06:42 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00