aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.cpp
AgeCommit message (Expand)Author
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-05-20Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-08Disable switch lowering for targets based on the selection dag isel,Nate Begeman
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-01-23bye bye Pattern ISELAndrew Lenharth
2006-01-13make DAG isel the defaultAndrew Lenharth
2005-11-18prevent latent switch creationAndrew Lenharth
2005-11-13unbreak the buildChris Lattner
2005-11-12enable LSR by default on alphaAndrew Lenharth
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner
2005-10-30If the module has no t-t and the host is an alpha, default to using the Alpha BEChris Lattner
2005-10-20ret 0; works, not much elseAndrew Lenharth
2005-09-29begining alpha subtarget supportAndrew Lenharth
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-03Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I w...Andrew Lenharth
2005-07-22finally found the gcc defined constantsAndrew Lenharth
2005-07-22Alpha JIT (beta)Andrew Lenharth
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-03LSR cleanup patchAndrew Lenharth
2005-03-02Added LSR as a beta pass for alphaAndrew Lenharth
2005-02-01try to match alpha patternAndrew Lenharth
2005-01-24Alpha JIT pruneAndrew Lenharth
2005-01-24include prune and JIT pruneAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth