summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAge
* 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
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-20
* Fix a bogus gcc warningAndrew Lenharth2006-05-18
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-18
* Remove PointerType from class TargetEvan Cheng2006-05-17
* Fix call_adj.llAndrew Lenharth2006-05-17
* Added sanity check for obviously bogus immediatesAndrew Lenharth2006-05-17
* Move this code to a common placeAndrew Lenharth2006-05-16
* remove dead variable.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 V9-specific stuff.Chris Lattner2006-05-04
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-04
* Change from using MachineRelocation ctors to using static methodsChris Lattner2006-05-03
* Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner2006-05-03
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Keep the alpha JIT similar to the PPC/X86 jitsChris Lattner2006-05-03
* Several related changes:Chris Lattner2006-05-02
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-02
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-02
* 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
* Initialize SDOperand values because the gcc 4.0.2 compiler complains aboutReid Spencer2006-04-08
* Foundation for call frame information.Jim Laskey2006-04-07
* This may be overconservative, but it lets the new cfe compileAndrew Lenharth2006-04-06
* fix some linking problems with the new gccAndrew Lenharth2006-04-06
* support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4Andrew Lenharth2006-04-03
* mul by const conversion sequences. more coming soonAndrew Lenharth2006-04-03
* This makes McCat/12-IOtest go 8x faster or soAndrew Lenharth2006-04-02
* This will be needed soonAndrew Lenharth2006-04-02
* 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
* these are copies tooAndrew Lenharth2006-03-09
* remove some now-dead codeChris Lattner2006-03-09
* fcopysign for mixed modeAndrew Lenharth2006-03-09
* alpha and llvm have different oppinions on which arg is the sign bitAndrew Lenharth2006-03-09
* Alpha Scheduling classesAndrew Lenharth2006-03-09