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