| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ~Operator() protected so subclasses can inherit it and not have | Kaelyn Uhrain | 2012-10-24 | 1 | -0/+1 |
* | Fix ODR violations: a virtual function must be defined, even if it's never | Richard Smith | 2012-10-24 | 1 | -20/+4 |
* | Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ... | Craig Topper | 2012-10-17 | 1 | -16/+16 |
* | Remove unnecessary classof()'s | Sean Silva | 2012-10-11 | 1 | -6/+0 |
* | Add in some interfaces that will allow easier access to the pointer address s... | Micah Villmow | 2012-10-09 | 1 | -0/+7 |
* | Remove more LLVM_DELETED_FUNCTIONs from destructors to fix -std=c++11 build o... | Craig Topper | 2012-09-29 | 1 | -3/+3 |
* | Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc... | Craig Topper | 2012-09-28 | 1 | -1/+3 |
* | Mark constructors, destructors, and operator new commented as 'do not impleme... | Craig Topper | 2012-09-18 | 1 | -17/+17 |
* | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands | 2012-04-16 | 1 | -5/+1 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 1 | -2/+28 |
* | There is no need for setIsExact to be public. Make it private. | Duncan Sands | 2012-04-14 | 1 | -2/+3 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -2/+2 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | Revert r133373. I was going to use this to teach the Verifier to verify constant | Nick Lewycky | 2011-06-19 | 1 | -101/+1 |
* | Add the remaining instructions/constant expressions as Operators so that code | Nick Lewycky | 2011-06-19 | 1 | -1/+101 |
* | PR9869: Add explicit destructor declarations to Operator subclasses, to allow | Eli Friedman | 2011-05-08 | 1 | -8/+26 |
* | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner | 2011-02-07 | 1 | -106/+50 |
* | Add IRBuilder methods for creating an exact udiv, like for exact sdiv. | Duncan Sands | 2011-02-07 | 1 | -1/+1 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -9/+44 |
* | Avoid warnings about implicit conversions to `bool' in MSVC. This time | Oscar Fuentes | 2010-09-25 | 1 | -1/+1 |
* | Avoid warnings about conversions to `bool' in MS compilers. | Oscar Fuentes | 2010-09-23 | 1 | -1/+1 |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 1 | -2/+2 |
* | add a helper method. | Chris Lattner | 2009-09-21 | 1 | -0/+12 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -16/+50 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -50/+16 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -16/+50 |
* | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 1 | -8/+8 |
* | Add unimplemented destructor declarations to hopefully address | Dan Gohman | 2009-08-13 | 1 | -0/+6 |
* | Avoid implicitly depending on Instructions.h. | Dan Gohman | 2009-08-11 | 1 | -1/+3 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+9 |
* | Order unsigned before signed, for consistency. | Dan Gohman | 2009-07-27 | 1 | -8/+8 |
* | Add specific classes for Add, Sub, and Mul, for convenience. | Dan Gohman | 2009-07-24 | 1 | -0/+51 |
* | Clarify that OverflowingBinaryOperator is not used for SDiv, even though | Dan Gohman | 2009-07-20 | 1 | -1/+2 |
* | Drop UDivOperator and introduce SDivOperator. Thanks to Chris | Dan Gohman | 2009-07-20 | 1 | -5/+5 |
* | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman | 2009-07-20 | 1 | -18/+0 |
* | Convert more code to use Operator instead of explicitly handling both | Dan Gohman | 2009-07-17 | 1 | -0/+42 |
* | Add a GEPOperator class, and move the hasNoPointerOverflow | Dan Gohman | 2009-07-17 | 1 | -0/+35 |
* | Add a new Operator class, for handling Instructions and ConstantExprs | Dan Gohman | 2009-07-17 | 1 | -0/+132 |