aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaInstrFormats.td
AgeCommit message (Expand)Author
2011-10-27Remove the Alpha backend.Dan Gohman
2010-06-21Remove isTwoAddress from Alpha.Eric Christopher
2010-03-18use ins/outs.Chris Lattner
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-01-06rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-21No more noResults.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-04-17Use this nifty Constraints thing and fix the inverted conditional movesAndrew Lenharth
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-06-12Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth
2006-03-09Alpha Scheduling classesAndrew Lenharth
2006-02-01Add immediate forms of cmov and remove some cruftAndrew Lenharth
2006-01-26minor renamingAndrew Lenharth
2006-01-26allow R28 to be used for frame calculations without entirely removing it from...Andrew Lenharth
2006-01-16stack and rpccAndrew Lenharth
2006-01-01Move brcond over and fix some imm patterns. This may be the last change befo...Andrew Lenharth
2005-12-25add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAGAndrew Lenharth
2005-12-24Unify the patterns for loads and stores. Now offset addressing should beAndrew Lenharth
2005-12-24move loads and stores over. Smart addr selection commingAndrew Lenharth
2005-12-06OK, this does wonders for broken stuffAndrew Lenharth
2005-12-06added instructions with inverted immediatesAndrew Lenharth
2005-12-05These never trigger, but whateverAndrew Lenharth
2005-11-30All sorts of stuff.Andrew Lenharth
2005-11-22massive DAGISel patch. lots and lots more stuff compiles nowAndrew Lenharth
2005-11-11continued readcyclecounter supportAndrew Lenharth
2005-11-09whatever. Intermediate patch to see what breaks. Seems ok.Andrew Lenharth
2005-10-26Simplify instinfo, set random bits on more fp insts, and fix 1 opcodeAndrew Lenharth
2005-10-22Well, the Constant matching pattern works. Can't say much about calls or glo...Andrew Lenharth
2005-10-20Inst cleanup. As a bonus, operands are in the correct order for cmovs. Expe...Andrew Lenharth
2005-10-20added a few 1 operand form stuff. Seems to break regalloc on alpha. sighAndrew Lenharth
2005-10-20ret 0; works, not much elseAndrew Lenharth
2005-07-28support bsr, and more .td simplificationAndrew Lenharth
2005-07-22simpilfy instruction encoding (and make the lines way shorter, aka Misha happ...Andrew Lenharth
2005-02-05Make the rest of file header comments consistent in format and styleMisha Brukman
2005-01-26 initial fp supportAndrew Lenharth
2005-01-24Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth