summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Before assuming that the original code didn't work for Athlon64, the person whoJeff Cohen2007-04-161-6/+2
| | | | | | | replaced it with a FIXME should have determined what did work. Then he would have realized that the code was in fact correct, and would have avoided breaking it. llvm-svn: 36173
* refix thisChris Lattner2007-04-161-1/+1
| | | | llvm-svn: 36172
* Document how, module pass can require function pass.Devang Patel2007-04-161-2/+18
| | | | llvm-svn: 36171
* use an x86 t-t for an x86 test. Thanks to Dan for noticing this!Chris Lattner2007-04-161-2/+2
| | | | llvm-svn: 36170
* fix incorrectly upgraded testChris Lattner2007-04-161-1/+1
| | | | llvm-svn: 36169
* Fix 80 col violations.Reid Spencer2007-04-161-4/+4
| | | | llvm-svn: 36168
* We shouldn't have tests for features we don't have yet.Chris Lattner2007-04-161-35/+0
| | | | llvm-svn: 36167
* remove bogus testChris Lattner2007-04-161-17/+0
| | | | llvm-svn: 36166
* Spelling fix.Duncan Sands2007-04-161-1/+1
| | | | llvm-svn: 36165
* MAke this test portable.Chris Lattner2007-04-161-1/+3
| | | | llvm-svn: 36164
* Test code quality for variable length array references.Duncan Sands2007-04-161-0/+7
| | | | llvm-svn: 36163
* Check handling of arrays of variable sized components.Duncan Sands2007-04-161-0/+10
| | | | llvm-svn: 36162
* Heal this testAnton Korobeynikov2007-04-161-2/+2
| | | | llvm-svn: 36161
* fix this testChris Lattner2007-04-161-3/+2
| | | | llvm-svn: 36160
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-163-0/+46
| | | | llvm-svn: 36159
* Do not assert during analysis implementation initialization.Devang Patel2007-04-161-1/+3
| | | | llvm-svn: 36158
* Print and delete on the fly pass managers.Devang Patel2007-04-161-3/+19
| | | | llvm-svn: 36157
* Regenerate.Reid Spencer2007-04-162-6/+6
| | | | llvm-svn: 36156
* Check length of string before we walk off the end of it.Reid Spencer2007-04-161-3/+3
| | | | | | Thanks, Chris. llvm-svn: 36155
* Update module pass manager to support module passes that requireDevang Patel2007-04-161-11/+44
| | | | | | function passes. llvm-svn: 36154
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-162-25/+80
| | | | | | pass required by one of pass managed by the manager. llvm-svn: 36153
* Fixes tests and remove xfail.Evan Cheng2007-04-161-3/+2
| | | | llvm-svn: 36152
* One more callee-saved register used.Evan Cheng2007-04-161-1/+1
| | | | llvm-svn: 36151
* Fix test.Evan Cheng2007-04-161-1/+1
| | | | llvm-svn: 36150
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-163-1/+31
| | | | llvm-svn: 36149
* Testcase for C front-end crash.Duncan Sands2007-04-161-0/+6
| | | | llvm-svn: 36148
* Testcase for debug info emission for structure fields at variable offsets.Duncan Sands2007-04-161-0/+8
| | | | llvm-svn: 36147
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-1641-378/+392
| | | | | | target for tabs checking. llvm-svn: 36146
* For PR1336:Reid Spencer2007-04-161-1/+0
| | | | | | Un-XFAIL because this passes now. llvm-svn: 36145
* Regenerate.Reid Spencer2007-04-162-17/+19
| | | | llvm-svn: 36144
* Use a more optimal way to get the name of a function. Thanks, Chris.Reid Spencer2007-04-161-1/+2
| | | | llvm-svn: 36143
* For PR1319:Reid Spencer2007-04-16170-468/+493
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Fix hello.ll test.Lauro Ramos Venancio2007-04-161-3/+3
| | | | llvm-svn: 36141
* Fix align test.Lauro Ramos Venancio2007-04-161-3/+2
| | | | llvm-svn: 36140
* Don't return 0 if the len == 5, let the assert handle that case.Reid Spencer2007-04-161-1/+1
| | | | | | Thanks, Chris. llvm-svn: 36139
* Look for site.exp in the build directory, not the source directory.Duncan Sands2007-04-161-1/+1
| | | | llvm-svn: 36138
* Use %s, not explicit name.Duncan Sands2007-04-161-1/+1
| | | | llvm-svn: 36136
* Change ne into !=.Duncan Sands2007-04-161-1/+1
| | | | llvm-svn: 36135
* For PR1319:Reid Spencer2007-04-1651-65/+81
| | | | | | Fix syntax of tests to ensure grep pattern is properly quoted. llvm-svn: 36134
* For PR1319:Reid Spencer2007-04-1623-30/+48
| | | | | | Fix test syntax per new rules. llvm-svn: 36133
* Fix the syntax for these tests. Noticed by Duncan Sands.Reid Spencer2007-04-1617-18/+20
| | | | llvm-svn: 36132
* Syntax upgrade and fix for PR1336.Reid Spencer2007-04-161-4/+5
| | | | llvm-svn: 36131
* For PR1336:Reid Spencer2007-04-161-3/+2
| | | | | | Rename test functions to not conflict with an instruction mnemonic. llvm-svn: 36130
* For PR1336:Reid Spencer2007-04-162-4/+2
| | | | | | Ignore case for instruction mnemonic comparison. llvm-svn: 36129
* Wrap long line.Reid Spencer2007-04-161-1/+2
| | | | llvm-svn: 36128
* For PR1336:Reid Spencer2007-04-161-2/+1
| | | | | | Ignore case for register name compare. llvm-svn: 36127
* For PR1336:Reid Spencer2007-04-161-1/+0
| | | | | | Un-XFAIL as Alpha feature now specified in lower case. llvm-svn: 36126
* For PR1336:Reid Spencer2007-04-161-1/+1
| | | | | | | Subtarget option names must be given in lower case in order to be recognized. Fixes test/CodeGen/Alpha/ctlz.ll llvm-svn: 36125
* Fix typos.Duncan Sands2007-04-161-3/+3
| | | | llvm-svn: 36124
* Fix test/CodeGen/Generic/vector-constantexpr.llReid Spencer2007-04-161-0/+2
| | | | llvm-svn: 36123
OpenPOWER on IntegriCloud