summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/cstring.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Codegen][X86] Modernize/regenerate old tests. NFCI.Dávid Bolvanský2019-12-101-1/+2
| | | | | | | | | | | | | | | | Summary: Switch to FileCheck where possible. Adjust tests so they can be easily regenerated by update scripts. Reviewers: craig.topper, spatel, RKSimon Reviewed By: spatel Subscribers: MatzeB, qcolombet, arphaman, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71211
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* GV with null value initializer shouldn't go to BSS if it's meant for a ↵Evan Cheng2009-02-181-0/+4
mergeable strings section. Currently it only checks for Darwin. Someone else please check if it should apply to other targets as well. llvm-svn: 64877
OpenPOWER on IntegriCloud