Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner | 2010-01-22 | 1 | -40/+0 |
| | | | | | | other tools can link it. llvm-svn: 94131 | ||||
* | Always initialize AsmConds. | Benjamin Kramer | 2009-08-08 | 1 | -0/+2 |
| | | | | llvm-svn: 78463 | ||||
* | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby | 2009-08-07 | 1 | -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 |