Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Codegen][X86] Modernize/regenerate old tests. NFCI. | Dávid Bolvanský | 2019-12-10 | 1 | -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 Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | GV with null value initializer shouldn't go to BSS if it's meant for a ↵ | Evan Cheng | 2009-02-18 | 1 | -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 |