aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/OptimizeCmps.cpp
AgeCommit message (Expand)Author
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-08Use the "isCompare" machine instruction attribute instead of calling theBill Wendling
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling