| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel | 2010-01-04 | 2 | -5/+25 |
* | 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 |
* | tblgen/OptParser: Use EmitSourceFileHeader. | Daniel Dunbar | 2010-01-04 | 1 | -20/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -14/+14 |
* | Fix CMake build for InstCombine changes | Douglas Gregor | 2010-01-04 | 2 | -11/+12 |
* | 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 |
* | Make this test more portable. | Dan Gohman | 2010-01-04 | 1 | -1/+1 |
* | 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 |
* | Remove oversimplified test case. | Devang Patel | 2010-01-04 | 1 | -17/+0 |
* | Add some tests and update an existing test to reflect recent | Dan Gohman | 2010-01-04 | 3 | -11/+104 |
* | 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 |
* | Replace some special-case code which probably was buggy with an assertion | Dan Gohman | 2010-01-04 | 1 | -6/+1 |
* | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman | 2010-01-04 | 4 | -34/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+1 |
* | The test, derived from optimzed IR, does not mention "bar" in debug info anyw... | Devang Patel | 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 | 2 | -9/+18 |
* | 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 | 2 | -26/+76 |
* | 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 |
* | Fix the Emacs mode string. | Mikhail Glushenkov | 2010-01-04 | 1 | -37/+40 |
* | 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 | 3 | -14/+32 |
* | fix PR5930, allowing the asmprinter to emit difference between | Chris Lattner | 2010-01-03 | 2 | -2/+37 |
* | it isn't safe to speculative load from a malloc, it might have | Chris Lattner | 2010-01-03 | 1 | -32/+1 |
* | add PR# | Chris Lattner | 2010-01-03 | 1 | -0/+1 |
* | differences between two blockaddress's don't cause a | Chris Lattner | 2010-01-03 | 2 | -0/+39 |