summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
...
* 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
* llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistentDaniel Dunbar2009-07-02
* llvm-mc: Add some more doxyments.Daniel Dunbar2009-07-01
* llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar2009-07-01
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-01
* add some of the new tokens, others are still missing.Chris Lattner2009-07-01
* llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar2009-07-01
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-30
* llvm-mc: Accept relocatable expressions when parsing displacements andDaniel Dunbar2009-06-30
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-30
* Suppress may-be-used-uninitialized warning.Daniel Dunbar2009-06-30
* Fix CMake buildDouglas Gregor2009-06-30
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-30
* llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't alwaysDaniel 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
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-29
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* Fix uninitialized variable warning.Daniel Dunbar2009-06-29
* MC: Improve expression parsing and implement evaluation of absolute expressionsDaniel 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