aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix debug_inlined section entries for routines whose names are changed throug...Devang Patel2010-01-042-5/+25
* Change errs() to dbgs().David Greene2010-01-041-6/+7
* Change errs() to dbgs().David Greene2010-01-041-47/+47
* Change errs() to dbgs().David Greene2010-01-041-2/+3
* Change errs() to dbgs().David Greene2010-01-041-4/+5
* tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar2010-01-041-20/+4
* Change errs() to dbgs().David Greene2010-01-041-14/+14
* Fix CMake build for InstCombine changesDouglas Gregor2010-01-042-11/+12
* Change errs() to dbgs().David Greene2010-01-041-1/+2
* Change errs() to dbgs().David Greene2010-01-041-1/+2
* Change errs() to dbgs().David Greene2010-01-041-7/+7
* Make this test more portable.Dan Gohman2010-01-041-1/+1
* Perform this folding as a target specific dag combine:Evan Cheng2010-01-042-36/+61
* Use a pointer type rather than MVT::Other for the ExternalSymbol node usedDan Gohman2010-01-041-1/+2
* Remove some README.txt entries which are now implemented.Dan Gohman2010-01-041-80/+3
* Remove oversimplified test case.Devang Patel2010-01-041-17/+0
* Add some tests and update an existing test to reflect recentDan Gohman2010-01-043-11/+104
* A use by operand 1 or 2 of a SELECT is not a FLAGS use. ThisDan Gohman2010-01-041-1/+1
* Flags-producing add, and, or, etc. have the same profibilityDan Gohman2010-01-041-0/+5
* Add SDNPCommutative and SDNPAssociative to several X86 target nodes.Dan Gohman2010-01-041-6/+12
* Fix begin and end markers for nested scopes.Devang Patel2010-01-041-43/+53
* Replace some special-case code which probably was buggy with an assertionDan Gohman2010-01-041-6/+1
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-044-34/+4
* Change errs() to dbgs().David Greene2010-01-041-1/+1
* The test, derived from optimzed IR, does not mention "bar" in debug info anyw...Devang Patel2010-01-041-1/+1
* Change errs() to dbgs().David Greene2010-01-041-1/+1
* Change errs() to dbgs().David Greene2010-01-041-1/+1
* Truncate GEP indexes larger than the pointer size down to pointer sizeChris Lattner2010-01-042-9/+18
* silence a bogus 'might be used uninit' warning from GCC.Chris Lattner2010-01-041-1/+1
* Add a comment.Dan Gohman2010-01-041-0/+2
* Change errs() to dbgs().David Greene2010-01-041-5/+5
* Fix invalid chain folding for memory variant of sdiv / udivAnton Korobeynikov2010-01-042-26/+76
* move some more cast-related stuffChris Lattner2010-01-042-140/+125
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-01-041-16/+20
* move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cppChris Lattner2010-01-042-212/+209
* split 943 lines of instcombine out to a new InstCombineCasts.cppChris Lattner2010-01-044-943/+981
* split instcombine of compares (visit[FI]Cmp) out toChris Lattner2010-01-044-2435/+2477
* update cmakefileChris Lattner2010-01-041-0/+1
* move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...Chris Lattner2010-01-043-1093/+1114
* Fix the Emacs mode string.Mikhail Glushenkov2010-01-041-37/+40
* split the instcombine class definition out to a header shared Chris Lattner2010-01-042-299/+329
* remove a ton of unneeded LLVMContext stuff.Chris Lattner2010-01-042-279/+289
* move InstCombineWorklist out to its own header.Chris Lattner2010-01-042-82/+106
* forgot to svn add these.Chris Lattner2010-01-042-0/+20
* move instcombine to its own library, it's past time.Chris Lattner2010-01-043-3/+2
* implement an instcombine xform needed by clang's codegenChris Lattner2010-01-043-14/+32
* fix PR5930, allowing the asmprinter to emit difference betweenChris Lattner2010-01-032-2/+37
* it isn't safe to speculative load from a malloc, it might haveChris Lattner2010-01-031-32/+1
* add PR#Chris Lattner2010-01-031-0/+1
* differences between two blockaddress's don't cause a Chris Lattner2010-01-032-0/+39