switch TL::getValueType to use MVT::getValueType.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-30 Dale JohannesenFix incorrect combination of different loads. Reenable...
2007-03-29 Evan ChengDisable load width reduction xform of variant (zext...
2007-03-28 Evan ChengScale 1 is always ok.
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-28 Evan ChengGEP index sinking fixes:
2007-03-27 Anton KorobeynikovRemove dead code
2007-03-27 Anton KorobeynikovSplit big monster into small helpers. No functionality...
2007-03-27 Evan ChengSDISel does not preserve all, it changes CFG and other...
2007-03-26 Evan ChengSIGN_EXTEND_INREG requires one extra operand, a ValueTy...
2007-03-25 Anton KorobeynikovFirst step of switch lowering refactoring: perform...
2007-03-25 Chris LattnerImplement support for vector operands to inline asm...
2007-03-25 Chris Lattnerimplement initial support for the silly X constraint...
2007-03-25 Chris LattnerImplement CodeGen/X86/2007-03-24-InlineAsmMultiRegConst...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-24 Chris Lattnerdon't rely on ADL
2007-03-24 Evan ChengAdjust offset to compensate for big endian machines.
2007-03-23 Evan ChengMake sure SEXTLOAD of the specific type is supported...
2007-03-23 Evan ChengAlso replace uses of SRL if that's also folded during...
2007-03-23 Evan ChengA couple of bug fixes for reducing load width xform:
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Evan ChengMore opportunities to reduce load size.
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-21 Evan Chengfold (truncate (srl (load x), c)) -> (smaller load...
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Jeff CohenFix some VC++ warnings.
2007-03-20 Lauro Ramos VenancioCode clean up.
2007-03-20 Evan ChengMinor bug.
2007-03-20 Lauro Ramos VenancioCopyToReg source operand can be a physical register.
2007-03-17 Evan ChengUse SmallSet instead of std::set.
2007-03-17 Evan ChengIf sdisel has decided to sink GEP index expression...
2007-03-16 Evan ChengTurn on GEP index sinking by default.
2007-03-16 Evan ChengStupid bug.
2007-03-16 Evan ChengSink a binary expression into its use blocks if it...
2007-03-16 Evan ChengAdded isLegalAddressExpression hook to test if the...
2007-03-14 Evan ChengEstimate a cost using the possible number of scratch...
2007-03-13 Evan ChengTry schedule def + use closer whne Sethi-Ullman numbers...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-08 Chris Lattnerimplement support for floating point constants used...
2007-03-08 Chris Lattnermake this fail even in non-assert builds.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Evan ChengAvoid combining indexed load further.
2007-03-06 Chris Lattnerbig endian 32-bit systems (e.g. ppc32) want to return...
2007-03-06 Anton KorobeynikovEnumerate SDISel formal parameter attributes. Make...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattnerfold away addc nodes when we know there cannot be a...
2007-03-04 Chris Lattnergeneralize
2007-03-04 Chris Lattnercanonicalize constants to the RHS of addc/adde. If...
2007-03-04 Chris Lattnereliminate some ops if they have an undef RHS
2007-03-03 Chris LattnerFix CodeGen/Generic/fpowi-promote.ll and PR1239
2007-03-03 Chris LattnerAdd an expand action for ISD label which just deletes...
2007-03-01 Jim LaskeyLower eh filter intrinsic.
2007-02-28 Jim LaskeyChain is on second operand.
2007-02-28 Jim LaskeyMERGE_VALUES unnecessary.
2007-02-28 Chris Lattneradd methods for analysis of call results and return...
2007-02-28 Chris Lattneradd methods to analyze calls and formals.
2007-02-27 Chris LattnerMinor refactoring of CC Lowering interfaces
2007-02-27 Chris Lattnermove CC Lowering stuff to its own public interface
2007-02-26 Chris LattnerFold (sext (truncate x)) more aggressively, by avoiding...
2007-02-26 Chris Lattnertrack signedness of formal argument, though we have...
2007-02-25 Jim LaskeyFix for PR1224.
2007-02-25 Chris Lattneroptimize duplicate ValueMap lookups
2007-02-25 Chris Lattnerfold trivial token factor nodes. This allows us to...
2007-02-25 Chris Lattnerinitialize a instance variable
2007-02-24 Jim LaskeyDeal with cases when MMI is not requested.
2007-02-24 Jim LaskeyDrop unused operand.
2007-02-24 Chris LattnerFix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile...
2007-02-23 Jim LaskeyHandle improper cast.
2007-02-22 Jim LaskeyNeed to init.
2007-02-22 Jim LaskeyTighten up error checking of args.
2007-02-22 Jim LaskeyHandle lowering invoke to call correctly.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySelection and lowering for exception handling.
2007-02-17 Chris Lattnerprint target nodes nicely
2007-02-17 Chris LattnerImplement i/n/s constraints correctly. This fixes
2007-02-15 Chris Lattnerfix indentation
2007-02-15 Chris LattnerApply B Scott Michel's patch for PR1184, which improves...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris Lattnerfix a warning
2007-02-14 Chris LattnerRefix CodeGen/Generic/switch-lower.ll. In contrast...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris Lattnerimplement expand of truncate. This allows truncates...
2007-02-13 Chris LattnerFix PR1198, by adding initial i128 support. Patch...
2007-02-13 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos VenancioAdd a space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd "original alignment" to function arguments flags.
2007-02-13 Chris LattnerFix switch lowering to order cases in zext order, which...
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Evan ChengAdd function live-ins to entry block live-in set.
2007-02-10 Evan ChengRename some variables to avoid confusion with Selection...
2007-02-08 Evan ChengMake use of TLI.SimplifySetCC() in LegalizeSetCCOperands().
2007-02-08 Evan ChengMove SimplifySetCC to TargetLowering and allow it to...
2007-02-04 Chris Lattnerswitch the VRBaseMap in the scheduler from an std:...
2007-02-04 Chris LattnerIntroduce new UnarySDNode/BinarySDNode/TernarySDNode...
2007-02-04 Chris Lattnereliminate the SDNode::setValueTypes method.
2007-02-04 Chris Lattnereliminate a bunch of duplicate ctors and helper functions.
2007-02-04 Chris Lattnermove MorphNode to out of line and merge setNodeOperands...
2007-02-04 Chris Lattnersimplify MorphNodeTo to take a VTList operand.
next