Add JIT support to the TODO list (test commit)
[oota-llvm.git] / lib / Analysis / InstructionSimplify.cpp
2010-02-22 Dan GohmanConstant-fold certain comparisons with infinity and...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-10 Chris Lattnermove some generally useful functions out of jump threading
2009-11-10 Chris LattnerI misread the parens, not so redundant after all.
2009-11-10 Chris Lattnerremove some redundant parens.
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-09 Chris Lattnerpull a bunch of logic out of instcombine into instsimpl...
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...