Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AsmParser][GAS-compatibility] Ignore an empty 'p2align' directive | Coby Tayree | 2017-08-02 | 1 | -1/+6 |
| | | | | | | | | | GAS ignores the aforementioned issue this patch aligns LLVM + throws in an appropriate warning Differential Revision: https://reviews.llvm.org/D36060 llvm-svn: 309841 | ||||
* | Followup to 258750; update all MC tests to use .p2align . | Dan Gohman | 2016-01-26 | 1 | -1/+1 |
| | | | | llvm-svn: 258754 | ||||
* | Prefix failing commands with not to make clear they are expected to fail. | Rafael Espindola | 2013-07-03 | 1 | -1/+1 |
| | | | | llvm-svn: 185554 | ||||
* | update test for alignment value in hex | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
| | | | | llvm-svn: 80876 | ||||
* | Fix typo | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
| | | | | llvm-svn: 79445 | ||||
* | fix asmstreaming of 2/4 byte elements with pow-2 alignments. | Chris Lattner | 2009-08-19 | 1 | -2/+2 |
| | | | | llvm-svn: 79408 | ||||
* | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 1 | -1/+1 |
| | | | | llvm-svn: 76257 | ||||
* | Switch all the MC tests to use FileCheck. | Chris Lattner | 2009-07-08 | 1 | -7/+7 |
| | | | | llvm-svn: 75039 | ||||
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 1 | -0/+16 |
llvm-svn: 74478 |