summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/AsmCond.h
Commit message (Collapse)AuthorAgeFilesLines
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-221-40/+0
| | | | | | other tools can link it. llvm-svn: 94131
* Always initialize AsmConds.Benjamin Kramer2009-08-081-0/+2
| | | | llvm-svn: 78463
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-071-0/+38
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