When doing sext/zext of constants, the target type must be strictly
[oota-llvm.git] / lib / Target /
2010-07-13 Bob WilsonMove NEON "modified immediate" encode/decode into ARMAd...
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit packed logical forms
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit unop arithmetic instructions
2010-07-13 Bruno Cardoso LopesSince AVX is a superset of all SSE versions, only use...
2010-07-12 David GreeneMove some SIMD fragment code into X86InstrFragmentsSIMD...
2010-07-12 Bruno Cardoso LopesAdd AVX 256 binary arithmetic instructions
2010-07-12 Bruno Cardoso LopesMore refactoring of basic SSE arith instructions. Open...
2010-07-12 Dan GohmanApply the SSE dependence idiom for SSE unary operations to
2010-07-12 Bob WilsonRemove some code that doesn't appear to do anything...
2010-07-12 Bruno Cardoso LopesAdd AVX 256-bit MOVMSK forms
2010-07-12 Dan GohmanCheck begin!=end, rather than !begin.
2010-07-12 Dan GohmanDon't fast-isel an x87 comparison opcode, as fast-isel...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Rafael EspindolaConvert getLoadStoreRegOpcode to use a switch.
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
2010-07-12 Jakob Stoklund OlesenA basic block that only uses RFP registers still needs...
2010-07-12 Rafael EspindolaConvert the last getPhysicalRegisterRegClass in VirtReg...
2010-07-11 Jakob Stoklund OlesenRISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund OlesenUse target independent COPY instructions for the fake...
2010-07-11 Jakob Stoklund OlesenRemove redundant branch. Thanks, Anton!
2010-07-11 Jakob Stoklund OlesenRemove obsolete README_SSE note.
2010-07-11 Rafael EspindolaMake getPhysicalRegisterRegClass non-virtual. Should...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for SystemZ.
2010-07-11 Jakob Stoklund OlesenAvoid SSE instructions in FastIsel when it is not avail...
2010-07-11 Chandler CarruthRemove two other uses of ATTRIBUTE_UNUSED for variables...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for XCore.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Sparc.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for CellSPU.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PowerPC.
2010-07-11 Jakob Stoklund OlesenFix PIC16 comments referencing copyRegToReg.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PIC16.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for MSP430.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for MBlaze.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for ARM.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Blackfin.
2010-07-11 Jakob Stoklund OlesenX86InstrInfo::copyRegToReg is dead. Long live copyPhysReg!
2010-07-11 Jakob Stoklund OlesenUse COPY in X86FastISel::X86SelectRet.
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-07-11 Jakob Stoklund OlesenUse COPY in FastISel everywhere it is safe and trivial.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Mips.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Alpha.
2010-07-10 Jakob Stoklund OlesenUse COPY in targets
2010-07-10 Jakob Stoklund OlesenDon't emit st(0)/st(1) copies as FpMOV instructions...
2010-07-10 Chandler CarruthAdd parentheses yet again to satisfy GCC's warnings.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-10 Jakob Stoklund OlesenAn x86 function returns a floating point value in st...
2010-07-09 Bruno Cardoso LopesDeclare YMM subregisters in the right way! Thanks Jakob
2010-07-09 Bruno Cardoso LopesAdd AVX 256-bit packed MOVNT variants
2010-07-09 Jakob Stoklund OlesenRemember the *_TC opcodes for load/store
2010-07-09 Bruno Cardoso LopesAdd AVX 256-bit unpack and interleave
2010-07-09 Jakob Stoklund OlesenAutomatically fold COPY instructions into stack load...
2010-07-09 Jakob Stoklund OlesenFix a few tests
2010-07-09 Jim GrosbachIn the presence of variable sized objects, allocate...
2010-07-09 Bruno Cardoso LopesStart the support for AVX instructions with 256-bit...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Bruno Cardoso LopesMerge VEX enums with other x86 enum forms. Also fix...
2010-07-09 Dan GohmanFix the memoperand offsets in code generated for va_start.
2010-07-09 Chris Lattnerhave the mc lowering process handle a few tail call...
2010-07-09 Bob WilsonPrint "dregpair" NEON operands with a space between...
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-09 Bruno Cardoso LopesFactor out x86 segment override prefix encoding, and...
2010-07-09 Chris Lattnerreject pseudo instructions early in the encoder.
2010-07-09 Bruno Cardoso LopesRemove trailing whitespaces from file
2010-07-08 Chris LattnerChange LEA to have 5 operands for its memory operand...
2010-07-08 Chris Lattneradd some long-overdue enums to refer to the parts of...
2010-07-08 Jakob Stoklund OlesenRemember the VR64 register class
2010-07-08 Chris LattnerRework segment prefix emission code to handle segments
2010-07-08 Chris Lattnerintroduce a new X86II::getMemoryOperandNo method, which
2010-07-08 Kalle RaiskilaSwitch SPU calling convention (function arguments)
2010-07-08 Evan ChengCheck for FiniteOnlyFPMath as well.
2010-07-08 Jakob Stoklund OlesenTeach the x86 floating point stackifier to handle COPY...
2010-07-08 Jakob Stoklund OlesenImplement X86InstrInfo::copyPhysReg
2010-07-08 Bob WilsonThe NEONPreAllocPass should never have to assign fixed...
2010-07-08 Bob WilsonFor big-endian systems, VLD2/VST2 with 32-bit vector...
2010-07-08 Bob WilsonClean up a comment.
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA.
2010-07-08 Benjamin KramerTeach instcombine to transform
2010-07-08 Eric ChristopherA slight reworking of the custom patterns for x86-64...
2010-07-08 Evan Chengr107852 is only safe with -enable-unsafe-fp-math to...
2010-07-08 Evan ChengOptimize some vfp comparisons to integer ones. This...
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Jakob Stoklund Olesenfix copies to/from GR8_ABCD_H even more
2010-07-07 Jim Grosbachgrammar
2010-07-07 Jim GrosbachHandle cases where the post-RA scheduler may move instr...
2010-07-07 Chris Lattnerfinish up support for callw: PR7195
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-07-07 Bruno Cardoso LopesAdd more assembly opcodes for SSE compare instructions
2010-07-07 Evan ChengMove getExtLoad() and (some) getLoad() DebugLoc argumen...
2010-07-07 Devang PatelPrint undefined/unknown debug value as "undef".
2010-07-07 Jim Grosbachgrammar and trailing whitespace
2010-07-07 Jakob Stoklund OlesenAllow copies between GR8_ABCD_L and GR8_ABCD_H.
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-07 Bruno Cardoso LopesAdd AVX AES instructions
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
next