index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
ms-inline-asm.ll
Age
Commit message (
Expand
)
Author
2013-02-19
[ms-inline asm] Force the use of a base pointer if the MachineFunction includes
Chad Rosier
2013-02-17
Force a cpu for test. It failed on atom due to different scheduling decisions.
Benjamin Kramer
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-13
[ms-inline asm] Fix up test case for non-Darwin platforms.
Chad Rosier
2013-02-13
[ms-inline-asm] Add support for memory references that have non-immediate
Chad Rosier
2013-01-10
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...
NAKAMURA Takumi
2013-01-10
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2012-10-29
Remove redundant test case from r166949, per Eli's suggestion.
Chad Rosier
2012-10-29
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-24
[ms-inline asm] Add back-end test case for r166632. Make sure we emit the
Chad Rosier
2012-10-03
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-09-11
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
Formatting. No functional change intended.
Chad Rosier
2012-09-10
test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...
NAKAMURA Takumi
2012-09-10
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
Update test case for Release builds.
Chad Rosier
2012-09-10
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier