TargetLowering::isOperandValidForConstraint
[oota-llvm.git] / lib / Target /
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-31 Reid SpencerMake this compile again.
2006-10-31 Evan ChengApply Aton's LLVM patch for PR973: Linux ctors / dtors...
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Chris Lattnerfix wonky indentation
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-28 Chris Lattneradd another target hook for branch folding.
2006-10-28 Evan ChengDoh. Must check if GV is constant first before putting...
2006-10-28 Evan ChengDoh. Must check if GV is constant first.
2006-10-28 Chris Lattnerdon't dist internal readme
2006-10-28 Chris Lattnerdon't dist internal readme's
2006-10-28 Chris Lattnerdon't distribute internal readme's
2006-10-28 Reid SpencerMake sure all the readme files get distributed.
2006-10-27 Chris Lattnerthis doesn't occur any more in mason
2006-10-27 Chris Lattnerthe code in question is now:
2006-10-27 Evan ChengFixed a significant bug where unpcklpd is incorrectly...
2006-10-27 Evan ChengFix for PR968: expand vector sdiv, udiv, srem, urem.
2006-10-27 Reid SpencerInitialize CStringSection member var.
2006-10-26 Evan ChengChange load PatFrag to ignore indexed load.
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-26 Reid SpencerEnclose a case in { and } so that the pickier compilers...
2006-10-26 Reid SpencerFor PR950:
2006-10-25 Evan ChengDuring vector shuffle lowering, we sometimes commute...
2006-10-25 Evan ChengX86ISD::PEXTRW 3rd operand type is always target pointe...
2006-10-25 Evan ChengRemove -disable-x86-shuffle-opti
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
2006-10-24 Chris LattnerFix CodeGen/IA64/ret-0.ll, which has apparently been...
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-10-24 Chris Lattnerimplement uncond branch insertion for the branch foldin...
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-10-24 Chris Lattnernew bad case
2006-10-24 Chris LattnerAdd intrinsics for the rest of the DCB* instructions.
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Rafael Espindolaexpand ISD::MEMSET
2006-10-22 Chris Lattnerthis part implemented.
2006-10-22 Anton KorobeynikovDo section switching right way for Mingw\Cygwin and...
2006-10-22 Reid SpencerDon't generate a prototype for _setjmp. At least on...
2006-10-21 Chris LattnerImplement support for branch reversal, fix a bug in...
2006-10-21 Chris LattnerImplement support for branch condition reversal.
2006-10-21 Chris LattnerSimplify code, no functionality change
2006-10-21 Chris Lattnerimplement support for inserting a cond branch
2006-10-21 Chris Lattnerallow insertion of a conditional branch with fall-through
2006-10-21 Chris Lattnerupdate assert message
2006-10-20 Chris Lattnerbugfix
2006-10-20 Chris LattnerImplement branch analysis/xform hooks required by the...
2006-10-20 Reid SpencerFor PR950:
2006-10-19 Rafael Espindolause Pat to implement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaimplement undef
2006-10-19 Rafael Espindolaprint common symbols
2006-10-19 Rafael Espindolaimplement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaexpand SIGN_EXTEND_INREG
2006-10-19 Rafael Espindolaexpand brind so that we don't have to implement jump...
2006-10-18 Chris Lattnerfit in 80 cols
2006-10-18 Chris Lattneradd a note
2006-10-18 Rafael Espindolaadd blx
2006-10-18 Rafael Espindolaadd isTerminatortto b and bcond
2006-10-18 Rafael Espindolaimplement CallingConv::Fast as CallingConv::C
2006-10-18 Anton KorobeynikovFixed mingw\cygwin linkonce linkage once again.
2006-10-18 Chris Lattnerset the ppc64 stack pointer right, dynamic alloca now...
2006-10-18 Chris LattnerExpand alloca for ppc64
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Rafael Espindolaexpand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
2006-10-17 Rafael Espindolaadd the FPUnaryOp and DFPUnaryOp classes
2006-10-17 Rafael Espindolaadd FABSS and FABSD
2006-10-17 Anton KorobeynikovAdding linkonce linkage codegeneration support for...
2006-10-17 Rafael Espindolaremove extra [] in stores
2006-10-17 Chris Lattneradd support for inserting an uncond branch
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-17 Rafael Espindolaadd the immediate to the Offset in eliminateFrameIndex
2006-10-17 Rafael Espindolaadd FSTD and FSTS
2006-10-17 Rafael Espindolaadd FCPYS and FCPYD
2006-10-17 Jim LaskeyUse S_debug for dwarf info.
2006-10-17 Evan ChengProper fix.
2006-10-16 Evan ChengOne more try.
2006-10-16 Evan ChengUnbreak x86-64 build.
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Evan ChengAdded a X86CompilationCallback variant which saves...
2006-10-16 Evan ChengProper fix for rdar://problem/4770604 Thanks to Stuar...
2006-10-16 Rafael Espindoladefine the DFPBinOp class
2006-10-16 Rafael Espindolaadd the FPBinOp class
2006-10-16 Rafael Espindoladefine the Addr1BinOp class
2006-10-16 Rafael Espindoladefine the IntBinOp class and use it to implement the...
2006-10-16 Rafael Espindolafix assembly syntax
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-16 Evan ChengAvoid getting into an infinite loop when -disable-x86...
2006-10-16 Evan ChengSelectScalarSSELoad should call CanBeFoldedBy as well.
2006-10-14 Anton KorobeynikovAlign stack size to DWORD boundary
next