aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2006-12-11Clean up some bad code.Evan Cheng
2006-12-11Move something that should be in the dag combiner from the legalizer to theNate Begeman
2006-12-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov
2006-12-09Preliminary soft float support.Evan Cheng
2006-12-07Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64Chris Lattner
2006-12-07Removed more <iostream> includesBill Wendling
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-02Unbreak VC++ build.Jeff Cohen
2006-12-01Match TargetInstrInfo changes.Evan Cheng
2006-11-29Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered.Evan Cheng
2006-11-29Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be exp...Evan Cheng
2006-11-29Fix for PR1023 by Dan Gohman.Evan Cheng
2006-11-29Fix for PR1022 (folding loads of static initializers) by Dan Gohman.Evan Cheng
2006-11-29add a hook to allow targets to hack on inline asms to lower them to llvmChris Lattner
2006-11-28Fix PR1016Chris Lattner
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-27Fix the dag combiner bug corresponding to PR1014.Chris Lattner
2006-11-27For better or worse, load from i1 is assumed to be zero extended. Do notChris Lattner
2006-11-27If a brcond condition is promoted, make sure to zero extend it, even if notChris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-20Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.llChris Lattner
2006-11-20For PR950:Reid Spencer
2006-11-17Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.Jim Laskey
2006-11-16Fix an incorrectly inverted condition.Evan Cheng
2006-11-15remove dead #includeChris Lattner
2006-11-13Matches MachineInstr changes.Evan Cheng
2006-11-11Make an assert comment match the tested assertion.Reid Spencer
2006-11-11Add methods to add implicit def use operands to a MI.Evan Cheng
2006-11-11disallow preinc of a frameindex. This is not profitable and causes 2-addrChris Lattner
2006-11-11reduce indentation by using early exits. No functionality change.Chris Lattner
2006-11-11move big chunks of code out-of-line, no functionality change.Chris Lattner
2006-11-10Fix a dag combiner bug exposed by my recent instcombine patch. This fixesChris Lattner
2006-11-10Add implicit def / use operands to MachineInstr.Evan Cheng
2006-11-10When forming a pre-indexed store, make sure ptr isn't the same or is a pred o...Evan Cheng
2006-11-10commentateChris Lattner
2006-11-09Don't attempt expensive pre-/post- indexed dag combine if target does not sup...Evan Cheng
2006-11-09Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng
2006-11-09Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng
2006-11-09Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng
2006-11-09getPostIndexedAddressParts change: passes in load/store instead of its loaded...Evan Cheng
2006-11-08Match more post-indexed ops.Evan Cheng
2006-11-08Remove redundant <cmath>.Jim Laskey
2006-11-08- When performing pre-/post- indexed load/store transformation, do not worryEvan Cheng
2006-11-08Fixed a minor bug preventing some pre-indexed load / store transformation.Evan Cheng
2006-11-08For PR950:Reid Spencer
2006-11-08Fix a obscure post-indexed load / store dag combine bug.Evan Cheng
2006-11-07Add post-indexed load / store transformations.Evan Cheng
2006-11-07Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.Chris Lattner
2006-11-06Remove dead code; added a missing null ptr check.Evan Cheng