StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / Operator.h
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-19 Nick LewyckyRevert r133373. I was going to use this to teach the...
2011-06-19 Nick LewyckyAdd the remaining instructions/constant expressions...
2011-05-08 Eli FriedmanPR9869: Add explicit destructor declarations to Operato...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-07 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-23 Oscar FuentesAvoid warnings about conversions to `bool' in MS compilers.
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-09-21 Chris Lattneradd a helper method.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-13 Dan GohmanAdd unimplemented destructor declarations to hopefully...
2009-08-11 Dan GohmanAvoid implicitly depending on Instructions.h.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Dan GohmanOrder unsigned before signed, for consistency.
2009-07-24 Dan GohmanAdd specific classes for Add, Sub, and Mul, for conveni...
2009-07-20 Dan GohmanClarify that OverflowingBinaryOperator is not used...
2009-07-20 Dan GohmanDrop UDivOperator and introduce SDivOperator. Thanks...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Dan GohmanAdd a GEPOperator class, and move the hasNoPointerOverflow
2009-07-17 Dan GohmanAdd a new Operator class, for handling Instructions...