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
/
CodeGen
/
asm.c
Age
Commit message (
Expand
)
Author
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-13
fix PR4938 by recognizing % as a modifier on outputs,
Chris Lattner
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-25
MultiTestRunner: Validate '&&' at the end of RUN lines.
Daniel Dunbar
2009-05-19
Update test
Daniel Dunbar
2009-05-03
look at the right operand when increasing the size of an asm output,
Chris Lattner
2009-05-03
allow references to the larger value in a tied constraint
Chris Lattner
2009-05-03
add support for tying asm operands where the result is smaller than
Chris Lattner
2009-05-03
Remove typo
Daniel Dunbar
2009-05-03
implement support for asm outputs targetting non-simple lvalue destinations
Chris Lattner
2009-05-03
handle codegen of asms where a small input is tied to a large output.
Chris Lattner
2009-04-03
Ignore plus operands when looking up the operand number from a named operand....
Anders Carlsson
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-10
Fix PR3682 by just disabling a broken assertion. This check should be
Chris Lattner
2009-03-10
reduce duplication of parsing code between %0 and %x0 and
Chris Lattner
2009-03-10
move matching of named operands into AsmStmt class. At the same
Chris Lattner
2009-02-22
Match gcc and always perform array/function conversion for asm input exprs. F...
Anders Carlsson
2009-01-27
If an input constraint refers to an output constraint, it should have the sam...
Anders Carlsson
2009-01-12
Handle multi-value inputs
Anders Carlsson
2009-01-11
More inline asm fixes
Anders Carlsson
2009-01-11
Handle readwrite constraints correctly
Anders Carlsson