llvm-6502/lib/Target/X86/AsmParser
Michael Liao be02a90de1 Add support of RTM from TSX extension
- Add RTM code generation support throught 3 X86 intrinsics:
  xbegin()/xend() to start/end a transaction region, and xabort() to abort a
  tranaction region



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167573 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-08 07:28:54 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
X86AsmLexer.cpp Add support of RTM from TSX extension 2012-11-08 07:28:54 +00:00
X86AsmParser.cpp [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is 2012-10-29 18:01:54 +00:00