aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* .cfi directive register parsing flexibility.Jim Grosbach2011-06-021-1/+1
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-1/+2
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-251-2/+6
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-251-6/+17
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-251-6/+9
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-251-23/+22
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-241-11/+112
* Propagate error correctly in the MC Asm parser for leading '$' expressions.Jim Grosbach2011-05-231-1/+1
* Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis2011-05-231-4/+27
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-221-0/+157
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-192-8/+14
* Revert r131644; it's breaking the build.Eli Friedman2011-05-192-14/+8
* Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger2011-05-192-8/+14
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-101-0/+36
* MC/AsmParser: Generalize a check.Daniel Dunbar2011-04-291-1/+1
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-1/+1
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-121-10/+19
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-121-19/+3
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-6/+2
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+17
* Match case for invalid constant error messages and add a newEric Christopher2011-04-121-5/+5
* To avoid printing out multiple error messages for cases like:Eric Christopher2011-04-121-0/+3
* Lex, and then fail on invalid constants.Eric Christopher2011-04-111-1/+1
* Implement cfi_rel_offsetRafael Espindola2011-04-111-1/+33
* implement .cfi_adjust_cfa_offset.Rafael Espindola2011-04-111-1/+28
* Add support for .skip.Rafael Espindola2011-04-071-1/+1
* Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby2011-03-291-3/+11
* MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar2011-03-251-1/+18
* Tidyness.Daniel Dunbar2011-03-251-2/+2
* Clean up assembly statement separator support.Jim Grosbach2011-03-241-4/+14
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-191-2/+3
* Revert 127939. <rdar://problem/9012638>Stuart Hastings2011-03-191-3/+2
* Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2011-03-191-2/+3
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-171-1/+2
* Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach2011-03-081-0/+7
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-243-2/+25
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-231-18/+0
* Bug#9172: Don't use static in file scope, use an attribute on theJoerg Sonnenberger2011-02-221-5/+5
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-4/+26
* Add support for parsing [expr].Roman Divacky2011-02-151-0/+18
* More whitespace cleanup...Jim Grosbach2011-02-112-41/+41
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-081-1/+31
* Do not sign extend floating-point values in the asm parser.Bob Wilson2011-02-031-1/+1
* Enumerate .code16/32/64 instead of checking .code prefix. ThisRoman Divacky2011-01-311-1/+1
* Error on all .code* directives instead of just .code16 as theyRoman Divacky2011-01-311-2/+2
* Error on .code16 instead of producing wrong (32bit) code.Roman Divacky2011-01-281-0/+3
* Add support for parsing .floatRoman Divacky2011-01-281-1/+1
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-281-8/+12
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-271-3/+23
* Add support for parsing a Real value. It stores the Real value as its binaryBill Wendling2011-01-251-1/+7