summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.cpp
Commit message (Expand)AuthorAge
* Added new method to add a "simple" code emitter. That is, to only addBill Wendling2007-02-08
* Add all that branch mangling niftinessAndrew Lenharth2006-10-31
* Jimptables working again on alpha.Andrew Lenharth2006-10-11
* Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth2006-09-24
* A pass to remove the worst of the replay trap offenders, and as a bonus, alig...Andrew Lenharth2006-09-18
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Simplify target construction.Chris Lattner2006-09-03
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-20
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Disable switch lowering for targets based on the selection dag isel,Nate Begeman2006-04-08
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-23
* bye bye Pattern ISELAndrew Lenharth2006-01-23
* make DAG isel the defaultAndrew Lenharth2006-01-13
* prevent latent switch creationAndrew Lenharth2005-11-18
* unbreak the buildChris Lattner2005-11-13
* enable LSR by default on alphaAndrew Lenharth2005-11-12
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-08
* If the module has no t-t and the host is an alpha, default to using the Alpha BEChris Lattner2005-10-30
* ret 0; works, not much elseAndrew Lenharth2005-10-20
* begining alpha subtarget supportAndrew Lenharth2005-09-29
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I w...Andrew Lenharth2005-08-03
* finally found the gcc defined constantsAndrew Lenharth2005-07-22
* Alpha JIT (beta)Andrew Lenharth2005-07-22
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* LSR cleanup patchAndrew Lenharth2005-03-03
* Added LSR as a beta pass for alphaAndrew Lenharth2005-03-02
* try to match alpha patternAndrew Lenharth2005-02-01
* Alpha JIT pruneAndrew Lenharth2005-01-24
* include prune and JIT pruneAndrew Lenharth2005-01-24
* Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth2005-01-22