Switch AsmLexer::Lex to returning a reference to the current token.
[oota-llvm.git] / tools / llvm-mc / llvm-mc.cpp
2009-07-28 Daniel DunbarSwitch AsmLexer::Lex to returning a reference to the...
2009-07-28 Daniel DunbarDrop some AsmLexer methods in favor of their AsmToken...
2009-07-28 Daniel Dunbarllvm-mc: Sink token enum into AsmToken.
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-17 Daniel Dunbarllvm-mc: Default -triple to LLVM_HOSTTRIPLE.
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-01 Daniel Dunbarllvm-mc: Fill in the rest of tokens for 'as-lex' mode.
2009-07-01 Chris Lattneradd some of the new tokens, others are still missing.
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-24 Daniel DunbarBasic .s parsing for .asci[iz], .fill, .space, {.byte...
2009-06-24 Chris Lattneradd trivial support for passing label definitions throu...
2009-06-24 Chris Lattnercreate an MCStreamer and provide it to AsmParser.
2009-06-22 Chris LattnerImplement full support for parsing primary expressions...
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnerstub out parser for asm files. Change invariant on...
2009-06-21 Chris Lattneradd string literals.
2009-06-21 Chris Lattnerimplement enough of a lexer to get through Olden/health...
2009-06-21 Chris Lattnersome baby steps.
2009-06-21 Chris Lattnerstart wiring up support for asm parsing.
2009-06-18 Chris Lattnerfix file header
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...