summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Tidyness.Daniel Dunbar2011-03-251-2/+2
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-241-0/+20
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-231-18/+0
* Add support for parsing [expr].Roman Divacky2011-02-151-0/+18
* More whitespace cleanup...Jim Grosbach2011-02-111-1/+1
* 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
* Make sure to propogate the error code when we fail to parse a modifier.Jim Grosbach2011-01-191-1/+1
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-291-3/+2
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-0/+22
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-0/+20
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-1/+1
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-1/+1
* Add basic support for .cfi_personality.Rafael Espindola2010-12-261-2/+25
* In llvm-mc parse a Hash token as a full line comment. Allows handling ofKevin Enderby2010-12-241-2/+7
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-221-7/+19
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-191-0/+2
* Add support for .int.Rafael Espindola2010-11-171-0/+2
* Add support for .2byte, .4byte and .8byte.Rafael Espindola2010-11-171-0/+6
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-4/+3
* Parse and ignore some .cfi_* directives.Rafael Espindola2010-11-161-0/+95
* Fix PR8565.Rafael Espindola2010-11-151-6/+25
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-131-1/+7
* Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola2010-11-111-1/+0
* Fix typo.Daniel Dunbar2010-11-081-1/+1
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-31/+7
* Add support for .value.Rafael Espindola2010-11-011-0/+2
* Add support for the .string directive.Rafael Espindola2010-10-281-8/+10
* Use the IDVal directly as there's no need to convert to std::string.Roman Divacky2010-10-281-2/+2
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-281-6/+6
* MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar2010-10-251-12/+14
* Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete threeChandler Carruth2010-10-201-2/+0
* MC/AsmParser: Report .stabs directive as unsupported.Daniel Dunbar2010-10-161-0/+9
* MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer2010-10-091-1/+5
* Fix Whitespace.Michael J. Spencer2010-10-091-58/+58
* MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer2010-10-091-48/+0
* Add support for a fill value in the .zero directive.Rafael Espindola2010-10-051-1/+8
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-041-1/+1
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-6/+1
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-1/+1
* Test commit - Deleted some whitespace at the end of a line.Jan Wen Voung2010-09-301-1/+1
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-291-9/+3
OpenPOWER on IntegriCloud