aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-06Add comment.Evan Cheng1-4/+10
2006-11-05regenerateChris Lattner2-42/+44
2006-11-05xfail this for the 1.9 release. This is PR984.Chris Lattner1-0/+1
2006-11-05Try again.Jim Laskey1-53/+406
2006-11-05Misfire.Jim Laskey1-407/+54
2006-11-05Up to date for 1.9Jim Laskey1-54/+407
2006-11-05Get LLVMGCCARCH right regardless of the llvm-gcc version being used.Reid Spencer1-0/+4
2006-11-05Fix a problem in the the last patch that subverts error message printing.Reid Spencer1-1/+1
2006-11-05Remove obsolete VS project.Jeff Cohen1-136/+0
2006-11-05Unbreak VC++ build.Jeff Cohen37-108/+209
2006-11-05Fix a bug in the last patch and convert to && instead of & for logical expr.Reid Spencer1-2/+2
2006-11-05Implement the -enabled-cbe-printf-a feature.Reid Spencer1-2/+2
2006-11-05Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer3-28/+77
2006-11-05Remove commented line from earlier debugging.Nick Lewycky1-2/+0
2006-11-05Added pre-indexed store support.Evan Cheng1-10/+24
2006-11-05Added getIndexedStore.Evan Cheng2-0/+32
2006-11-05Don't check variables before they are set.Reid Spencer1-2/+3
2006-11-04Live local variables are being dropped because the begin or end labels markingJim Laskey1-3/+4
2006-11-04Changes to use operand constraints to process two-address instructions.Evan Cheng3-50/+140
2006-11-04Move to operand constraints for two-address instructions.Evan Cheng1-1/+12
2006-11-04Clean up some code.Evan Cheng2-2/+5
2006-11-04encode BLR predicate info for the JITChris Lattner3-15/+29
2006-11-04Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner3-12/+62
2006-11-04Parse PredicateOperand's. When an instruction takes one, have the generatedChris Lattner2-6/+86
2006-11-04First steps to getting PredicateOperand's to work. This handles instructionChris Lattner1-14/+37
2006-11-04Okay, need a pattern before and after the cast pattern.Reid Spencer1-2/+3
2006-11-04Allow the regular expression to be extended by a parameter.Reid Spencer1-2/+5
2006-11-04For PR950:Reid Spencer1-0/+12
2006-11-04Add a note about warnings from the GNU ld 2.16.X linker.Reid Spencer1-0/+5
2006-11-04Fixed some spiller bugs exposed by the recent two-address code changes. NowEvan Cheng1-21/+53
2006-11-03Describe PPC predicates, which are a pair of CR# and condition.Chris Lattner1-0/+4
2006-11-03initial steps to getting the predicate on PPC::BLR right.Chris Lattner1-0/+11
2006-11-03remove dead varChris Lattner1-1/+0
2006-11-03remove dead/redundant varsChris Lattner4-9/+0
2006-11-03remove redundant/dead varsChris Lattner1-2/+0
2006-11-03remove dead varsChris Lattner1-3/+0
2006-11-03eliminate need for the NumMIOperands field in Operand.Chris Lattner1-1/+13
2006-11-03The wrong parameter was being tested to deturmine i32 vs i64Andrew Lenharth1-1/+1
2006-11-03add a regression for memmoveAndrew Lenharth1-0/+18
2006-11-03add a noteChris Lattner1-0/+6
2006-11-03this started failing due to Reid's changes in the bc format. insulate itChris Lattner1-1/+1
2006-11-03Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-rangeChris Lattner1-8/+20
2006-11-03new testcaseChris Lattner1-0/+51
2006-11-03Make the huge_val test run a C++ program not CReid Spencer2-9/+9
2006-11-03this will work betterChris Lattner1-2/+2
2006-11-03Fix the build on xcode < 2.4Chris Lattner1-0/+7
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer4-25/+128
2006-11-03Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth1-497/+505
2006-11-03Fix comments.Evan Cheng2-6/+16
2006-11-03RenameEvan Cheng2-6/+6