Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall...
[oota-llvm.git] / include / llvm / Target / TargetAsmParser.h
2010-01-22 Chris Lattnerallow registering target lexers.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.