summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/asm-modifier.ll
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Revert unhelpful change from d73eed42d1dcHubert Tong2020-07-071-1/+1
| | | | (cherry picked from commit 0e8608b3c38886c224d252c6b126c804645b7761)
* [tests] Speculative fix for buildbot breakage from c5f7c039efe7Hubert Tong2020-07-061-1/+1
| | | | (cherry picked from commit d73eed42d1dcba06a5b793346f6e3eed0c7f41ac)
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier ↵Stephen Lin2013-07-131-4/+4
| | | | | | | | | | debugging. No functionality change and all tests pass after conversion. This was done with the following sed invocation to catch label lines demarking function boundaries: sed -i '' "s/^;\( *\)\([A-Z0-9_]*\):\( *\)test\([A-Za-z0-9_-]*\):\( *\)$/;\1\2-LABEL:\3test\4:\5/g" test/CodeGen/*/*.ll which was written conservatively to avoid false positives rather than false negatives. I scanned through all the changes and everything looks correct. llvm-svn: 186258
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-251-0/+20
| | | | llvm-svn: 79961
* rename test, make more specific.Chris Lattner2009-08-221-0/+21
llvm-svn: 79712
OpenPOWER on IntegriCloud