summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/AsmParser.h
Commit message (Expand)AuthorAge
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-04
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-31
* llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2009-08-31
* llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2009-08-31
* llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2009-08-31
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-31
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-26
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-21
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-14
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-07
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-28
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-28
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-28
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-27
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-27
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-20
* Add MCAsmLexer interface.Daniel Dunbar2009-07-20
* Add MCAsmParser interface.Daniel Dunbar2009-07-20
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-13
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-13
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-10
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-09
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-07
* llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar2009-07-02
* llvm-mc/x86: Factor out ParseX86Register.Daniel Dunbar2009-07-02
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-30
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-30
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-30
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-29
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-29
* MC: Parse .org directives.Daniel Dunbar2009-06-25
* MC: Parse .set and assignments.Daniel Dunbar2009-06-25
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-24
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-24
* add support for parsing and emitting .section directives. We can now parse Chris Lattner2009-06-24
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-24
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-24
* refactor a bunch of X86 specific stuff out to its own file.Chris Lattner2009-06-23
* implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner2009-06-23
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-22