Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / X86 / AsmParser / X86Operand.h
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-02-24 Craig Topper[X86] Remove the AbsMem32 type from the assembly parser...
2015-01-21 Craig Topper[x86] Add assembly parser bounds checking to the immedi...
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-28 Evgeniy StepanovX86Operand is extracted into individual header.