Revert r125595, which is an X86-only undocumented assembly syntax extension
[oota-llvm.git] / lib / MC / MCParser / AsmLexer.cpp
2011-02-11 Jim GrosbachMore whitespace cleanup...
2010-12-25 Chris LattnerGeneralize a previous change, fixing PR8855 - an valid...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-10-25 Daniel DunbarMC/AsmLexer: Fix bug in source location for Slash token.
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-18 Kevin EnderbyIncorporate Daniel's suggestion and use !isdigit(CurPtr...
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-05 Chris Lattnerfix rdar://7946934 - in some limited cases, the assembl...
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-03-13 Chris Lattneradd a hack to allow parsing negative minint. rdar:...
2010-01-22 Chris Lattnerstop using strtoll, it gives windows heartburn.
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...