| Age | Commit message (Expand) | Author |
| 2009-06-30 | llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Accept relocatable expressions when parsing displacements and | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar |
| 2009-06-30 | Suppress may-be-used-uninitialized warning. | Daniel Dunbar |
| 2009-06-30 | Fix CMake build | Douglas Gregor |
| 2009-06-30 | llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar |
| 2009-06-30 | Normalize SourceMgr messages. | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Parse symbol attribute directives. | Daniel Dunbar |
| 2009-06-30 | Clang is now production quality (at least for C). | Mikhail Glushenkov |
| 2009-06-30 | Add a way to access argv[0] in hooks. | Mikhail Glushenkov |
| 2009-06-29 | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar |
| 2009-06-29 | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar |
| 2009-06-29 | llvm-mc: Recognize C++ style comments. | Daniel Dunbar |
| 2009-06-29 | llvm-mc: Recognize C++ style comments. | Daniel Dunbar |
| 2009-06-29 | Fix uninitialized variable warning. | Daniel Dunbar |
| 2009-06-29 | Don't build LLVMC when configured with --disable-pic (it needs requires shared | Daniel Dunbar |
| 2009-06-29 | MC: Improve expression parsing and implement evaluation of absolute expressions | Daniel Dunbar |
| 2009-06-29 | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar |
| 2009-06-26 | Indentation. | Evan Cheng |
| 2009-06-25 | MC: Parse .org directives. | Daniel Dunbar |
| 2009-06-25 | MC: Parse .set and assignments. | Daniel Dunbar |
| 2009-06-25 | Update documentation. | Mikhail Glushenkov |
| 2009-06-25 | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin |
| 2009-06-25 | Remove duplication. | Mikhail Glushenkov |
| 2009-06-24 | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar |
| 2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson |
| 2009-06-24 | remove dead makefile flags. | Chris Lattner |
| 2009-06-24 | implement a bunch of synonyms for section switching. | Chris Lattner |
| 2009-06-24 | add support for parsing and emitting .section directives. We can now parse | Chris Lattner |
| 2009-06-24 | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner |
| 2009-06-24 | create an MCStreamer and provide it to AsmParser. | Chris Lattner |
| 2009-06-24 | make the lexer unique strings it lexes instead of passing them back as | Chris Lattner |
| 2009-06-23 | Start flushing out MCContext. | Daniel Dunbar |
| 2009-06-23 | Temporary copy-pasto to make examples compile. | Mikhail Glushenkov |
| 2009-06-23 | Make llvmc work again. | Mikhail Glushenkov |
| 2009-06-23 | refactor a bunch of X86 specific stuff out to its own file. | Chris Lattner |
| 2009-06-23 | CMake: remove support for llvm-config-generated dependencies in the build | Douglas Gregor |
| 2009-06-23 | implement a trivial binary expression parser, we can now parse all of 176.gcc... | Chris Lattner |
| 2009-06-23 | get a definition of strull on windows, thanks to Howard Su. | Chris Lattner |
| 2009-06-22 | Recognize and handle ARM v7 target triples for Darwin. | Bob Wilson |
| 2009-06-22 | Include cstdio to get EOF, needed with gcc-4.4. | Duncan Sands |
| 2009-06-22 | process memory operands with a parenthesized expression for a displacement, | Chris Lattner |
| 2009-06-22 | Implement full support for parsing primary expressions. We can now parse | Chris Lattner |
| 2009-06-22 | implement parser support for '*' operands, as in "call *%eax". | Chris Lattner |
| 2009-06-22 | implement memory operand parsing. | Chris Lattner |
| 2009-06-22 | start implementing some simple operand parsing. | Chris Lattner |
| 2009-06-21 | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner |
| 2009-06-21 | set up the top-level parsing loop. | Chris Lattner |