Don't delete asm's just because their inputs are undefined;
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-12 Torok EdwinFix assert(0) conversion, as suggested by Chris.
2009-07-12 Jakob Stoklund OlesenImplement support for promotion of AND/OR/XOR on intege...
2009-07-12 Jakob Stoklund OlesenFix types in PromoteNode handling of CTPOP and friends.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-11 Evan ChengFix up support for OptionalDefOperand when it defaults...
2009-07-11 Eli FriedmanUse CreateStackStoreLoad helper in more places.
2009-07-09 Bob WilsonFix an apparent copy-and-paste problem in an error...
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Owen AndersonAs Chris pointed out, we don't actually need to pass...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Dan GohmanMake SelectionDAG::getVectorShuffle work properly for...
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 Duncan SandsNowadays vectors are only split if they have an even
2009-07-08 Duncan SandsRemove trailing whitespace. Reorder some methods
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris LattnerSelectionDAG::SignBitIsZero doesn't work right for...
2009-07-07 Dale JohannesenOperand of asm("call") (the callee function) is represented
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattnerrandom code cleanups.
2009-07-07 Chris Lattnerimplement support for spliting and scalarizing vector...
2009-07-07 Chris Lattnerlower vector icmp/fcmp to ICMP/FCMP nodes with the...
2009-07-07 Chris LattnerScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are...
2009-07-07 Chris Lattneradd support for vector legalizing of *_EXTEND.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Devang PatelSimplify.
2009-07-02 Devang PatelSimplify. No intentional functionality change.
2009-07-01 Devang PatelRefactor. No functionality change.
2009-07-01 Devang Patelllvm.dbg.declare is always used for local variable...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-27 Chris Lattnerfix a typo that GCC should have caught that causes...
2009-06-26 Chris Lattnerfix a really subtle bug in the cross section of aliases...
2009-06-26 Chris Lattnerimplement DOTGraphTraits<SelectionDAG*>::getNodeLabel...
2009-06-26 Chris Lattnerdot graph viewing is apparently not using SDNode::print...
2009-06-26 Chris Lattnerpropagate target operand flags from dag nodes into...
2009-06-26 Chris Lattnerfit in 80 cols
2009-06-25 Chris Lattneradd targetflags to jump tables and constant pool entries.
2009-06-25 Chris Lattnerallow setting target operand flags on TargetGlobalAddre...
2009-06-25 Chris Lattnerstart bringing targetoperand flags into isel, first...
2009-06-25 Owen AndersonProvide guards for this shared structure. I'm not...
2009-06-24 David GreeneThis increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-24 Dale JohannesenRewrite 73900 per Duncan's suggestion.
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-06-22 Dale JohannesenFix memcpy expansion so it won't generate invalid
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Eli FriedmanMinor cleanup; fixes review comments for a previous...
2009-06-16 Sanjiv GuptaFixed names of libcalls checked in r73480.
2009-06-16 Sanjiv GuptaAdded required libcalls for PIC16 (mostly floating...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-15 Dan GohmanChange this from an assert to a cerr+exit, since it...
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-07 Eli FriedmanTweak the expansion code for BIT_CONVERT to generate...
2009-06-07 Eli FriedmanSlightly generalize the code that handles shuffles...
2009-06-06 Eli FriedmanFix the expansion for CONCAT_VECTORS so that it doesn...
2009-06-06 Eli FriedmanFactor out a couple of helpers.
2009-06-06 Eli FriedmanMake SINT_TO_FP/UINT_TO_FP vector legalization queries...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Sanjiv GuptaAllow libcalls for i16 sdiv/udiv/rem operations.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Dale JohannesenFix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
2009-06-04 Dan GohmanDon't do the X * 0.0 -> 0.0 transformation in instcombi...
2009-06-04 Dan GohmanFix comments.
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-05-31 Duncan SandsRename CustomLowerResults to CustomLowerNode, since
2009-05-30 Bill WendlingUntabification.
2009-05-28 Evan ChengDo not try to create a MVT type of width 0.
2009-05-28 Eli FriedmanRe-commit r72514 and r72516 with a fixed version of...
2009-05-28 Evan ChengIncorporate patch feedbacks.
2009-05-28 Bill WendlingTemporarily revert r72514 (and dependent patch r72516...
2009-05-28 Eli FriedmanRemove a couple of useless functions.
2009-05-28 Eli FriedmanRemove special cases for more opcodes.
2009-05-28 Eli FriedmanRemove special case for SETCC opcode; add some comments...
2009-05-28 Eli FriedmanSome minor cleanups.
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Eli FriedmanMinor cleanups; add a better explanation for the issue...
2009-05-27 Eli FriedmanRemove more special cases for opcodes.
2009-05-27 Eli FriedmanRemove special cases for more opcodes.
2009-05-27 Eli FriedmanRemoving more special cases from LegalizeDAG.
2009-05-27 Eli FriedmanEliminate more special cases for opcodes.
2009-05-27 Eli FriedmanRemove more special cases from LegalizeDAG.
2009-05-27 Eli FriedmanRemove unused argument.
2009-05-27 Eli FriedmanRemove more opcode special cases.
2009-05-27 Eli FriedmanStart of refactoring LegalizeDAG so that we don't need...
2009-05-26 Eli FriedmanDelete a bunch of dead code from LegalizeDAG.
2009-05-24 Eli FriedmanAdd a comment which should hopefully make the purpose...
2009-05-24 Eli FriedmanMinor improvement to FCOPYSIGN to use BIT_CONVERT in...
2009-05-24 Eli FriedmanRewrite ISD::FCOPYSIGN lowering to never use i64. Not...
2009-05-24 Eli FriedmanUpdate for CMakeLists; untested, so tell me if there...
2009-05-24 Eli FriedmanRemove checks of getTypeAction from LegalizeOp; we...
2009-05-24 Eli FriedmanDisable type legalization in LegalizeDAG.
next