aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-04Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner
2006-11-04Parse PredicateOperand's. When an instruction takes one, have the generatedChris Lattner
2006-11-04First steps to getting PredicateOperand's to work. This handles instructionChris Lattner
2006-11-04Okay, need a pattern before and after the cast pattern.Reid Spencer
2006-11-04Allow the regular expression to be extended by a parameter.Reid Spencer
2006-11-04For PR950:Reid Spencer
2006-11-04Add a note about warnings from the GNU ld 2.16.X linker.Reid Spencer
2006-11-04Fixed some spiller bugs exposed by the recent two-address code changes. NowEvan Cheng
2006-11-03Describe PPC predicates, which are a pair of CR# and condition.Chris Lattner
2006-11-03initial steps to getting the predicate on PPC::BLR right.Chris Lattner
2006-11-03remove dead varChris Lattner
2006-11-03remove dead/redundant varsChris Lattner
2006-11-03remove redundant/dead varsChris Lattner
2006-11-03remove dead varsChris Lattner
2006-11-03eliminate need for the NumMIOperands field in Operand.Chris Lattner
2006-11-03The wrong parameter was being tested to deturmine i32 vs i64Andrew Lenharth
2006-11-03add a regression for memmoveAndrew Lenharth
2006-11-03add a noteChris Lattner
2006-11-03this started failing due to Reid's changes in the bc format. insulate itChris Lattner
2006-11-03Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-rangeChris Lattner
2006-11-03new testcaseChris Lattner
2006-11-03Make the huge_val test run a C++ program not CReid Spencer
2006-11-03this will work betterChris Lattner
2006-11-03Fix the build on xcode < 2.4Chris Lattner
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer
2006-11-03Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth
2006-11-03Fix comments.Evan Cheng
2006-11-03RenameEvan Cheng
2006-11-03Remove dead variable. Fix 80 column violations.Reid Spencer
2006-11-03revert previous patchRafael Espindola
2006-11-03Added DAG combiner transformation to generate pre-indexed loads.Evan Cheng
2006-11-03Added isPredecessor.Evan Cheng
2006-11-03Proper check for two-addressness.Evan Cheng
2006-11-03Added a target specific hook to check whether / how a node can be transformedEvan Cheng
2006-11-03Add isPredecessor to check whether a node is another's predecessor.Evan Cheng
2006-11-03Dead code.Evan Cheng
2006-11-03Remove unused variable.Reid Spencer
2006-11-03Remove an unused variable.Reid Spencer
2006-11-03silence warningChris Lattner
2006-11-03Remove some dead code.Reid Spencer
2006-11-03add createCFGSimplificationPass to ARMTargetMachine::addInstSelectorRafael Espindola
2006-11-03assert.h -> cassertRafael Espindola
2006-11-03remove dead codeChris Lattner
2006-11-03silence warningChris Lattner
2006-11-03Don't write out variables that are never used.Reid Spencer
2006-11-03silence warningChris Lattner
2006-11-03silence warnings.Chris Lattner
2006-11-03silence warningChris Lattner
2006-11-03silence warningsChris Lattner
2006-11-03Make sample project -pedantic clean.Reid Spencer