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