summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-9/+6
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-241-0/+56
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-221-21/+22
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-211-0/+3
* Fix an MSVC warning.Daniel Dunbar2010-09-171-0/+3
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-171-2/+81
* Add support for the .zero directive.Rafael Espindola2010-09-161-0/+22
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-5/+1
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-111-0/+49
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-1/+3
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-091-0/+30
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-091-8/+10
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-081-7/+0
* Change the parsing of .loc back to allow the LineNumber field to be optional asKevin Enderby2010-08-241-7/+8
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-241-18/+80
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-241-5/+9
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-241-0/+24
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-121-8/+2
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-0/+15
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-101-5/+7
* MC: Destroy Macro instances.Daniel Dunbar2010-07-291-0/+7
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-1/+16
* Make .align parse correctly on platforms where .align is measured in bytes.Eli Friedman2010-07-191-5/+8
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-181-19/+17
OpenPOWER on IntegriCloud