aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-29Updated VC++ build systemHartmut Kaiser
2007-10-29Fix a DAGCombiner abort on a bitcast from a scalar to a vector.Dan Gohman
2007-10-29Don't bitcast from pointer-to-vector to pointer-to-array whenDan Gohman
2007-10-29Use an array instead of a fixed-length std::vector.Dan Gohman
2007-10-29Do a real assert if there is an unhandled vector instruction insteadDan Gohman
2007-10-29Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))Evan Cheng
2007-10-29Add explicit keywords.Dan Gohman
2007-10-29Update a comment to reflect the current code.Dan Gohman
2007-10-29Remove an unused function argument.Dan Gohman
2007-10-29Fix a typo in a comment.Dan Gohman
2007-10-29Avoid calling ValidStride when not all uses are addresses.Dan Gohman
2007-10-29Fixed warning concerning implicit conversion from a NULL pointerTed Kremenek
2007-10-29update testcaseChris Lattner
2007-10-29Avoid doing something dumb like rewriting using a 64-bit iv in 32-bit mode.Evan Cheng
2007-10-29add a note.Chris Lattner
2007-10-29Model stacksave and stackrestore as both writing memory, since we Chris Lattner
2007-10-29Add a first attempt at dominator information for MBB's. Use with caution: th...Owen Anderson
2007-10-29I am not sure this is a good idea to be an option, but rename the option forChris Lattner
2007-10-29Add support for the x86-64 'q' regigster modifier, and add support for theChris Lattner
2007-10-29Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner
2007-10-29Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner
2007-10-28Fixed assertion in Deserializer::~Deserializer that checks forTed Kremenek
2007-10-28Add 'pedantic' mode to verifier rejecting syntactically valid, but 'bad' due ...Anton Korobeynikov
2007-10-28Updated backpatching logic during object deserialization to performTed Kremenek
2007-10-28The guaranteed alignment of ptr+offset is only the minimum ofDuncan Sands
2007-10-28New entry.Evan Cheng
2007-10-26Fixed bug where default SerializeTrait<>::Materialize would not return the ma...Ted Kremenek
2007-10-26Test to make sure that if we have an unaligned memcpy, it will still compile.Bill Wendling
2007-10-26A number of LSR fixes:Evan Cheng
2007-10-26Added SerializeAPInt.cpp and DeserializeAPInt.cpp to the XCode project.Ted Kremenek
2007-10-26Added serialization support for APInt.Ted Kremenek
2007-10-26Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek
2007-10-26Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek
2007-10-26On second thought. Remove this as it should never be generated in the firstBill Wendling
2007-10-26- Remove the hacky code that forces a memcpy. Alignment is taken care of in theBill Wendling
2007-10-26Added default implementation of SerializeTrait<> that dispatches toTed Kremenek
2007-10-26Fix a crash. Make sure TLI is not null.Evan Cheng
2007-10-26Fix off-by-one stack offset computations (dwarf information) for callee-savedAnton Korobeynikov
2007-10-26clo/clz aren't supported on mips I. Keep them around for when we'llEric Christopher
2007-10-26Make a comment better.Owen Anderson
2007-10-26More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen
2007-10-26Loosen up iv reuse to allow reuse of the same stride but a larger type when t...Evan Cheng
2007-10-25Silenced a VC++ warning.Hartmut Kaiser
2007-10-25Updated backpatching during object deserialization to support "smart"Ted Kremenek
2007-10-25Clarified operator precedence.Hartmut Kaiser
2007-10-25Disambiguated variable name to comply with VC++'s archaic variable scoping ru...Hartmut Kaiser
2007-10-25Updated VC++ build systemHartmut Kaiser
2007-10-25Do not rewrite compare instruction using iv of a different stride if the newEvan Cheng
2007-10-25Support non-POSIX hosts by removing use of strncasecmp.Dale Johannesen
2007-10-25Changed XXX to FIXME, and added comment to the README fileBill Wendling