aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Remove dead debug info intrinsics.Devang Patel
2010-01-05Remove the SDNPAssociative properties for the flags-producingDan Gohman
2010-01-05Fix some struct/class specifier mismatches.Daniel Dunbar
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Fix debug_inlined section entries for routines whose names are changed throug...Devang Patel
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Perform this folding as a target specific dag combine:Evan Cheng
2010-01-04Use a pointer type rather than MVT::Other for the ExternalSymbol node usedDan Gohman
2010-01-04Remove some README.txt entries which are now implemented.Dan Gohman
2010-01-04A use by operand 1 or 2 of a SELECT is not a FLAGS use. ThisDan Gohman
2010-01-04Flags-producing add, and, or, etc. have the same profibilityDan Gohman
2010-01-04Add SDNPCommutative and SDNPAssociative to several X86 target nodes.Dan Gohman
2010-01-04Fix begin and end markers for nested scopes.Devang Patel
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Truncate GEP indexes larger than the pointer size down to pointer sizeChris Lattner
2010-01-04silence a bogus 'might be used uninit' warning from GCC.Chris Lattner
2010-01-04Add a comment.Dan Gohman
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Fix invalid chain folding for memory variant of sdiv / udivAnton Korobeynikov
2010-01-04move some more cast-related stuffChris Lattner
2010-01-0480-col violations, trailing whitespace.Mikhail Glushenkov
2010-01-04move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cppChris Lattner