Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineCompares.cpp
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-24 Gabor Greifuse ArgOperand API
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-03-05 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-02-24 Dan GohmanFix indentation.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-01 Chris Lattnercleanups.
2010-01-08 Chris Lattnertidy up some stuff duncan pointed out.
2010-01-05 Chris Lattneroptimize comparisons against cttz/ctlz/ctpop, patch...
2010-01-04 Chris LattnerTruncate GEP indexes larger than the pointer size down...
2010-01-04 Chris Lattnersplit instcombine of compares (visit[FI]Cmp) out to