aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
AgeCommit message (Expand)Author
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
2006-02-10Update to new-style flags usage, simplifying the .td fileChris Lattner
2006-02-09DoneChris Lattner
2006-02-09Enable LSR by default for SPARC: it is a clear win.Chris Lattner
2006-02-09Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng
2006-02-09add an option to turn on LSR.Chris Lattner
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-05remove V8 referenceChris Lattner
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-02-04Fix a nasty typo that broke functions with big stack frames.Chris Lattner
2006-02-04fix a bug in my last checkinChris Lattner
2006-02-04add a noteChris Lattner
2006-02-04Two changes:Chris Lattner
2006-02-03Teach sparc to fold loads/stores into copies.Chris Lattner
2006-02-03Implement isLoadFromStackSlot and isStoreToStackSlotChris Lattner
2006-02-02%fcc is not an alias for %fcc0Chris Lattner
2006-02-02correct an opcodeChris 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-31okay, one moreChris Lattner
2006-01-31another noteChris Lattner
2006-01-31More notesChris Lattner
2006-01-31another oneChris Lattner
2006-01-31add a noteChris Lattner
2006-01-31add conditional moves of float and double values on int/fp condition codes.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-31Add immediate forms of integer cmovsChris Lattner
2006-01-31ShrinkifyChris Lattner
2006-01-31Add the full complement of conditional moves of integer registers.Chris Lattner