aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a first attempt at dominator information for MBB's. Use with caution: th...Owen Anderson2007-10-292-7/+177
* I am not sure this is a good idea to be an option, but rename the option forChris Lattner2007-10-291-1/+1
* Add support for the x86-64 'q' regigster modifier, and add support for theChris Lattner2007-10-292-2/+29
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-292-1/+31
* Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner2007-10-292-4/+898
* Fixed assertion in Deserializer::~Deserializer that checks forTed Kremenek2007-10-281-2/+6
* Add 'pedantic' mode to verifier rejecting syntactically valid, but 'bad' due ...Anton Korobeynikov2007-10-281-3/+14
* Updated backpatching logic during object deserialization to performTed Kremenek2007-10-282-43/+91
* The guaranteed alignment of ptr+offset is only the minimum ofDuncan Sands2007-10-284-23/+55
* New entry.Evan Cheng2007-10-281-0/+62
* 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