index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
asm.c
Age
Commit message (
Expand
)
Author
2009-05-19
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-05-03
If we have mismatched integer tied operands, but the operand
Chris Lattner
2009-04-26
implement PR4077: [Linux kernel] inscrutable error on inline asm input/output...
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-11
fix PR3258 by rejecting invalid numeric operands.
Chris Lattner
2009-03-11
checking for symbolic operands as well as % at end of string.
Chris Lattner
2009-03-10
reject invalid escape characters in extended-asm strings with a nice diagnostic.
Chris Lattner
2009-01-27
If an input constraint refers to an output constraint, it should have the sam...
Anders Carlsson
2009-01-24
Handle the 'e' constraint. Fixes PR3385
Anders Carlsson
2009-01-21
Fix an inline asm sema bug that I introduced.
Anders Carlsson
2009-01-20
Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>
Anders Carlsson
2009-01-18
Add sema support for symbolic names in inline asm statements.
Anders Carlsson
2008-07-23
Fix rdar://6094010 various asserts happening with wide strings in inline asm.
Chris Lattner
2007-11-25
Check that the clobber registers are valid.
Anders Carlsson
2007-11-23
Check asm input and output expressions.
Anders Carlsson