aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64
AgeCommit message (Expand)Author
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-24Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng
2007-01-23PEI is now responsible for adding MaxCallFrameSize to frame size and align th...Evan Cheng
2007-01-23hasFP() is now a virtual method of MRegisterInfo.Evan Cheng
2007-01-02Fix naming inconsistency.Evan Cheng
2006-12-31For PR950:Reid Spencer
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-06These asm printers shouldn't use assembly/writer.hChris Lattner
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-26fix storing bools to mem and unordered FP opsDuraid Madina
2006-11-13Matches MachineInstr changes.Evan Cheng
2006-11-03silence warningChris Lattner
2006-11-02For PR786:Reid Spencer
2006-10-30All targets expand BR_JT for now.Evan Cheng
2006-10-24Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of theChris Lattner
2006-10-24fix warning about missing newline at end of fileRafael Espindola
2006-10-24implement uncond branch insertion for the branch folding passChris Lattner
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-11Naming consistency.Evan Cheng
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-10-05Make use of getStore().Evan Cheng
2006-10-05implement and use getSectionForFunctionChris Lattner
2006-10-04Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-12Reflects MachineConstantPoolEntry changes.Evan Cheng
2006-09-071. Remove condition on delete.Jim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-07Break out target asm info into separate files.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-09-05Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner
2006-09-04add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-09-03Simplify target construction.Chris Lattner
2006-08-27Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng
2006-08-26Fix target matching weights, so that ppc-darwin modules are codegen with theChris Lattner
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-17Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner
2006-08-16SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng
2006-08-16RET_FLAG has an optional input flag, but it does not produce a flag result.Evan Cheng
2006-08-11Eliminate use of getNode that takes a vector.Chris Lattner
2006-08-11eliminate use of getNode that takes vector of operands.Chris Lattner
2006-08-11Match tablegen changes.Evan Cheng
2006-08-07Match tablegen isel changes.Evan Cheng
2006-08-03remove a dead protoChris Lattner