| Commit message (Expand) | Author | Age | Files | Lines |
* | Added special version of ReadPtr() that returns a deserialized pointer | Ted Kremenek | 2007-11-07 | 1 | -1/+4 |
* | Fixed default ctor for APInt to properly initialize BitWidth to a | Ted Kremenek | 2007-11-07 | 1 | -1/+1 |
* | Serializer no longer automatically emits a root-level block in the bitstream. | Ted Kremenek | 2007-11-06 | 1 | -2/+1 |
* | Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all... | Ted Kremenek | 2007-11-06 | 1 | -9/+12 |
* | make smallptrset more const and type correct, which caught a few | Chris Lattner | 2007-11-06 | 1 | -13/+28 |
* | Renamed "Flush()" to "FlushRecord()". | Ted Kremenek | 2007-11-06 | 1 | -1/+1 |
* | Added support for processing abbreviations in the Deserializer. | Ted Kremenek | 2007-11-06 | 1 | -1/+1 |
* | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 2 | -0/+19 |
* | Added support in serializer and deserializer to create arbitrary blocks. | Ted Kremenek | 2007-11-05 | 2 | -1/+6 |
* | Added default creation of root-level block by bitstream serializer. | Ted Kremenek | 2007-11-05 | 1 | -1/+1 |
* | Fixed bug where tombstone key and empty key for DenseMap used for | Ted Kremenek | 2007-11-05 | 2 | -2/+4 |
* | Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common | Evan Cheng | 2007-11-05 | 1 | -180/+0 |
* | Deleting redundant copy of block extractor pass. See also PR1775. | Gordon Henriksen | 2007-11-05 | 1 | -1/+1 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 2 | -10/+2 |
* | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands | 2007-11-04 | 1 | -1/+5 |
* | There are times when the coalescer would not coalesce away a copy but the copy | Evan Cheng | 2007-11-03 | 1 | -0/+5 |
* | Added overloaded version of Deserializer::ReadOwnedPtr which allows | Ted Kremenek | 2007-11-02 | 1 | -0/+5 |
* | VAArgInst does, in fact, read memory. | Owen Anderson | 2007-11-02 | 1 | -1/+1 |
* | When converting to integer, do bit manipulations in the destination | Neil Booth | 2007-11-01 | 1 | -0/+2 |
* | Removed ReadVal from SerializeTrait<T>, and also removed it from | Ted Kremenek | 2007-11-01 | 2 | -8/+1 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -16/+42 |
* | Get rid of compilation warning during release builds | Bill Wendling | 2007-11-01 | 1 | -2/+2 |
* | - Coalesce extract_subreg when both intervals are relatively small. | Evan Cheng | 2007-11-01 | 1 | -5/+5 |
* | Rewrote backpatcher. Backpatcher now stores the "has final pointer" | Ted Kremenek | 2007-11-01 | 1 | -32/+48 |
* | Added typedef "value_type" to DenseMap (similar typedef appears in std::map). | Ted Kremenek | 2007-11-01 | 1 | -5/+11 |
* | constified several pointer arguments for methods in the Deserializer. | Ted Kremenek | 2007-10-31 | 1 | -2/+5 |
* | Implemented deserialization of references. References are handled | Ted Kremenek | 2007-10-31 | 1 | -5/+21 |
* | Added Serializer::EmitRef to deal with emitting arbitrary references. | Ted Kremenek | 2007-10-31 | 1 | -3/+6 |
* | Changed access control within FoldingSet for some ivars from "private" | Ted Kremenek | 2007-10-31 | 1 | -1/+1 |
* | Add a newline at the end of the file. | Duncan Sands | 2007-10-31 | 1 | -1/+1 |
* | Add the skeleton of a better PHI elimination pass. | Owen Anderson | 2007-10-31 | 1 | -0/+8 |
* | Some fixes to get MachineDomTree working better. | Owen Anderson | 2007-10-31 | 3 | -18/+38 |
* | Added member function "size()" to FoldingSet to return the number of | Ted Kremenek | 2007-10-30 | 1 | -1/+4 |
* | Add missing SSE builtins: CVTPD2PI, CVTPS2PI, | Dale Johannesen | 2007-10-30 | 1 | -0/+13 |
* | Fix argument types for PSLLQ, PSRLQ. | Dale Johannesen | 2007-10-30 | 1 | -2/+2 |
* | Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) | Evan Cheng | 2007-10-29 | 1 | -0/+4 |
* | Add explicit keywords. | Dan Gohman | 2007-10-29 | 1 | -2/+2 |
* | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner | 2007-10-29 | 1 | -1/+4 |
* | Add a first attempt at dominator information for MBB's. Use with caution: th... | Owen Anderson | 2007-10-29 | 2 | -7/+177 |
* | Updated backpatching logic during object deserialization to perform | Ted Kremenek | 2007-10-28 | 1 | -19/+53 |
* | The guaranteed alignment of ptr+offset is only the minimum of | Duncan Sands | 2007-10-28 | 1 | -0/+28 |
* | Fixed bug where default SerializeTrait<>::Materialize would not return the ma... | Ted Kremenek | 2007-10-26 | 1 | -1/+1 |
* | Added serialization support for APInt. | Ted Kremenek | 2007-10-26 | 1 | -0/+11 |
* | Fixed incorrect "path name" in preamble (comment) of header file. | Ted Kremenek | 2007-10-26 | 1 | -1/+1 |
* | Fixed incorrect "path name" in preamble (comment) of header file. | Ted Kremenek | 2007-10-26 | 1 | -1/+1 |
* | Added default implementation of SerializeTrait<> that dispatches to | Ted Kremenek | 2007-10-26 | 2 | -1/+25 |
* | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen | 2007-10-26 | 1 | -1/+1 |
* | Loosen up iv reuse to allow reuse of the same stride but a larger type when t... | Evan Cheng | 2007-10-26 | 1 | -1/+8 |
* | Updated backpatching during object deserialization to support "smart" | Ted Kremenek | 2007-10-25 | 1 | -2/+6 |
* | Added special treatment of serializing NULL pointers. | Ted Kremenek | 2007-10-25 | 2 | -1/+5 |