Move SimplifyLibCalls's LibCall builders to a separate file so they
[oota-llvm.git] / include / llvm / Transforms / Utils / SSAUpdater.h
2009-12-22 Chris Lattnercomment fix: weakvh -> tracking vh
2009-10-24 Dan GohmanAdd an explicit keyword.
2009-10-16 Duncan SandsStrip trailing white space.
2009-10-10 Chris Lattneradd a simple helper method.
2009-10-10 Chris Lattneradd ability for clients of SSAUpdater to find out about the
2009-10-10 Chris Lattneradd the ability to get a rewritten value from the middl...
2009-10-10 Chris Lattnerrename GetValueInBlock -> GetValueAtEndOfBlock to bette...
2009-10-10 Chris LattnerImplement an efficient and fully general SSA update...