| Commit message (Expand) | Author | Age | Files | Lines |
* | I am not sure this is a good idea to be an option, but rename the option for | Chris Lattner | 2007-10-29 | 1 | -1/+1 |
* | Add support for the x86-64 'q' regigster modifier, and add support for the | Chris Lattner | 2007-10-29 | 1 | -2/+18 |
* | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling | Chris Lattner | 2007-10-29 | 1 | -1/+7 |
* | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner | 2007-10-29 | 1 | -4/+6 |
* | Fixed assertion in Deserializer::~Deserializer that checks for | Ted Kremenek | 2007-10-28 | 1 | -2/+6 |
* | Add 'pedantic' mode to verifier rejecting syntactically valid, but 'bad' due ... | Anton Korobeynikov | 2007-10-28 | 1 | -3/+14 |
* | Updated backpatching logic during object deserialization to perform | Ted Kremenek | 2007-10-28 | 1 | -24/+38 |
* | The guaranteed alignment of ptr+offset is only the minimum of | Duncan Sands | 2007-10-28 | 3 | -23/+27 |
* | New entry. | Evan Cheng | 2007-10-28 | 1 | -0/+62 |
* | A number of LSR fixes: | Evan Cheng | 2007-10-26 | 1 | -21/+32 |
* | Added serialization support for APInt. | Ted Kremenek | 2007-10-26 | 2 | -0/+64 |
* | - Remove the hacky code that forces a memcpy. Alignment is taken care of in the | Bill Wendling | 2007-10-26 | 1 | -11/+3 |
* | 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 | 2 | -9/+9 |
* | Loosen up iv reuse to allow reuse of the same stride but a larger type when t... | Evan Cheng | 2007-10-26 | 4 | -36/+46 |
* | 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 | 1 | -1/+3 |
* | 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 |
* | 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 | 2 | -1/+9 |
* | 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 |
* | 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 |
* | If a loop termination compare instruction is the only use of its stride, | Evan Cheng | 2007-10-25 | 1 | -34/+163 |
* | Fix for PR1741. | Owen Anderson | 2007-10-25 | 1 | -2/+3 |
* | Implemented prototype serialization of pointers, including support | Ted Kremenek | 2007-10-25 | 2 | -3/+63 |
* | Another expansion for i64 multiply, suitable for PPC. | Dale Johannesen | 2007-10-24 | 1 | -0/+9 |
* | Fix off by 1 bug in printf->puts lowering. | Dale Johannesen | 2007-10-24 | 1 | -1/+3 |
* | Split Serialization.h into separate headers: Serialize.h and | Ted Kremenek | 2007-10-24 | 2 | -24/+49 |
* | simplify some code by using the new isNaN predicate | Chris Lattner | 2007-10-24 | 1 | -4/+2 |
* | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner | 2007-10-24 | 1 | -4/+44 |
* | Fix comment and use the "Size" variable that's already provided. | Bill Wendling | 2007-10-23 | 1 | -10/+5 |
* | If there's an unaligned memcpy to/from the stack, don't lower it. Just call the | Bill Wendling | 2007-10-23 | 1 | -0/+13 |
* | Disable a couple more things for ppcf128. | Dale Johannesen | 2007-10-23 | 1 | -2/+4 |
* | This broke lots. Reverting. | Bill Wendling | 2007-10-23 | 1 | -4/+0 |
* | Lowering a memcpy to the stack is killing PPC. The ARM and X86 backends already | Bill Wendling | 2007-10-23 | 1 | -0/+4 |
* | Added preliminary implementation of generic object serialization to bitcode. | Ted Kremenek | 2007-10-23 | 2 | -0/+135 |
* | Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in... | Owen Anderson | 2007-10-23 | 2 | -30/+2 |
* | It's possible to commute instrctions with more than 3 operands. | Evan Cheng | 2007-10-23 | 1 | -1/+1 |
* | isSubRegOf() is a dup of isSubRegister. | Evan Cheng | 2007-10-23 | 1 | -1/+1 |
* | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng | 2007-10-23 | 3 | -8/+18 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 3 | -40/+86 |