Age | Commit message (Expand) | Author |
---|---|---|
2013-03-19 | The testing to ensure a vector of zeros of type floating point isn't misclass... | David Tweed |
2013-03-18 | The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the... | David Tweed |
2013-03-07 | Replace temporary vectors with arrays. | Benjamin Kramer |
2013-03-07 | ArrayRef has a OneElt constructor. Beautify the code. | Nadav Rotem |
2013-03-07 | Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x. | Nadav Rotem |
2013-01-22 | Make APFloat constructor require explicit semantics. | Tim Northover |
2013-01-16 | Allow vectors in CreatePointerCast of constants. | Evgeniy Stepanov |
2013-01-09 | Add comment to the definition of Constant::isZeroValue(). | Shuxin Yang |
2013-01-09 | Consider expression "0.0 - X" as the negation of X if | Shuxin Yang |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2013-01-02 | Rename VMCore directory to IR. | Chandler Carruth |