aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmLexer.cpp
AgeCommit message (Expand)Author
2010-08-24fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner
2010-07-12MC: Move getLoc() to MCAsmLexer().Daniel Dunbar
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-05-21Add support for parsing the ELF .type assembler directive.Matt Fleming
2010-05-18Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and notKevin Enderby
2010-05-18Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby
2010-05-17Added support in MC for Directional Local Labels.Kevin Enderby
2010-05-06Revert r103137, fix for $ in labels. It looks like we can't actually handle thisDaniel Dunbar
2010-05-05fix rdar://7946934 - in some limited cases, the assembler shouldChris Lattner
2010-04-14implement mc asmparser support for '.', which gets theChris Lattner
2010-03-13add a hack to allow parsing negative minint. rdar://7751341Chris Lattner
2010-01-22stop using strtoll, it gives windows heartburn.Chris Lattner
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner