summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/packed_struct.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-101-1/+1
| | | | | | | | | cases quoting of <{ didn't work out, so I changed the grep to check for }> instead. This fixes 7 testcases that were not properly running before. llvm-svn: 52182
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-231-0/+0
| | | | llvm-svn: 40441
* Try some alternative syntax.Reid Spencer2007-04-141-1/+1
| | | | llvm-svn: 36018
* For PR1319:Reid Spencer2007-04-141-3/+4
| | | | | | | Changes necessary for conversion of this directory to run the tests under the llvm.exp version of llvm_runtest llvm-svn: 35993
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* For PR761:Reid Spencer2007-01-261-11/+11
| | | | | | | | | | | | | | 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
* Packed structs use packed struct initializersAndrew Lenharth2007-01-081-17/+17
| | | | llvm-svn: 33014
* Run llvm-upgrade on test to prepare for new assembly syntax.Reid Spencer2006-12-291-1/+1
| | | | llvm-svn: 32769
* packed initializers too in the testAndrew Lenharth2006-12-081-0/+4
| | | | llvm-svn: 32365
* feature test for packed structsAndrew Lenharth2006-12-081-0/+29
llvm-svn: 32363
OpenPOWER on IntegriCloud