summaryrefslogtreecommitdiff
path: root/lib/Target/IA64
Commit message (Expand)AuthorAge
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* eliminateFrameIndex() change.Evan Cheng2007-05-01
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-25
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-20
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-28
* By default, spills kills the register being stored.Evan Cheng2007-02-23
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-22
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-19
* For PR1207:Reid Spencer2007-02-19
* Added getReservedRegs().Evan Cheng2007-02-17
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-29
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-24
* PEI is now responsible for adding MaxCallFrameSize to frame size and align th...Evan Cheng2007-01-23
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-23
* Fix naming inconsistency.Evan Cheng2007-01-02
* For PR950:Reid Spencer2006-12-31
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* These asm printers shouldn't use assembly/writer.hChris Lattner2006-12-06
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* fix storing bools to mem and unordered FP opsDuraid Madina2006-11-26
* Matches MachineInstr changes.Evan Cheng2006-11-13
* silence warningChris Lattner2006-11-03
* For PR786:Reid Spencer2006-11-02
* All targets expand BR_JT for now.Evan Cheng2006-10-30
* Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of theChris Lattner2006-10-24
* fix warning about missing newline at end of fileRafael Espindola2006-10-24
* implement uncond branch insertion for the branch folding passChris Lattner2006-10-24
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-13
* Naming consistency.Evan Cheng2006-10-11
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-09
* Make use of getStore().Evan Cheng2006-10-05
* implement and use getSectionForFunctionChris Lattner2006-10-05
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-04
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-12
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Break out target asm info into separate files.Jim Laskey2006-09-07
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-06
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-05
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-04