Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
69a8552f85c1b926320418cb98fe02988c79578f
/
test
/
Sema
/
asm.c
767a1a2
c: privide deprecated warning when __private_extern__ storage
by Fariborz Jahanian
· 12 years ago
c5f9a01
Add support for AVX registers to clang inline asm. Add a small testcase
by Eric Christopher
· 13 years ago
78b9291
Add a testcase for the previous commit and update an existing test for an
by Eric Christopher
· 14 years ago
935a70c
Fix off-by-one error in StringLiteral::getLocationOfByte.
by Hans Wennborg
· 14 years ago
de31fd7
Split out logic for valid clobbers and valid inline asm registers.
by Eric Christopher
· 14 years ago
4da89c8
Use a heralded conversion to bool in inline-asm constraints.
by John McCall
· 14 years ago
2b57aef
Added warning about invalid register specification for local variables.
by Abramo Bagnara
· 14 years ago
baf8695
Produce a better error message for invalid register names.
by Rafael Espindola
· 14 years ago
79ca1ee
When setting a tied check if it's already tied. If it's tied to another constraint it's invalid. Fixes PR3905.
by Anders Carlsson
· 14 years ago
86eda39
A number in an input constraint can't point to a read-write ('+') constraint. Fixes PR3904.
by Anders Carlsson
· 14 years ago
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 14 years ago
7a6ae74
Warn on top-level 'asm volatile' (instead of misparsing it).
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
c219a15
Remove the -arch option from clang-cc: for all practical purposes, it's
by Eli Friedman
· 16 years ago
f69fcae
If we have mismatched integer tied operands, but the operand
by Chris Lattner
· 16 years ago
49ac881
implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
8575927
fix PR3258 by rejecting invalid numeric operands.
by Chris Lattner
· 16 years ago
eab8cfb
checking for symbolic operands as well as % at end of string.
by Chris Lattner
· 16 years ago
3182db1
reject invalid escape characters in extended-asm strings with a nice diagnostic.
by Chris Lattner
· 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
79bc64c
Handle the 'e' constraint. Fixes PR3385
by Anders Carlsson
· 16 years ago
e6ea279
Fix an inline asm sema bug that I introduced.
by Anders Carlsson
· 16 years ago
d9fca6e
Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>
by Anders Carlsson
· 16 years ago
42e1ee0
Add sema support for symbolic names in inline asm statements.
by Anders Carlsson
· 16 years ago
6bc5211
Fix rdar://6094010 various asserts happening with wide strings in inline asm.
by Chris Lattner
· 17 years ago
6fa9086
Check that the clobber registers are valid.
by Anders Carlsson
· 17 years ago
04728b7
Check asm input and output expressions.
by Anders Carlsson
· 17 years ago