aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.cpp
AgeCommit message (Expand)Author
2007-08-03long double patch 2 of N. Handle it in TargetData.Dale Johannesen
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-07-09The various "getModuleMatchQuality" implementations should returnChris Lattner
2007-02-08Added new method to add a "simple" code emitter. That is, to only addBill Wendling
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-09-24Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth
2006-09-18A pass to remove the worst of the replay trap offenders, and as a bonus, alig...Andrew Lenharth
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-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-09-03Simplify target construction.Chris Lattner
2006-07-25- Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng
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