aboutsummaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/exprs.s
AgeCommit message (Expand)Author
2013-05-21Merging r181366:Bill Wendling
2011-08-20Fix AsmParser binary precedence for shift operators.Jim Grosbach
2011-08-20Tidy up. Whitespace.Jim Grosbach
2011-02-23Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach
2011-02-15Add support for parsing [expr].Roman Divacky
2010-10-25MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar
2010-10-25MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar
2010-10-25tweak test.Daniel Dunbar
2010-10-25MC/AsmParser: Rewrite test to actually check some parts of expression parsing,Daniel Dunbar
2010-07-12MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar
2010-04-14implement mc asmparser support for '.', which gets theChris Lattner
2010-01-24fix a parsing problem on instructions like:Chris Lattner
2009-07-17llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar
2009-06-30llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar
2009-06-30llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar
2009-06-29llvm-mc: Recognize C++ style comments.Daniel Dunbar
2009-06-29MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar