summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove isLegalAddressImmediate.Evan Cheng2007-03-281-8/+0
* implement initial support for the silly X constraint. Testcase here: CodeGen...Chris Lattner2007-03-251-0/+2
* Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.llChris Lattner2007-03-251-1/+4
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-251-20/+24
* repair x86 performance, dejagnu problems from previous changeDale Johannesen2007-03-211-2/+2
* do not share old induction variables when this would result in invalidDale Johannesen2007-03-201-0/+16
* Added isLegalAddressExpression hook to test if the given expression can beEvan Cheng2007-03-161-0/+8
* More flexible TargetLowering LSR hooks for testing whether an immediate is a ...Evan Cheng2007-03-121-3/+13
* initialize a instance variableChris Lattner2007-02-251-0/+1
* Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219Chris Lattner2007-02-241-2/+2
* Need to init.Jim Laskey2007-02-221-0/+2
* Implement i/n/s constraints correctly. This fixesChris Lattner2007-02-171-2/+16
* For PR1195:Reid Spencer2007-02-151-3/+3
* Fix PR1198, by adding initial i128 support. Patch by Dan Gohman.Chris Lattner2007-02-131-0/+1
* Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer.Evan Cheng2007-02-081-0/+421
* Fit in 80 columnsChris Lattner2007-02-011-1/+1
* Allow the target to override the ISD::CondCode that's to be used to test theEvan Cheng2007-01-311-0/+25
* Move a function out of line.Reid Spencer2007-01-121-0/+21
* Minor fix.Evan Cheng2007-01-121-1/+1
* Store default libgcc routine names and allow them to be redefined by target.Evan Cheng2007-01-121-0/+77
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-101-1/+2
* Preliminary soft float support.Evan Cheng2006-12-091-12/+31
* Fix the dag combiner bug corresponding to PR1014.Chris Lattner2006-11-271-8/+8
* Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng2006-11-091-0/+8
* For PR786:Reid Spencer2006-11-021-2/+0
* Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner2006-10-311-5/+8
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-0/+1
* Naming consistency.Evan Cheng2006-10-111-4/+4
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-9/+12
* initialize ivarChris Lattner2006-10-061-0/+1
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-13/+25
* Change the default to 0, which means 'default'.Chris Lattner2006-09-051-1/+1
* forgot thisDuraid Madina2006-09-041-0/+2
* Add some adviceChris Lattner2006-07-271-0/+1618
OpenPOWER on IntegriCloud