summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
...
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-08
* Always initialize AsmConds.Benjamin Kramer2009-08-08
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-07
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Make SectionKind::get() private.Chris Lattner2009-08-02
* update for API change.Chris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-31
* fix some more issues where we expected GetSection to do "get or create"Chris Lattner2009-07-31
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-31
* Update CMakeListsDaniel Dunbar2009-07-28
* 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
* Switch X86 assembly parser to using the generic lexer interface.Daniel Dunbar2009-07-28
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-28
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-28
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-28
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-28
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-28
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.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
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* 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
* llvm-mc: Default -triple to LLVM_HOSTTRIPLE.Daniel Dunbar2009-07-17
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-16
* Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby2009-07-16
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* 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
* silence vc++ warning.Chris Lattner2009-07-11
* 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
* implement error recovery in the llvm-mc parser. Feel the power!Chris Lattner2009-07-02
* llvm-mc/x86: Fix various nit-picky bugs in displacement parsing.Daniel Dunbar2009-07-02
* 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