summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
...
* 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
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-24
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-24
* Start flushing out MCContext.Daniel Dunbar2009-06-23
* 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
* get a definition of strull on windows, thanks to Howard Su.Chris Lattner2009-06-23
* Include cstdio to get EOF, needed with gcc-4.4.Duncan Sands2009-06-22
* process memory operands with a parenthesized expression for a displacement,Chris Lattner2009-06-22
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-22
* implement parser support for '*' operands, as in "call *%eax".Chris Lattner2009-06-22
* implement memory operand parsing.Chris Lattner2009-06-22
* start implementing some simple operand parsing.Chris Lattner2009-06-22
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* set up the top-level parsing loop.Chris Lattner2009-06-21
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-21
* add string literals.Chris Lattner2009-06-21
* hopefully fix the build on linux.Chris Lattner2009-06-21
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-21
* oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner2009-06-21
* some baby steps.Chris Lattner2009-06-21
* start wiring up support for asm parsing.Chris Lattner2009-06-21