summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the testcase correct.Bill Wendling2007-02-231-2/+2
| | | | llvm-svn: 34543
* Testcase for PR1164Bill Wendling2007-02-231-0/+13
| | | | llvm-svn: 34542
* PR1164:Bill Wendling2007-02-231-1/+1
| | | | | | | Generate local names with a "llvm_cbe_" prefix using the actual name of the variable instead of a temporary name. llvm-svn: 34540
* Update this test to compile properly and check against the correctReid Spencer2007-02-151-10/+9
| | | | | | string generated by the CBE. This is no longer an XFAIL. llvm-svn: 34327
* testcase for pr1181Chris Lattner2007-02-061-0/+14
| | | | llvm-svn: 33956
* For PR761:Reid Spencer2007-01-262-8/+6
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* For PR1028:Reid Spencer2007-01-171-0/+12
| | | | | | | | | Ensure the CBE generates calls to GCC builtins for stack_save and stack_restore when it encounters the corresponding intrinsics. Patch by Gordon Henriksen. llvm-svn: 33312
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1749-0/+496
llvm-svn: 33296
OpenPOWER on IntegriCloud