aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
AgeCommit message (Expand)Author
2006-10-20For PR950:Reid Spencer
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-12adjcallstack up/down clobbers the spChris Lattner
2006-10-11Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth
2006-10-11Use cute tblgen tricks to make zap handling more powerful. Specifically,Chris Lattner
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-10-11Remove dead/redundant instructions. These are handled by ZAPNOTiChris Lattner
2006-10-11This entry is done. switched to the gcc way of doing things.Andrew Lenharth
2006-10-11This has apparently been fixedChris Lattner
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-10-06Set the jt sectionChris Lattner
2006-10-06Alpha uses a gotChris Lattner
2006-10-05Make use of getStore().Evan Cheng
2006-10-05Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05use getSectionForFunction to decide which section to emit code intoChris Lattner
2006-10-04Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng
2006-09-24Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth
2006-09-24jump table noteAndrew Lenharth
2006-09-20Account for pseudo-ops correctlyAndrew Lenharth
2006-09-20catch constants more oftenAndrew Lenharth
2006-09-20clarify with test caseAndrew Lenharth
2006-09-20Add NoteAndrew Lenharth
2006-09-18A pass to remove the worst of the replay trap offenders, and as a bonus, alig...Andrew Lenharth
2006-09-18Jump tables on AlphaAndrew Lenharth
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-12Reflects MachineConstantPoolEntry changes.Evan Cheng
2006-09-071. Remove condition on delete.Jim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-07Break out target asm info into separate files.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-09-05Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner
2006-09-05jmp_bufs are this big on alpha.Andrew Lenharth
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-09-03Simplify target construction.Chris Lattner
2006-08-27Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng
2006-08-26SelectNodeTo now returns a SDNode*.Evan Cheng
2006-08-26Select() no longer require Result operand by reference.Evan Cheng
2006-08-26Match tblgen changes.Evan Cheng
2006-08-17Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner
2006-08-16SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng
2006-08-11Eliminate use of getNode that takes a vector.Chris Lattner
2006-08-11eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner
2006-08-11Match tablegen changes.Evan Cheng
2006-08-11CALLSEQ_* produces chain even if that's not needed.Evan Cheng
2006-08-07Match tablegen isel changes.Evan Cheng
2006-07-31Remove a duplicate pattern/Evan Cheng
2006-07-28Remove InFlightSet hack. No longer needed.Evan Cheng
2006-07-27Resolve BB references with relocation.Evan Cheng
2006-07-25- Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng