aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmParser.cpp
AgeCommit message (Expand)Author
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel
2011-04-12Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola
2011-04-12Remove LastOffset from the asm parser.Rafael Espindola
2011-04-12Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola
2011-04-12Implement .cfi_same_value.Rafael Espindola
2011-04-12To avoid printing out multiple error messages for cases like:Eric Christopher
2011-04-11Implement cfi_rel_offsetRafael Espindola
2011-04-11implement .cfi_adjust_cfa_offset.Rafael Espindola
2011-04-07Add support for .skip.Rafael Espindola
2011-03-29Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby
2011-03-25MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar
2011-03-25Tidyness.Daniel Dunbar
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger
2011-02-23Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach
2011-02-15Add support for parsing [expr].Roman Divacky
2011-02-11More whitespace cleanup...Jim Grosbach
2011-02-08Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer
2011-02-03Do not sign extend floating-point values in the asm parser.Bob Wilson
2011-01-31Enumerate .code16/32/64 instead of checking .code prefix. ThisRoman Divacky
2011-01-31Error on all .code* directives instead of just .code16 as theyRoman Divacky
2011-01-28Error on .code16 instead of producing wrong (32bit) code.Roman Divacky
2011-01-28Add support for parsing .floatRoman Divacky
2011-01-28PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber
2011-01-27Add support for specifying register name in cfi-register/offset/defRoman Divacky
2011-01-25Add support for parsing a Real value. It stores the Real value as its binaryBill Wendling
2011-01-19Make sure to propogate the error code when we fail to parse a modifier.Jim Grosbach
2010-12-29Correctly encode pcrel|indirect.Rafael Espindola
2010-12-29Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola
2010-12-28Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola
2010-12-27Add support for .cfi_lsda.Rafael Espindola
2010-12-27Add support for the same encodings of the personality function that gnu asRafael Espindola
2010-12-26Add basic support for .cfi_personality.Rafael Espindola
2010-12-24In llvm-mc parse a Hash token as a full line comment. Allows handling ofKevin Enderby
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-11-22Add basic CFI methods to the streamer interface.Rafael Espindola
2010-11-19Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby
2010-11-17Add support for .int.Rafael Espindola
2010-11-17Add support for .2byte, .4byte and .8byte.Rafael Espindola
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-16Parse and ignore some .cfi_* directives.Rafael Espindola
2010-11-15Fix PR8565.Rafael Espindola
2010-11-13Parse and remember discriminators in .loc line. I try to output them withRafael Espindola
2010-11-11Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola
2010-11-08Fix typo.Daniel Dunbar
2010-11-02Add support for expressions in .sleb/.uleb directives.Rafael Espindola
2010-11-01Add support for .value.Rafael Espindola
2010-10-28Add support for the .string directive.Rafael Espindola
2010-10-28Use the IDVal directly as there's no need to convert to std::string.Roman Divacky
2010-10-28Implement .equ directive as a synonym to .set.Roman Divacky
2010-10-25MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar