Revert "X86: Align the stack on word boundaries in LowerFormalArguments()"
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc /
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.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-10 Preston GurdIn the X86 back end, getMemoryOperandNo() returns the...
2013-03-25 Dave Zarzyckix86 -- add the XTEST instruction
2013-03-16 Craig TopperAdd X86 code emitter support AVX encoded MRMDestReg...
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-05 David SehrThe current X86 NOP padding uses one long NOP followed...
2013-01-29 Hans WennborgFix typo in X86BaseInfo.h that I introduced in r157818.
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-13 Eli BenderskyFix a bogus comment
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-10-30 Michael LiaoEnable ELF machine type to be specified explicitly...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Craig TopperUse constants for all return values in switch. Allows...
2012-09-26 Jim GrosbachX86_32: Large Symbol+Offset relocations.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-19 Craig TopperRemove code for setting the VEX L-bit as a function...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
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-31 Elena DemikhovskyAdded FMA3 Intel instructions.
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-05-19 Craig TopperTidy up some spacing and inconsistent use of pre/post...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-11 Hans WennborgImplement initial-exec TLS model for 32-bit PIC x86
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-04-30 Pete CooperCopied all the VEX prefix encoding code from X86MCCodeE...
2012-04-07 NAKAMURA TakumiTarget/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfC...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-27 Craig TopperPrune some includes
next