aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
AgeCommit message (Expand)Author
2007-05-03Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S...Chris Lattner
2007-04-18fix a pastoChris Lattner
2007-04-17Fix a bug in my previous patch, grabbing the shift amount width from theChris Lattner
2007-04-17Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used.Chris Lattner
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-04-12Fix weirdness handling single element vectors.Chris Lattner
2007-04-09remove dead target hooks.Chris Lattner
2007-04-09remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner
2007-03-31switch TL::getValueType to use MVT::getValueType.Chris Lattner
2007-03-30add one addressing mode description hook to rule them all.Chris Lattner
2007-03-28Remove isLegalAddressImmediate.Evan Cheng
2007-03-25implement initial support for the silly X constraint. Testcase here: CodeGen...Chris Lattner
2007-03-25Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.llChris Lattner
2007-03-25switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner
2007-03-21repair x86 performance, dejagnu problems from previous changeDale Johannesen
2007-03-20do not share old induction variables when this would result in invalidDale Johannesen
2007-03-16Added isLegalAddressExpression hook to test if the given expression can beEvan Cheng
2007-03-12More flexible TargetLowering LSR hooks for testing whether an immediate is a ...Evan Cheng
2007-02-25initialize a instance variableChris Lattner
2007-02-24Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219Chris Lattner
2007-02-22Need to init.Jim Laskey
2007-02-17Implement i/n/s constraints correctly. This fixesChris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-13Fix PR1198, by adding initial i128 support. Patch by Dan Gohman.Chris Lattner
2007-02-08Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer.Evan Cheng
2007-02-01Fit in 80 columnsChris Lattner
2007-01-31Allow the target to override the ISD::CondCode that's to be used to test theEvan Cheng
2007-01-12Move a function out of line.Reid Spencer
2007-01-12Minor fix.Evan Cheng
2007-01-12Store default libgcc routine names and allow them to be redefined by target.Evan Cheng
2006-12-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov
2006-12-09Preliminary soft float support.Evan Cheng
2006-11-27Fix the dag combiner bug corresponding to PR1014.Chris Lattner
2006-11-09Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng
2006-11-02For PR786:Reid Spencer
2006-10-31Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-11Naming consistency.Evan Cheng
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-10-06initialize ivarChris Lattner
2006-10-04Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng
2006-09-05Change the default to 0, which means 'default'.Chris Lattner
2006-09-04forgot thisDuraid Madina
2006-07-07Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.Evan Cheng
2006-06-13Port some bugfixes in shift handling from SimplifyDemandedBits over toChris Lattner
2006-06-13TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts.Jim Laskey
2006-06-12Start on my todo listAndrew Lenharth
2006-05-17Another typo. Pointed out by Nate Begeman.Evan Cheng
2006-05-17Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal.Evan Cheng
2006-05-16this should be 128 I thinkAndrew Lenharth