X86: 80-column
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc /
2014-03-04 Saleem AbdulrasoolX86: 80-column
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
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-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
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-06 Rafael Espindoladon't set HasReliableSymbolDifference for ELF.
2014-02-06 Rafael EspindoladoesSectionRequireSymbols is meaningless on ELF, remove.
2014-02-05 Elena DemikhovskyAVX-512: fixed a bug in EVEX encoding (the bug appeared...
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-31 Craig TopperMove address override handling in X86MCCodeEmitter...
2014-01-30 David Woodhouse[x86] Fix signed relocations for i64i32imm operands
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-22 David Woodhouse[x86] Silence unused diReg variable warning in non...
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-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-17 Craig TopperReplace duplicated code with a existing helper function.
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-16 Craig TopperRemove use of OpSize for populating VEX_PP field. A...
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-08 David Woodhouse[x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8
2014-01-08 David Woodhouse[x86] Do not relax PUSHi16 to PUSHi32 (PR18414)
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-08 David Woodhouse[x86] Use 16-bit addressing where possible in 16-bit...
2014-01-08 David Woodhouse[x86] Fix JCXZ,JECXZ_32 for 16-bit mode
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Craig TopperRemove SegOvrBits from X86 TSFlags since they weren...
2014-01-06 Craig TopperRemove argument to fix build bot failure.
2014-01-06 Craig TopperAdd OpSize16 bit, for instructions which need 0x66...
2014-01-06 Craig Topper[x86] Add basic support for .code16
2014-01-05 Craig TopperFix ModR/M byte output for 16-bit addressing modes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-12-31 Craig TopperRemove MRMInitReg form now that it's last use is gone.
2013-12-30 Craig TopperMerge case statements to remove redundant code.
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-09 Rafael EspindolaDon't add suffixes for stdcall/fastcall on 64 coff.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-04 Kevin EnderbyFix a bug in darwin's 32-bit X86 handling of evaluating...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-25 Rafael EspindolaDo the string comparison in the constructor instead...
2013-11-25 Rafael EspindolaDon't use nopl in cpus that don't support it.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-08 Jim GrosbachX86: Assembly files with .cfi_cfa_def shouldn't hit...
2013-10-30 Tom RoederThis commit adds some (but not all) of the x86-64 reloc...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-29 Craig TopperAdd comments for XOPA map introduced with TBM instructi...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-22 David MajnemerX86: Use R_X86_64_TPOFF64 for FK_Data_8
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Bill WendlingMove into an anonymous namespace and closer to where...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-05 Kevin EnderbyFixed a crash in the integrated assembler for Mach...
2013-09-03 Jim GrosbachX86: Mark non-crashing report_fatal_errors() as such.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-21 Craig TopperSynchronize VEX JIT encoding code with the MCJIT versio...
2013-08-12 Kevin EnderbyFix a crash with X86 Mach-O and a subtraction expressio...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-01 Elena DemikhovskyEVEX and compressed displacement encoding for AVX512
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
next