index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
asm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
2013-04-18
1
-0
/
+16
*
Simplify test to use a count for the number of notes expected.
Bill Wendling
2013-03-27
1
-1
/
+1
*
Add another expected note. Two errors => two notes.
Tim Northover
2013-03-27
1
-1
/
+1
*
Fix testcase to add expected note.
Bill Wendling
2013-03-27
1
-1
/
+1
*
Emit an error message instead of crashing when dereferencing an incomplete po...
Bill Wendling
2013-03-25
1
-0
/
+7
*
c: privide deprecated warning when __private_extern__ storage
Fariborz Jahanian
2012-08-17
1
-1
/
+1
*
Add support for AVX registers to clang inline asm. Add a small testcase
Eric Christopher
2011-12-02
1
-1
/
+1
*
Add a testcase for the previous commit and update an existing test for an
Eric Christopher
2011-07-07
1
-5
/
+5
*
Fix off-by-one error in StringLiteral::getLocationOfByte.
Hans Wennborg
2011-06-30
1
-0
/
+6
*
Split out logic for valid clobbers and valid inline asm registers.
Eric Christopher
2011-06-28
1
-0
/
+4
*
Use a heralded conversion to bool in inline-asm constraints.
John McCall
2011-05-10
1
-0
/
+8
*
Added warning about invalid register specification for local variables.
Abramo Bagnara
2011-01-11
1
-1
/
+11
*
Produce a better error message for invalid register names.
Rafael Espindola
2011-01-01
1
-0
/
+4
*
When setting a tied check if it's already tied. If it's tied to another const...
Anders Carlsson
2010-11-03
1
-2
/
+8
*
A number in an input constraint can't point to a read-write ('+') constraint....
Anders Carlsson
2010-11-03
1
-0
/
+6
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
Warn on top-level 'asm volatile' (instead of misparsing it).
John McCall
2010-01-25
1
-0
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-05-19
1
-1
/
+1
*
If we have mismatched integer tied operands, but the operand
Chris Lattner
2009-05-03
1
-1
/
+1
*
implement PR4077: [Linux kernel] inscrutable error on inline asm input/output...
Chris Lattner
2009-04-26
1
-0
/
+7
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
fix PR3258 by rejecting invalid numeric operands.
Chris Lattner
2009-03-11
1
-1
/
+5
*
checking for symbolic operands as well as % at end of string.
Chris Lattner
2009-03-11
1
-7
/
+9
*
reject invalid escape characters in extended-asm strings with a nice diagnostic.
Chris Lattner
2009-03-10
1
-4
/
+7
*
If an input constraint refers to an output constraint, it should have the sam...
Anders Carlsson
2009-01-27
1
-1
/
+1
*
Handle the 'e' constraint. Fixes PR3385
Anders Carlsson
2009-01-24
1
-0
/
+6
*
Fix an inline asm sema bug that I introduced.
Anders Carlsson
2009-01-21
1
-1
/
+7
*
Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>
Anders Carlsson
2009-01-20
1
-0
/
+11
*
Add sema support for symbolic names in inline asm statements.
Anders Carlsson
2009-01-18
1
-1
/
+5
*
Fix rdar://6094010 various asserts happening with wide strings in inline asm.
Chris Lattner
2008-07-23
1
-0
/
+8
*
Check that the clobber registers are valid.
Anders Carlsson
2007-11-25
1
-1
/
+14
*
Check asm input and output expressions.
Anders Carlsson
2007-11-23
1
-0
/
+14