aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2008-01-31Create a new class, MemOperand, for describing memory referencesDan Gohman
2008-01-30Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng
2008-01-23The last pieces needed for loading arbitraryDuncan Sands
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
2007-10-11Set ISD::FPOW to Expand.Dan Gohman
2007-10-10Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divremChris Lattner
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-13Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551)Chris Lattner
2007-07-11Assert when TLS is not implemented.Lauro Ramos Venancio
2007-06-22Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman
2007-03-07Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov
2007-02-22Simplify lowering and selection of exception ops.Jim Laskey
2007-02-21Support to provide exception and selector registers.Jim Laskey
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2006-12-31For PR950:Reid Spencer
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-08Match tblegen changes.Evan Cheng
2006-10-30All targets expand BR_JT for now.Evan Cheng
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-10-05Make use of getStore().Evan Cheng
2006-10-04Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng
2006-09-12Reflects MachineConstantPoolEntry changes.Evan Cheng
2006-08-26SelectNodeTo now returns a SDNode*.Evan Cheng
2006-08-26Select() no longer require Result operand by reference.Evan Cheng
2006-08-26Match tblgen changes.Evan Cheng
2006-08-16SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng
2006-08-11Match tablegen changes.Evan Cheng
2006-08-08Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner
2006-08-07Match tablegen isel changes.Evan Cheng
2006-07-28Remove InFlightSet hack. No longer needed.Evan Cheng
2006-06-15Type of extract_element index operand should be iPTR.Evan Cheng
2006-05-26Change RET node to include signness information of the return values. i.e.Evan Cheng
2006-05-25Add support for the missing FP condition codesChris Lattner
2006-05-25Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng
2006-05-24Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-12Remove dead variable.Chris Lattner
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-03-27SelectionDAGISel can now natively handle Switch instructions, in the sameNate Begeman
2006-03-25#include Intrinsics.h into all dag iselsChris Lattner
2006-03-17Remove BRTWOWAY*Nate Begeman
2006-03-05Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner
2006-02-17kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman