aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
AgeCommit message (Expand)Author
2006-08-11Match tablegen changes.Evan Cheng
2006-08-11CALLSEQ_* produces chain even if that's not needed.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-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
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-20Sparc is big-endian.Owen Anderson
2006-05-20Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson
2006-05-18getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng
2006-05-17Remove PointerType from class TargetEvan Cheng
2006-05-12Remove dead variable.Chris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-09Some notes and thoughts to myselfChris Lattner
2006-05-04Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner
2006-05-04Move some methods out of MachineInstr into MachineOperandChris Lattner
2006-05-04There shalt be only one "immediate" operand type!Chris Lattner
2006-05-04Remove a bunch more SparcV9 specific stuffChris Lattner
2006-05-04Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-05-02Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-04-13Add the README files to the distribution.Reid Spencer
2006-04-08Disable switch lowering for targets based on the selection dag isel,Nate Begeman
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey
2006-03-27Translate llvm target registers to dwarf register numbers properly.Jim Laskey
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-24D'oh - should be even numbered.Jim Laskey
2006-03-24Add dwarf register numbering to register data.Jim Laskey
2006-03-23Add support to locate local variables in frames (early version.)Jim Laskey
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-03-17Remove BRTWOWAY*Nate Begeman
2006-03-09Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner
2006-03-05Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner
2006-02-27Don't print constant initializers, they may span lines now.Chris Lattner
2006-02-21The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...Chris 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-15Sparc actually *DOES* have a directive for emitting zeros. In fact, it requiresChris Lattner
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