Further MCize ARM constant pool values. This allows basic PIC references for
[oota-llvm.git] / lib / Target / X86 /
2010-11-08 Bruno Cardoso LopesFix PR8211
2010-11-06 Chris Lattnerimplement aliases for div/idiv that have an explicit...
2010-11-06 Chris Lattneradd aliases for movs between seg registers and mem...
2010-11-06 Chris Lattnermove the "sh[lr]d op,op" -> "shld $1, op,op" aliases...
2010-11-06 Chris Lattnerwork-in-progress
2010-11-06 Chris Lattnergo to great lengths to work around a GAS bug my previou...
2010-11-06 Chris Lattnerrework the rotate-by-1 instructions to be defined like the
2010-11-06 Chris Lattnerchange the fp comparison instructions to not have ...
2010-11-06 Chris Lattnermove the plethora of fp stack aliases to the .td file.
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnermove fnstsw aliases to .td file, fix typo
2010-11-06 Chris Lattnermove in/out aliases to the .td files.
2010-11-06 Chris Lattnermove sldt, imul, and movabsq aliases from c++ to .td...
2010-11-06 Chris Lattnercorrect suffix matching to search for s/l/t suffixes on
2010-11-06 Chris Lattnerfix a bug where we had an implicit assumption that the
2010-11-06 Chris Lattnermove the lcall/ljmp aliases to the .td file.
2010-11-06 Chris Lattnermove the "movsd -> movsl" alias to the .td files,
2010-11-06 Chris Lattnerfix some bugs in the alias support, unblocking changing...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-01 Chris Lattnerrearrange a bit.
2010-11-01 Chris Lattneruse our fancy new MnemonicAlias mechanism to remove...
2010-11-01 Chris Lattner"mov[zs]x (mem), GR16" are not ambiguous: the mem
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-11-01 Chris Lattnerreject instructions that contain a \n in their asmstrin...
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-31 Chris Lattnertwo changes: make the asmmatcher generator ignore ARM...
2010-10-31 Chris Lattnersketch out the planned instruction alias mechanism...
2010-10-31 Duncan SandsFactorize the duplicated logic for choosing the right...
2010-10-31 Duncan SandsRemove CCAssignFnForRet from X86 FastISel in favour...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerreally zap alias.
2010-10-30 Chris Lattnermove fcompi alias to .td file and zap some useless...
2010-10-30 Chris Lattnermove rep aliases to td file
2010-10-30 Chris Lattnermove sal aliases to .td file.
2010-10-30 Chris Lattnerfix an encoding mismatch where "sal %eax, 1" was not...
2010-10-30 Chris Lattnermove a bunch more aliases from .cpp -> .td file.
2010-10-30 Chris Lattnermove cmov aliases to .td file.
2010-10-30 Chris Lattnermove setcc and jcc aliases from .cpp to .td
2010-10-30 Chris Lattnermove some code.
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-30 Jim GrosbachClean up comments.
2010-10-30 Chris Lattnerstay out of the reserved namespace
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-28 Dale JohannesenFix pastos in handling of AVX cvttsd2si, PR8491.
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-27 Michael J. Spencerx86-Win32: Switch ftol2 calling convention from stdcall...
2010-10-27 Kevin EnderbyYet another tweak to X86 instructions to add ud2a as...
2010-10-27 Kevin EnderbyAnother tweak to X86 instructions to add the missing...
2010-10-27 Kevin EnderbyTweaks to X86 instructions to allow the 'w' suffix...
2010-10-27 Kevin EnderbyAdded some aliases to the fcomip and fucompi Intel...
2010-10-26 Dale JohannesenUse a MemIntrinsicSDNode for ISD::PREFETCH, which touches
2010-10-26 Rafael Espindolahandle X86::EH_RETURN64 and X86::EH_RETURN.
2010-10-26 Rafael EspindolaImplement some relaxations for arithmetic instructions...
2010-10-25 Dale JohannesenAn stdcall function calling a non-stdcall function
2010-10-24 Rafael EspindolaAdd X86::reloc_global_offset_table and use it to have...
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Michael J. SpencerX86: Emit _fltused instead of __fltused on Windows...
2010-10-23 Chandler CarruthRemove a define which is never referenced.
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-21 Duncan SandsRemove some variables that are never really used
2010-10-21 Duncan SandsAdd parentheses to pacify gcc, which warns otherwise.
2010-10-21 Michael J. SpencerX86: Add alloca probing to dynamic alloca on Windows...
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-20 Michael J. SpencerFix Whitespace.
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-20 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ correctly.
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Michael J. SpencerX86: Add MS-CRT libcalls.
2010-10-19 Michael J. SpencerFix Whitespace.
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Kevin EnderbyAdded a handful of x86-32 instructions that were missin...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-13 Rafael EspindolaFix another case where we were preferring instructions...
2010-10-13 Rafael EspindolaFix PR8365 by adding a more specialized Pat that checks...
2010-10-12 Evan ChengTurn some fp stackifier assertion into errors to avoid...
2010-10-12 Eric ChristopherCombine these together - should probably have some...
2010-10-12 Nick LewyckyMark variable 'NoImplicitFloatOps' used only in an...
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-10-12 Jakob Stoklund OlesenRemove the x86 MOV{32,64}{rr,rm,mr}_TC instructions.
2010-10-11 Andrew TrickFixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
2010-10-11 Michael J. SpencerX86: Call ulldiv and ftol2 on Windows instead of their...
2010-10-10 Michael J. SpencerX86: MinGW should always use libgcc on Windows.
2010-10-10 Michael J. SpencerX86: Call _alldiv instead of __divdi3 on Windows (exclu...
2010-10-10 Michael J. SpencerFix Whitespace.
next