Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
db0ee1da16e9dbec19b144c9cd96ee9f55fe0c53
/
test
/
CodeGen
/
asm.c
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
4053983
fix PR4938 by recognizing % as a modifier on outputs,
by Chris Lattner
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
025f80d
MultiTestRunner: Validate '&&' at the end of RUN lines.
by Daniel Dunbar
· 16 years ago
b77e07a
Update test
by Daniel Dunbar
· 16 years ago
0bdaa5b
look at the right operand when increasing the size of an asm output,
by Chris Lattner
· 16 years ago
3351f11
allow references to the larger value in a tied constraint
by Chris Lattner
· 16 years ago
a077b5c
add support for tying asm operands where the result is smaller than
by Chris Lattner
· 16 years ago
50ac766
Remove typo
by Daniel Dunbar
· 16 years ago
ede9d90
implement support for asm outputs targetting non-simple lvalue destinations
by Chris Lattner
· 16 years ago
4df4ee0
handle codegen of asms where a small input is tied to a large output.
by Chris Lattner
· 16 years ago
ec91dab
Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908.
by Anders Carlsson
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
88beebe
Fix PR3682 by just disabling a broken assertion. This check should be
by Chris Lattner
· 16 years ago
02af974
reduce duplication of parsing code between %0 and %x0 and
by Chris Lattner
· 16 years ago
10ca96a
move matching of named operands into AsmStmt class. At the same
by Chris Lattner
· 16 years ago
6032979
Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641.
by Anders Carlsson
· 16 years ago
03eb543
If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417
by Anders Carlsson
· 16 years ago
ebaae2a
Handle multi-value inputs
by Anders Carlsson
· 16 years ago
9f2505b
More inline asm fixes
by Anders Carlsson
· 16 years ago
2763b3a
Handle readwrite constraints correctly
by Anders Carlsson
· 16 years ago