| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/ | NAKAMURA Takumi | 2013-12-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 196350 | ||||
| * | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 189910 | ||||
| * | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -3/+3 |
| | | | | | | | tests fail. llvm-svn: 188447 | ||||
| * | [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen | Chad Rosier | 2013-05-24 | 1 | -0/+8 |
| | | | | | | | | | | | | | | for labels in inline assembly that aren't in the lookup tables. E.g., __asm { a: jmp a } rdar://13983623 llvm-svn: 182659 | ||||
| * | Move parsing of identifiers in MS-style inline assembly into | John McCall | 2013-05-03 | 1 | -15/+62 |
| | | | | | | | | | | | | | | | | | | | | | | the actual parser and support arbitrary id-expressions. We're actually basically set up to do arbitrary expressions here if we wanted to. Assembly operands permit things like A::x to be written regardless of language mode, which forces us to embellish the evaluation context logic somewhat. The logic here under template instantiation is incorrect; we need to preserve the fact that an expression was unevaluated. Of course, template instantiation in general is fishy here because we have no way of delaying semantic analysis in the MC parser. It's all just fishy. I've also fixed the serialization of MS asm statements. This commit depends on an LLVM commit. llvm-svn: 180976 | ||||
| * | Add test case for r179343. | Chad Rosier | 2013-04-11 | 1 | -0/+22 |
| | | | | | llvm-svn: 179344 | ||||
| * | Test case for r179339. | Chad Rosier | 2013-04-11 | 1 | -0/+10 |
| | | | | | llvm-svn: 179340 | ||||
| * | Update test case for r179323. | Chad Rosier | 2013-04-11 | 1 | -3/+3 |
| | | | | | llvm-svn: 179324 | ||||
| * | [ms-inline asm] Test case for r178566. | Chad Rosier | 2013-04-02 | 1 | -0/+26 |
| llvm-svn: 178568 | |||||

