Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / Operator.h
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-11 Chandler CarruthHolding my nose and moving the accumulation routine...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-11-28 Michael IlsemanFast-math comments and convenience method
2012-11-27 Michael IlsemanFast-math flags added to FPMathOperator.
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-24 Kaelyn UhrainMake ~Operator() protected so subclasses can inherit...
2012-10-24 Richard SmithFix ODR violations: a virtual function must be defined...
2012-10-17 Craig TopperRemove LLVM_DELETED_FUNCTION from destructors that...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-09 Micah VillmowAdd in some interfaces that will allow easier access...
2012-09-29 Craig TopperRemove more LLVM_DELETED_FUNCTIONs from destructors...
2012-09-28 Craig TopperRemove a LLVM_DELETED_FUNCTION from destructor to fix...
2012-09-18 Craig TopperMark constructors, destructors, and operator new commen...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-14 Duncan SandsThere is no need for setIsExact to be public. Make...
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...