summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/assignment.s
Commit message (Collapse)AuthorAgeFilesLines
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-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 theDaniel Dunbar2010-05-171-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 Dunbar2009-07-171-2/+2
| | | | llvm-svn: 76257
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-081-3/+3
| | | | llvm-svn: 75039
* MC: Parse .set and assignments.Daniel Dunbar2009-06-251-0/+7
llvm-svn: 74208
OpenPOWER on IntegriCloud