Let X86CompilationCallback pass previous frame and return address to X86CompilationCa...
[oota-llvm.git] / lib / Target / Alpha /
2006-06-27 Andrew Lenharththis case isn't handled
2006-06-21 Andrew LenharthAdd memory operand and int regs
2006-06-21 Andrew Lenharthinline asm, at least for floats
2006-06-21 Andrew Lenharthfix argument problem
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-13 Andrew LenharthI am sure I had commited this workaround before. Perha...
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-06-12 Andrew LenharthLet the alpha breakage begin. First Formals and RET...
2006-06-04 Andrew Lenharthignore ordered/unordered for now
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-18 Andrew LenharthFix a bogus gcc warning
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-17 Andrew LenharthFix call_adj.ll
2006-05-17 Andrew LenharthAdded sanity check for obviously bogus immediates
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-12 Chris Lattnerremove dead variable.
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more V9-specific stuff.
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerKeep the alpha JIT similar to the PPC/X86 jits
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-04-08 Reid SpencerInitialize SDOperand values because the gcc 4.0.2 compi...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-06 Andrew LenharthThis may be overconservative, but it lets the new cfe...
2006-04-06 Andrew Lenharthfix some linking problems with the new gcc
2006-04-03 Andrew Lenharthsupport x * (c1 + c2) where c1 and c2 are pow2s. speci...
2006-04-03 Andrew Lenharthmul by const conversion sequences. more coming soon
2006-04-02 Andrew LenharthThis makes McCat/12-IOtest go 8x faster or so
2006-04-02 Andrew LenharthThis will be needed soon
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-27 Jim LaskeyTranslate llvm target registers to dwarf register numbe...
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-09 Andrew Lenharththese are copies too
2006-03-09 Chris Lattnerremove some now-dead code
2006-03-09 Andrew Lenharthfcopysign for mixed mode
2006-03-09 Andrew Lenharthalpha and llvm have different oppinions on which arg...
2006-03-09 Andrew LenharthAlpha Scheduling classes
2006-03-09 Andrew Lenharthfcopysign and get rid of dsnode cruft. custom PA runti...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-02-27 Jim LaskeyRemoved dependency on how operands are printed (want...
2006-02-13 Andrew Lenharthimproved zap discovery
2006-02-13 Chris LattnerSwitch targets over to using SelectionDAG::getCALLSEQ_S...
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-06 Andrew Lenharthsee what this allignment thing will do
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-02-04 Andrew Lenharthlinkage fix for weak functions
2006-02-03 Andrew LenharthisStoreToStackSlot
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-01 Andrew LenharthAdd immediate forms of cmov and remove some cruft
2006-02-01 Nate BegemanFix some of the stuff in the PPC README file, and clean...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-29 Chris LattnerUpdate alpha to reflect recent constantfp legalize...
2006-01-29 Chris Lattnercmovle != cmovlt
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-26 Andrew Lenharthminor renaming
2006-01-26 Andrew Lenharthallow R28 to be used for frame calculations without...
2006-01-25 Andrew Lenharthoops
2006-01-25 Andrew Lenharthforgot one
2006-01-25 Andrew Lenharthmake things compile again
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Andrew Lenharthmaintaining stackpointer alignment. Perhaps it doesn...
2006-01-23 Andrew Lenharthbye bye Pattern ISEL
2006-01-23 Andrew Lenharthadded stores to lsmark
2006-01-23 Andrew Lenharthfix up more lsmark stuff
2006-01-23 Andrew Lenharthyea, lowering this stuff will basically work
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-19 Andrew Lenharthtypo
2006-01-19 Andrew Lenharthnasty nasty patterns
2006-01-16 Andrew Lenharthfix short immediate loads
2006-01-16 Andrew Lenharthstack and rpcc
2006-01-16 Andrew LenharthFriendly names
2006-01-14 Nate Begemanbswap implementation
2006-01-13 Andrew Lenharthmake DAG isel the default
next