summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_set.s
Commit message (Collapse)AuthorAgeFilesLines
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-2/+2
| | | | | | | | | 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
* MC: Don't emit .no_dead_strip on targets which don't support itDavid Majnemer2014-12-241-1/+3
| | | | llvm-svn: 224808
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-281-0/+5
| | | | llvm-svn: 117553
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-311-1/+1
| | | | llvm-svn: 80577
* 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