summaryrefslogtreecommitdiff
path: root/lib/Target/IA64
Commit message (Expand)AuthorAge
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-26
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-25
* Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng2006-05-24
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-20
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-18
* Remove PointerType from class TargetEvan Cheng2006-05-17
* Move this code to a common placeAndrew Lenharth2006-05-16
* Fix build breakage :(Chris Lattner2006-05-12
* Actually override the right method. :)Chris Lattner2006-05-12
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-09
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-04
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-04
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-04
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-04
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-04
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-02
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Disable switch lowering for targets based on the selection dag isel,Nate Begeman2006-04-08
* Foundation for call frame information.Jim Laskey2006-04-07
* Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey2006-03-28
* Translate llvm target registers to dwarf register numbers properly.Jim Laskey2006-03-27
* #include Intrinsics.h into all dag iselsChris Lattner2006-03-25
* Add dwarf register numbering to register data.Jim Laskey2006-03-24
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-23
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-23
* Remove BRTWOWAY*Nate Begeman2006-03-17
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner2006-03-09
* doo de dooDuraid Madina2006-03-08
* Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner2006-03-05
* distinguish between objects and register names, now we can have stuffDuraid Madina2006-02-16
* Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner2006-02-13
* fix storing booleans (grawp missed this one)Duraid Madina2006-02-11
* now short immediates will get matched (previously constants were allDuraid Madina2006-02-11
* Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng2006-02-09
* Change Select() fromEvan Cheng2006-02-09
* Use SelectRoot() as entry of any tblgen based isel.Evan Cheng2006-02-05
* Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman2006-02-01
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-31
* Targets all now request ConstantFP to be legalized into TargetConstantFP.Chris Lattner2006-01-29
* Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman2006-01-28
* Remove some dead codeChris Lattner2006-01-28
* Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman2006-01-27
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-27
* fix stack corruption! Previously, 16-byte whole-FP-register stores wereDuraid Madina2006-01-26
* some hooveringDuraid Madina2006-01-26
* Set SchedulingForLatency to be the default scheduling preference for all.Evan Cheng2006-01-25