index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
MC
/
AsmParser
/
exprs.s
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in the MC asm parser evaluating expressions. It was treating:
Kevin Enderby
2013-05-07
1
-0
/
+1
*
Fix AsmParser binary precedence for shift operators.
Jim Grosbach
2011-08-20
1
-0
/
+1
*
Tidy up. Whitespace.
Jim Grosbach
2011-08-20
1
-7
/
+7
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
1
-2
/
+0
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
1
-0
/
+2
*
MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.
Daniel Dunbar
2010-10-25
1
-1
/
+2
*
MC/AsmLexer: Fix bug in source location for Slash token.
Daniel Dunbar
2010-10-25
1
-3
/
+2
*
tweak test.
Daniel Dunbar
2010-10-25
1
-3
/
+3
*
MC/AsmParser: Rewrite test to actually check some parts of expression parsing,
Daniel Dunbar
2010-10-25
1
-32
/
+37
*
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-2
/
+0
*
implement mc asmparser support for '.', which gets the
Chris Lattner
2010-04-14
1
-0
/
+11
*
fix a parsing problem on instructions like:
Chris Lattner
2010-01-24
1
-0
/
+1
*
llvm-mc: Add -triple, and start fetching the target asm printer.
Daniel Dunbar
2009-07-17
1
-3
/
+3
*
llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are
Daniel Dunbar
2009-06-30
1
-0
/
+7
*
llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.
Daniel Dunbar
2009-06-30
1
-1
/
+17
*
llvm-mc: Recognize C++ style comments.
Daniel Dunbar
2009-06-29
1
-4
/
+4
*
MC: Improve expression parsing and implement evaluation of absolute expressions.
Daniel Dunbar
2009-06-29
1
-0
/
+39