aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set ISD::FPOW to Expand.Dan Gohman2007-10-111-0/+2
* Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divremChris Lattner2007-10-101-1/+3
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-2/+0
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-1/+3
* Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551)Chris Lattner2007-07-131-0/+2
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+3
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-221-2/+6
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-2/+4
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-3/+0
* Support to provide exception and selector registers.Jim Laskey2007-02-211-0/+3
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+4
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-1/+1
* For PR950:Reid Spencer2006-12-311-19/+21
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-1/+0
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+3
* Match tblegen changes.Evan Cheng2006-11-081-6/+7
* All targets expand BR_JT for now.Evan Cheng2006-10-301-1/+2
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-7/+6
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-10/+10
* Make use of getStore().Evan Cheng2006-10-051-8/+7
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-4/+4
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-121-1/+1
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-261-2/+2
* Select() no longer require Result operand by reference.Evan Cheng2006-08-261-6/+4
* Match tblgen changes.Evan Cheng2006-08-261-6/+8
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-161-3/+3
* Match tablegen changes.Evan Cheng2006-08-111-6/+6
* Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner2006-08-081-24/+14
* Match tablegen isel changes.Evan Cheng2006-08-071-14/+5
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-1/+0
* Type of extract_element index operand should be iPTR.Evan Cheng2006-06-151-2/+2
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-261-3/+3
* Add support for the missing FP condition codesChris Lattner2006-05-251-6/+12
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-251-0/+1
* Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng2006-05-241-0/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Remove dead variable.Chris Lattner2006-05-121-1/+0
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+1
* SelectionDAGISel can now natively handle Switch instructions, in the sameNate Begeman2006-03-271-1/+9
* #include Intrinsics.h into all dag iselsChris Lattner2006-03-251-0/+1
* Remove BRTWOWAY*Nate Begeman2006-03-171-2/+0
* Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner2006-03-051-0/+2
* kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman2006-02-171-35/+0
* Rework the SelectionDAG-based implementations of SimplifyDemandedBitsNate Begeman2006-02-161-13/+26
* Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c on Sparc.Chris Lattner2006-02-151-1/+22
* Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner2006-02-131-2/+1
* Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner2006-02-101-55/+12
* Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng2006-02-091-24/+29
* Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner2006-02-091-1/+1
* Change Select() fromEvan Cheng2006-02-091-32/+49