aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelDAGToDAG.cpp
AgeCommit message (Expand)Author
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
2006-02-16Rework the SelectionDAG-based implementations of SimplifyDemandedBitsNate Begeman
2006-02-15Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c on Sparc.Chris Lattner
2006-02-13Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner
2006-02-10Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner
2006-02-09Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner
2006-02-09Change Select() fromEvan Cheng
2006-02-05Fix the Sparc backend with Evan's recent tblgen changesChris Lattner
2006-02-05Use SelectRoot() as the entry to any tblgen based isel.Evan Cheng
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-02-04Custom lower VAARG for the case when we are doing vaarg(double). In thisChris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-31add a missing break that caused a lot of failures last night :(Chris Lattner
2006-01-31treat conditional branches the same way as conditional moves (giving themChris Lattner
2006-01-31compactify all of the integer conditional moves into one instruction that takesChris Lattner
2006-01-31Compile this:Chris Lattner
2006-01-31I don't see why this optimization isn't safe, but it isn't, so disable itChris Lattner
2006-01-30Fix FP constants, and the SparcV8/2006-01-22-BitConvertLegalize.ll failure fr...Chris Lattner
2006-01-30Revamp the ICC/FCC reading instructions to be parameterized in terms of theChris Lattner
2006-01-30Compile:Chris Lattner
2006-01-30First step towards V9 instructions in the V8 backend, two conditional moveChris Lattner
2006-01-30When lowering SELECT_CC, see if the input is a lowered SETCC. If so, foldChris Lattner
2006-01-30Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,m...Chris Lattner
2006-01-30Implement isMaskedValueZeroForTargetNode for the various v8 selectcc nodes,Chris Lattner
2006-01-27Use V8ISD::CALL instead of ISD::CALLChris Lattner
2006-01-27Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman
2006-01-26Rest of subtarget support, remove references to ppcChris Lattner
2006-01-25Set SchedulingForLatency to be the default scheduling preference for all.Evan Cheng
2006-01-25First part of bug 680:Nate Begeman
2006-01-25Default scheduling preference is SchedulingForLatency.Evan Cheng
2006-01-19implement support for f32 arguments past the first 6 wordsChris Lattner
2006-01-16Silly Sparc is big endian. If we have to load args out of incoming stack slotsChris Lattner