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