aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64
AgeCommit message (Expand)Author
2006-05-26Change RET node to include signness information of the return values. i.e.Evan Cheng
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-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-16Move this code to a common placeAndrew Lenharth
2006-05-12Fix build breakage :(Chris Lattner
2006-05-12Actually override the right method. :)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-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-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-25#include Intrinsics.h into all dag iselsChris Lattner
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-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2006-03-09Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner
2006-03-08doo de dooDuraid Madina
2006-03-05Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner
2006-02-16distinguish between objects and register names, now we can have stuffDuraid Madina
2006-02-13Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner
2006-02-11fix storing booleans (grawp missed this one)Duraid Madina
2006-02-11now short immediates will get matched (previously constants were allDuraid Madina
2006-02-09Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng
2006-02-09Change Select() fromEvan Cheng
2006-02-05Use SelectRoot() as entry of any tblgen based isel.Evan Cheng
2006-02-01Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-29Targets all now request ConstantFP to be legalized into TargetConstantFP.Chris Lattner
2006-01-28Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman
2006-01-28Remove some dead codeChris Lattner
2006-01-27Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman
2006-01-27PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner
2006-01-26fix stack corruption! Previously, 16-byte whole-FP-register stores wereDuraid Madina
2006-01-26some hooveringDuraid Madina
2006-01-25Set SchedulingForLatency to be the default scheduling preference for all.Evan Cheng
2006-01-25First part of bug 680:Nate Begeman