aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-172-7/+7
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-161-17/+12
* Eliminate use of getNode that takes a vector.Chris Lattner2006-08-111-1/+1
* eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner2006-08-111-4/+6
* Match tablegen changes.Evan Cheng2006-08-111-22/+17
* CALLSEQ_* produces chain even if that's not needed.Evan Cheng2006-08-111-2/+4
* Match tablegen isel changes.Evan Cheng2006-08-071-26/+26
* Remove a duplicate pattern/Evan Cheng2006-07-311-3/+0
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-1/+0
* Resolve BB references with relocation.Evan Cheng2006-07-273-20/+3
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-255-25/+32
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-111-1/+1
* These are already implementedAndrew Lenharth2006-07-031-4/+0
* 0 offsets for memory operandsAndrew Lenharth2006-07-031-0/+2
* this case isn't handledAndrew Lenharth2006-06-271-0/+2
* Add memory operand and int regsAndrew Lenharth2006-06-213-0/+46
* inline asm, at least for floatsAndrew Lenharth2006-06-213-0/+58
* fix argument problemAndrew Lenharth2006-06-211-1/+5
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-2/+1
* I am sure I had commited this workaround before. Perhaps soon I should sort ...Andrew Lenharth2006-06-131-6/+6
* It really helps to be returning to the correct placeAndrew Lenharth2006-06-133-33/+17
* Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth2006-06-125-72/+102
* ignore ordered/unordered for nowAndrew Lenharth2006-06-042-0/+153
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-261-1/+1
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-251-0/+1
* Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng2006-05-241-0/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-242-2/+2
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-201-1/+1
* Fix a bogus gcc warningAndrew Lenharth2006-05-181-2/+2
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-183-11/+31
* Remove PointerType from class TargetEvan Cheng2006-05-171-3/+0
* Fix call_adj.llAndrew Lenharth2006-05-171-1/+1
* Added sanity check for obviously bogus immediatesAndrew Lenharth2006-05-171-0/+1
* Move this code to a common placeAndrew Lenharth2006-05-161-148/+4
* remove dead variable.Chris Lattner2006-05-121-1/+0
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-5/+5
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-041-2/+2
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-5/+4
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-042-4/+3
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-042-8/+3
* Remove some more V9-specific stuff.Chris Lattner2006-05-041-6/+1
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-041-6/+0
* Change from using MachineRelocation ctors to using static methodsChris Lattner2006-05-031-3/+3
* Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner2006-05-031-11/+4
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-033-6/+9
* Keep the alpha JIT similar to the PPC/X86 jitsChris Lattner2006-05-031-4/+6
* Several related changes:Chris Lattner2006-05-021-1/+0
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-022-6/+2
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-021-5/+9