Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86BaseInfo.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-17 Adam Nemet[X86] AVX512: Use the TD version of CD8_Scale in the...
2014-07-14 Adam Nemet[X86] Specify all TSFlags bit-offsets symbolically
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-03-19 Craig TopperPrune includes in X86 target.
2014-02-19 Craig TopperRemove special FP opcode maps and instead add enough...
2014-02-19 Craig TopperReduce size of map field in X86 TSFlags since it now...
2014-02-19 Craig TopperPut some of the X86 formats in a more logical order.
2014-02-19 Craig TopperRemove A6/A7 opcode maps. They can all be handled with...
2014-02-18 Craig TopperAdd an x86 prefix encoding for instructions that would...
2014-02-10 Craig TopperRecommit r201059 and r201060 with hopefully a fix for...
2014-02-10 Bob WilsonRevert r201059 and r201060.
2014-02-10 Craig TopperAdd MRMXr/MRMXm form to X86 for use by instructions...
2014-02-02 Craig TopperMerge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
2014-02-02 Craig TopperMerge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into...
2014-01-31 Craig TopperSeparate x86 opcode maps and 0x66/0xf2/0xf3 prefixes...
2014-01-31 Craig TopperMove REP out of the Prefix field of the X86 format...
2014-01-30 David Woodhouse[x86] Fix signed relocations for i64i32imm operands
2014-01-22 David Woodhouse]x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-14 Craig TopperSeparate the concept of 16-bit/32-bit operand size...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Craig TopperRemove SegOvrBits from X86 TSFlags since they weren...
2014-01-06 Craig TopperAdd OpSize16 bit, for instructions which need 0x66...
2013-12-31 Craig TopperRemove MRMInitReg form now that it's last use is gone.
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-10 Preston GurdIn the X86 back end, getMemoryOperandNo() returns the...
2013-03-25 Dave Zarzyckix86 -- add the XTEST instruction
2013-01-29 Hans WennborgFix typo in X86BaseInfo.h that I introduced in r157818.
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-04 Hans WennborgBetter comments for TLS-related X86 MachineOperand...
2012-06-01 Hans WennborgImplement the local-dynamic TLS model for x86 (PR3985)
2012-05-11 Hans WennborgImplement initial-exec TLS model for 32-bit PIC x86
2012-04-30 Pete CooperCopied all the VEX prefix encoding code from X86MCCodeE...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
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...