Age | Commit message (Expand) | Author | Files | Lines |
2008-05-12 | Merge from mainline. | Tanya Lattner | 1 | -0/+1 |
2008-05-12 | Merge from mainline. | Tanya Lattner | 2 | -0/+12 |
2008-05-10 | 2.3 release, regenerate configure. | Tanya Lattner | 2 | -35/+35 |
2008-05-10 | Add nounwind. | Evan Cheng | 1 | -2/+2 |
2008-05-10 | For now, abort when an ISD::VAARG is encountered on x86-64, rather | Dan Gohman | 2 | -3/+18 |
2008-05-10 | Some clean up. | Evan Cheng | 1 | -16/+18 |
2008-05-10 | If movl top bits are undef, let it be selected to movlps, etc. | Evan Cheng | 1 | -2/+1 |
2008-05-10 | If all sources of a PHI node are defined by an implicit_def, just emit an imp... | Evan Cheng | 2 | -7/+36 |
2008-05-10 | Cosmetic changes: | Bill Wendling | 1 | -36/+48 |
2008-05-09 | Add a pattern to do move the low element of a v4f32 and zero extend the rest. | Evan Cheng | 2 | -0/+11 |
2008-05-09 | Remove an evil vector bool. Cosmetic refactoring, | Dale Johannesen | 1 | -62/+85 |
2008-05-09 | Handle a few more cases of folding load i64 into xmm and zero top bits. | Evan Cheng | 7 | -29/+110 |
2008-05-09 | Make OpActionsCapacity multiple of 4. | Evan Cheng | 1 | -2/+3 |
2008-05-09 | Rewrite tail merging algorithm to handle the | Dale Johannesen | 1 | -87/+115 |
2008-05-09 | put LibCallAliasAnalysis into anonymous namespace to avoid | Torok Edwin | 1 | -1/+1 |
2008-05-09 | Simplify test. | Evan Cheng | 1 | -3/+2 |
2008-05-09 | Rename Example.td to Graph.td. | Mikhail Glushenkov | 2 | -1/+1 |
2008-05-09 | use doxygen comments for makeBuffer() | Nick Kledzik | 1 | -4/+4 |
2008-05-09 | don't sink invokes, even if they are readonly. This fixes a | Chris Lattner | 1 | -1/+2 |
2008-05-09 | Fix a type and formatting. | Duncan Sands | 1 | -2/+2 |
2008-05-09 | Reapply 50867: A small refactoring (extract method) + some comment fixes. | Mikhail Glushenkov | 2 | -55/+66 |
2008-05-09 | add support for pattern matching 'neg' | Chris Lattner | 2 | -4/+31 |
2008-05-09 | Implement PR2298. This transforms: | Chris Lattner | 3 | -0/+33 |
2008-05-09 | restore doxygen comment. | Chris Lattner | 1 | -17/+16 |
2008-05-09 | <rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea... | Nick Kledzik | 2 | -4/+20 |
2008-05-08 | Check for validity of aliasee pointer before dereference. | Anton Korobeynikov | 1 | -1/+3 |
2008-05-08 | Use movq to move low half of XMM register and zero-extend the rest. | Evan Cheng | 2 | -1/+12 |
2008-05-08 | conservatively say that volatile stores read memory. | Chris Lattner | 1 | -2/+3 |
2008-05-08 | Revertin 50867 since it was breaking the build. | Tanya Lattner | 2 | -64/+53 |
2008-05-08 | store can't read from memory. | Chris Lattner | 1 | -1/+0 |
2008-05-08 | Add -E and -S options | Mikhail Glushenkov | 1 | -0/+5 |
2008-05-08 | A small refactoring (extract method) + some comment fixes. | Mikhail Glushenkov | 2 | -53/+64 |
2008-05-08 | Remove dead return. Thanks to Bill for the review! | Chris Lattner | 1 | -2/+0 |
2008-05-08 | Improve pass documentation and comments. | Gordon Henriksen | 6 | -102/+136 |
2008-05-08 | More than just loads can read from memory: readonly calls like strlen | Chris Lattner | 2 | -4/+32 |
2008-05-08 | Make instcombine's DSE respect loads as well as stores. It is not safe to | Chris Lattner | 2 | -1/+26 |
2008-05-08 | add a new Instruction::mayReadFromMemory predicate, make | Chris Lattner | 2 | -2/+23 |
2008-05-08 | Check linkage. | Devang Patel | 1 | -1/+1 |
2008-05-08 | Get exception handling working again on 64 bit | Duncan Sands | 1 | -1/+2 |
2008-05-08 | new testcase. | Chris Lattner | 1 | -0/+8 |
2008-05-08 | Add support for constant folding the 'offsetof' pattern even if the | Chris Lattner | 1 | -16/+23 |
2008-05-08 | Handle vector move / load which zero the destination register top bits (i.e. ... | Evan Cheng | 9 | -147/+175 |
2008-05-07 | Add nounwind. | Evan Cheng | 25 | -58/+39 |
2008-05-07 | Turn StripPointerCast() into a method | Anton Korobeynikov | 9 | -45/+42 |
2008-05-07 | Use Doxygen-style comments. | Mikhail Glushenkov | 8 | -110/+145 |
2008-05-07 | Make the interface of CStrInCStrNoCase be the same as strcasestr. | Ted Kremenek | 1 | -6/+5 |
2008-05-07 | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner | 3 | -0/+179 |
2008-05-07 | Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill. | Ted Kremenek | 1 | -5/+8 |
2008-05-07 | Output correct exception handling and frame info | Duncan Sands | 4 | -61/+49 |
2008-05-07 | Guard for empty strings in CStrInCStrNoCase. | Ted Kremenek | 1 | -2/+2 |