aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/exprs.s
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-071-0/+1
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-201-0/+1
* Tidy up. Whitespace.Jim Grosbach2011-08-201-7/+7
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-231-2/+0
* Add support for parsing [expr].Roman Divacky2011-02-151-0/+2
* MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar2010-10-251-1/+2
* MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar2010-10-251-3/+2
* tweak test.Daniel Dunbar2010-10-251-3/+3
* MC/AsmParser: Rewrite test to actually check some parts of expression parsing,Daniel Dunbar2010-10-251-32/+37
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-121-2/+0
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-141-0/+11
* fix a parsing problem on instructions like:Chris Lattner2010-01-241-0/+1
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-171-3/+3
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-301-0/+7
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-301-1/+17
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-4/+4
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-0/+39