summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAge
* These are already implementedAndrew Lenharth2006-07-03
* 0 offsets for memory operandsAndrew Lenharth2006-07-03
* this case isn't handledAndrew Lenharth2006-06-27
* Add memory operand and int regsAndrew Lenharth2006-06-21
* inline asm, at least for floatsAndrew Lenharth2006-06-21
* fix argument problemAndrew Lenharth2006-06-21
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* I am sure I had commited this workaround before. Perhaps soon I should sort ...Andrew Lenharth2006-06-13
* It really helps to be returning to the correct placeAndrew Lenharth2006-06-13
* Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth2006-06-12
* ignore ordered/unordered for nowAndrew Lenharth2006-06-04
* 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