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
/
CodeGen
/
ms-inline-asm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ms-inline asm] Rework the front-end to use the API introduced in r165946.
Chad Rosier
2012-10-15
1
-2
/
+2
*
[ms-inline asm] Remove a bunch of parsing code from the front-end, which will be
Chad Rosier
2012-10-12
1
-32
/
+3
*
[ms-inline asm] Remove a bunch of parsing code from the front-end, which will be
Chad Rosier
2012-10-11
1
-26
/
+2
*
[ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the
Chad Rosier
2012-10-11
1
-9
/
+0
*
Test case for r165275.
Chad Rosier
2012-10-04
1
-0
/
+9
*
Update test case for r165174.
Chad Rosier
2012-10-03
1
-3
/
+3
*
[ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace.
Chad Rosier
2012-10-02
1
-2
/
+4
*
clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey...
NAKAMURA Takumi
2012-09-27
1
-0
/
+1
*
[ms-inline asm] Handle the enumeration of input and output expressions in a
Chad Rosier
2012-09-13
1
-0
/
+13
*
Whitespace.
Chad Rosier
2012-09-12
1
-1
/
+1
*
Fix test case for Release builds.
Chad Rosier
2012-09-12
1
-1
/
+1
*
[ms-inline asm] Add a test case.
Chad Rosier
2012-09-12
1
-0
/
+6
*
[ms-inline asm] Test case for r163729.
Chad Rosier
2012-09-12
1
-0
/
+6
*
[ms-inline asm] If we have a single asm operand that maps to multiple
Chad Rosier
2012-09-12
1
-0
/
+12
*
[ms-inline asm] Add $$ before numeric constants in the IR.
Chad Rosier
2012-09-11
1
-8
/
+14
*
[ms-inline asm] Output empty asm statements for the directives we don't
Chad Rosier
2012-09-06
1
-0
/
+9
*
[ms-inline asm] The IR representation of inline assembly enumerates the input
Chad Rosier
2012-09-06
1
-1
/
+1
*
Update for r163231.
Chad Rosier
2012-09-05
1
-16
/
+16
*
[ms-inline asm] Update test case for r163181.
Chad Rosier
2012-09-05
1
-16
/
+16
*
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-09-04
1
-16
/
+16
*
[ms-inline asm] The MCInstrDesc only tracks register definitions. For now,
Chad Rosier
2012-09-04
1
-2
/
+1
*
Fix test case for Release builds.
Chad Rosier
2012-08-28
1
-1
/
+1
*
[ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.
Chad Rosier
2012-08-28
1
-1
/
+2
*
[ms-inline asm] Start sending non-simple inline asms to the AsmParser.
Chad Rosier
2012-08-22
1
-1
/
+1
*
[ms-inline asm] Remove this test case and the associated special case code.
Chad Rosier
2012-08-21
1
-17
/
+11
*
[ms-inline asm] Add a helper function, isMSAsmKeyword().
Chad Rosier
2012-08-16
1
-0
/
+20
*
Fixup test case for Release builds.
Chad Rosier
2012-08-16
1
-1
/
+0
*
[ms-inline asm] Start tracking which tokens are registers and which are
Chad Rosier
2012-08-16
1
-0
/
+17
*
[ms-inline asm] Use a set container to remove redundant clobbers.
Chad Rosier
2012-08-15
1
-1
/
+1
*
[ms-inline asm] MSVC parses multiple __asm statements on a single line as one
Chad Rosier
2012-08-15
1
-5
/
+2
*
[ms-inline asm] Add support for clobbers in CodeGen.
Chad Rosier
2012-08-15
1
-5
/
+5
*
Revert this to try to bring the i386 bots back.
Eric Christopher
2012-08-15
1
-5
/
+5
*
[ms-inline asm] Add support for clobbers in CodeGen.
Chad Rosier
2012-08-15
1
-5
/
+5
*
[ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress.
Chad Rosier
2012-08-14
1
-0
/
+42
*
[ms-inline asm] Add a helpful assert.
Chad Rosier
2012-08-14
1
-5
/
+10
*
[ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings.
Chad Rosier
2012-08-13
1
-0
/
+32
*
[ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-10
1
-1
/
+1
*
[ms-inline asm] Add basic codegen support for simple asm stmts. Currently,
Chad Rosier
2012-08-08
1
-1
/
+2
*
[ms-inline asm] Add a very simple test case. Basically, we're only testing for
Chad Rosier
2012-08-08
1
-0
/
+7
[prev]