| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug where default SerializeTrait<>::Materialize would not return the ma... | Ted Kremenek | 2007-10-26 | 1 | -1/+1 |
* | Test to make sure that if we have an unaligned memcpy, it will still compile. | Bill Wendling | 2007-10-26 | 1 | -0/+5 |
* | A number of LSR fixes: | Evan Cheng | 2007-10-26 | 1 | -21/+32 |
* | Added SerializeAPInt.cpp and DeserializeAPInt.cpp to the XCode project. | Ted Kremenek | 2007-10-26 | 1 | -0/+4 |
* | Added serialization support for APInt. | Ted Kremenek | 2007-10-26 | 3 | -0/+75 |
* | 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 |
* | On second thought. Remove this as it should never be generated in the first | Bill Wendling | 2007-10-26 | 1 | -14/+0 |
* | - Remove the hacky code that forces a memcpy. Alignment is taken care of in the | Bill Wendling | 2007-10-26 | 2 | -11/+4 |
* | Added default implementation of SerializeTrait<> that dispatches to | Ted Kremenek | 2007-10-26 | 2 | -1/+25 |
* | Fix a crash. Make sure TLI is not null. | Evan Cheng | 2007-10-26 | 1 | -1/+1 |
* | Fix off-by-one stack offset computations (dwarf information) for callee-saved | Anton Korobeynikov | 2007-10-26 | 1 | -1/+2 |
* | clo/clz aren't supported on mips I. Keep them around for when we'll | Eric Christopher | 2007-10-26 | 1 | -105/+107 |
* | Make a comment better. | Owen Anderson | 2007-10-26 | 1 | -1/+3 |
* | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen | 2007-10-26 | 4 | -67/+323 |
* | Loosen up iv reuse to allow reuse of the same stride but a larger type when t... | Evan Cheng | 2007-10-26 | 6 | -37/+77 |
* | Silenced a VC++ warning. | Hartmut Kaiser | 2007-10-25 | 1 | -1/+1 |
* | Updated backpatching during object deserialization to support "smart" | Ted Kremenek | 2007-10-25 | 2 | -3/+9 |
* | Clarified operator precedence. | Hartmut Kaiser | 2007-10-25 | 1 | -2/+2 |
* | Disambiguated variable name to comply with VC++'s archaic variable scoping ru... | Hartmut Kaiser | 2007-10-25 | 1 | -5/+5 |
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-25 | 1 | -0/+20 |
* | Do not rewrite compare instruction using iv of a different stride if the new | Evan Cheng | 2007-10-25 | 1 | -36/+80 |
* | Support non-POSIX hosts by removing use of strncasecmp. | Dale Johannesen | 2007-10-25 | 1 | -44/+53 |
* | Changed XXX to FIXME, and added comment to the README file | Bill Wendling | 2007-10-25 | 2 | -1/+9 |
* | Added special treatment of serializing NULL pointers. | Ted Kremenek | 2007-10-25 | 4 | -2/+14 |
* | Remove code that's commented out. | Evan Cheng | 2007-10-25 | 1 | -2/+0 |
* | Added comment explaining why we are doing this check. | Bill Wendling | 2007-10-25 | 1 | -0/+5 |
* | Created header file to include minimal forward references needed for | Ted Kremenek | 2007-10-25 | 2 | -6/+29 |
* | typo | Chris Lattner | 2007-10-25 | 1 | -1/+1 |
* | some minor edits, link to Passes.html, make one point | Chris Lattner | 2007-10-25 | 1 | -2/+25 |
* | Added Serialization.h, Serialize.h, Deserialize.h, Serialize.cpp, and | Ted Kremenek | 2007-10-25 | 1 | -0/+10 |
* | Small formatting changes. Add a sanity check. | Duncan Sands | 2007-10-25 | 1 | -10/+6 |
* | Promote SETCC operands. | Duncan Sands | 2007-10-25 | 1 | -0/+13 |
* | Correctly extract the ValueType from a VTSDNode. | Duncan Sands | 2007-10-25 | 1 | -1/+1 |
* | Fix comment typos. | Duncan Sands | 2007-10-25 | 1 | -2/+2 |
* | Fleshing out docs/Passes.html for some analyses. | Gordon Henriksen | 2007-10-25 | 1 | -29/+193 |
* | If a loop termination compare instruction is the only use of its stride, | Evan Cheng | 2007-10-25 | 3 | -34/+249 |
* | Passes.html now 'passes' validation. | Gordon Henriksen | 2007-10-25 | 1 | -19/+21 |
* | Bringing Passes.html structurally up-to-date, and enabling | Gordon Henriksen | 2007-10-25 | 1 | -79/+119 |
* | Fix an obvious typo. | Owen Anderson | 2007-10-25 | 1 | -1/+1 |
* | More tutorial cleanups. | Owen Anderson | 2007-10-25 | 2 | -5/+22 |
* | Add proper footers. | Owen Anderson | 2007-10-25 | 2 | -0/+26 |
* | Don't bother providing code samples. Maintaining zip files in the repository... | Owen Anderson | 2007-10-25 | 6 | -16/+0 |
* | Add chapter 4, feedback appreciated. | Chris Lattner | 2007-10-25 | 1 | -8/+1024 |
* | remove unimplemented ctor, add some comments. | Chris Lattner | 2007-10-25 | 1 | -4/+3 |
* | Run the verifier on generated code. | Chris Lattner | 2007-10-25 | 1 | -6/+23 |
* | Fix for PR1741. | Owen Anderson | 2007-10-25 | 2 | -2/+17 |
* | Testcase for PR 1397. | Dale Johannesen | 2007-10-25 | 1 | -0/+9 |
* | Make it possible for DomTreeBase to be constructed from MachineFunction's as ... | Owen Anderson | 2007-10-25 | 2 | -11/+15 |
* | Implemented prototype serialization of pointers, including support | Ted Kremenek | 2007-10-25 | 5 | -32/+138 |