Add support for implicit TLS model used with MS VC runtime.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86BaseInfo.h
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2011-12-30 Craig TopperSeparate the concept of having memory access in operand...
2011-12-12 Jan SjödinXOP encoding bits and logic.
2011-11-25 Bruno Cardoso LopesThis patch contains support for encoding FMA4 instructi...
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...