summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-92/+96
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-4/+4
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-081-4/+4
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-071-1/+158
* update for API change.Chris Lattner2009-08-011-4/+4
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-011-4/+4
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-011-43/+59
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-311-5/+7
* fix some more issues where we expected GetSection to do "get or create"Chris Lattner2009-07-311-2/+12
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-311-2/+13
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-281-2/+1
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-281-2/+2
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-281-19/+18
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-281-98/+98
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-5/+12
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-271-90/+91
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-6/+8
* Add MCAsmParser interface.Daniel Dunbar2009-07-201-1/+3
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-1/+1
* Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby2009-07-161-3/+1
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-7/+13
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-151-0/+29
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-141-0/+24
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-141-0/+32
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-141-0/+33
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-131-0/+25
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-131-0/+16
* silence vc++ warning.Chris Lattner2009-07-111-1/+1
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-101-0/+94
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-11/+14
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+59
* implement error recovery in the llvm-mc parser. Feel the power!Chris Lattner2009-07-021-4/+11
* llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar2009-07-021-0/+13
* llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar2009-07-011-2/+1
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-301-1/+1
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-301-12/+16
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-301-0/+12
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-7/+11
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-301-0/+55
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-2/+96
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-291-6/+40
* Fix uninitialized variable warning.Daniel Dunbar2009-06-291-1/+1
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-31/+118
* MC: Parse .org directives.Daniel Dunbar2009-06-251-1/+30
* MC: Parse .set and assignments.Daniel Dunbar2009-06-251-2/+51
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-241-1/+149
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-241-3/+112
* add support for parsing and emitting .section directives. We can now parse Chris Lattner2009-06-241-1/+34
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-0/+6
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-241-1/+1
OpenPOWER on IntegriCloud