summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/conditional_asm.s
Commit message (Collapse)AuthorAgeFilesLines
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-181-0/+60
| | | | | | Patch by Janne Grunau! llvm-svn: 211218
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-231-0/+9
| | | | | | | The .ifne directive assembles the following section of code if the argument expression is non-zero. Effectively, it is equivalent to if. llvm-svn: 201986
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ↵Daniel Dunbar2010-02-131-1/+1
| | | | | | avoid fixups for obvious cases like '-(16)'. llvm-svn: 96064
* Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81217
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-1/+1
| | | | llvm-svn: 80578
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-071-0/+12
I can clean this up a bit more and do way with the TheCondState and just use the top element on the TheCondStack if not empty. Also may tweak the code around ParseConditionalAssemblyDirectives() to simplify the AsmParser code. llvm-svn: 78423
OpenPOWER on IntegriCloud