Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .set instead of = when printing assignment in assembly output | Krzysztof Parzyszek | 2018-03-27 | 1 | -2/+13 |
| | | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635 | ||||
* | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar | 2010-05-17 | 1 | -2/+6 |
| | | | | | | | | variable has not yet been used in an expression. This allows us to support a few cases that show up in real code (mostly because gcc generates it for Objective-C on Darwin), without giving up a reasonable semantic model for assignment. llvm-svn: 103950 | ||||
* | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 1 | -2/+2 |
| | | | | llvm-svn: 76257 | ||||
* | Switch all the MC tests to use FileCheck. | Chris Lattner | 2009-07-08 | 1 | -3/+3 |
| | | | | llvm-svn: 75039 | ||||
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 1 | -0/+7 |
llvm-svn: 74208 |