| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel | 2010-01-04 | 1 | -5/+10 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -6/+7 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -47/+47 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -2/+3 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -4/+5 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -14/+14 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -7/+7 |
* | Perform this folding as a target specific dag combine: | Evan Cheng | 2010-01-04 | 2 | -36/+61 |
* | Use a pointer type rather than MVT::Other for the ExternalSymbol node used | Dan Gohman | 2010-01-04 | 1 | -1/+2 |
* | Remove some README.txt entries which are now implemented. | Dan Gohman | 2010-01-04 | 1 | -80/+3 |
* | A use by operand 1 or 2 of a SELECT is not a FLAGS use. This | Dan Gohman | 2010-01-04 | 1 | -1/+1 |
* | Flags-producing add, and, or, etc. have the same profibility | Dan Gohman | 2010-01-04 | 1 | -0/+5 |
* | Add SDNPCommutative and SDNPAssociative to several X86 target nodes. | Dan Gohman | 2010-01-04 | 1 | -6/+12 |
* | Fix begin and end markers for nested scopes. | Devang Patel | 2010-01-04 | 1 | -43/+53 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+1 |
* | Truncate GEP indexes larger than the pointer size down to pointer size | Chris Lattner | 2010-01-04 | 1 | -0/+9 |
* | silence a bogus 'might be used uninit' warning from GCC. | Chris Lattner | 2010-01-04 | 1 | -1/+1 |
* | Add a comment. | Dan Gohman | 2010-01-04 | 1 | -0/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -5/+5 |
* | Fix invalid chain folding for memory variant of sdiv / udiv | Anton Korobeynikov | 2010-01-04 | 1 | -26/+26 |
* | move some more cast-related stuff | Chris Lattner | 2010-01-04 | 2 | -140/+125 |
* | 80-col violations, trailing whitespace. | Mikhail Glushenkov | 2010-01-04 | 1 | -16/+20 |
* | move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cpp | Chris Lattner | 2010-01-04 | 2 | -212/+209 |
* | split 943 lines of instcombine out to a new InstCombineCasts.cpp | Chris Lattner | 2010-01-04 | 4 | -943/+981 |
* | split instcombine of compares (visit[FI]Cmp) out to | Chris Lattner | 2010-01-04 | 4 | -2435/+2477 |
* | update cmakefile | Chris Lattner | 2010-01-04 | 1 | -0/+1 |
* | move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line... | Chris Lattner | 2010-01-04 | 3 | -1093/+1114 |
* | split the instcombine class definition out to a header shared | Chris Lattner | 2010-01-04 | 2 | -299/+329 |
* | remove a ton of unneeded LLVMContext stuff. | Chris Lattner | 2010-01-04 | 2 | -279/+289 |
* | move InstCombineWorklist out to its own header. | Chris Lattner | 2010-01-04 | 2 | -82/+106 |
* | forgot to svn add these. | Chris Lattner | 2010-01-04 | 2 | -0/+20 |
* | move instcombine to its own library, it's past time. | Chris Lattner | 2010-01-04 | 3 | -3/+2 |
* | implement an instcombine xform needed by clang's codegen | Chris Lattner | 2010-01-04 | 2 | -14/+19 |
* | fix PR5930, allowing the asmprinter to emit difference between | Chris Lattner | 2010-01-03 | 1 | -2/+8 |
* | it isn't safe to speculative load from a malloc, it might have | Chris Lattner | 2010-01-03 | 1 | -32/+1 |
* | differences between two blockaddress's don't cause a | Chris Lattner | 2010-01-03 | 1 | -0/+18 |
* | pull my debug hooks out, I'm done with this xform for now. | Chris Lattner | 2010-01-03 | 1 | -20/+2 |
* | Small cleanups, refactor some duplicated code into a single method. No | Nick Lewycky | 2010-01-03 | 1 | -44/+35 |
* | generalize the previous transformation to handle indexing into | Chris Lattner | 2010-01-03 | 1 | -19/+55 |
* | Cleanup. | Nick Lewycky | 2010-01-03 | 1 | -3/+2 |
* | teach instcombine to optimize idioms like A[i]&42 == 0. This | Chris Lattner | 2010-01-02 | 1 | -7/+31 |
* | Teach the table lookup optimization to generate range compares | Chris Lattner | 2010-01-02 | 1 | -22/+86 |
* | theoretically the negate we find could be in a different function, check | Chris Lattner | 2010-01-02 | 1 | -0/+4 |
* | use enums for the over/underdefined markers for clarity. Switch | Chris Lattner | 2010-01-02 | 1 | -21/+23 |
* | remove the random sampling framework, which is not maintained anymore. | Chris Lattner | 2010-01-02 | 5 | -823/+6 |
* | Fix logic error in previous commit. The != case needs to become an or, not an | Nick Lewycky | 2010-01-02 | 1 | -3/+7 |