Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter
[oota-llvm.git] / lib / Target / Alpha /
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange TRUNCSTORE to use a VTSDNode operand instead...
2005-07-07 Andrew Lenharthclean up prolouge and epilouge
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-04 Andrew Lenharthcheck the correct VT
2005-07-03 Andrew Lenharthfix loading address of fp symbols
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-06-29 Andrew Lenharthrestore old srcValueNode behavior and try to to work...
2005-06-29 Andrew Lenharthtracking the instructions causing loads and stores...
2005-06-29 Andrew Lenharththinko
2005-06-29 Andrew Lenharthunify SelectExpr and SelectFP
2005-06-29 Andrew Lenharthfix most regressions
2005-06-29 Andrew Lenharthsupport more relocations for stores also
2005-06-29 Andrew LenharthGet rid of all symbolic loads. I now do gernate all...
2005-06-27 Andrew LenharthSo, it turns out I forgot that one valid way of restori...
2005-06-27 Andrew Lenharthget rid of another pseudo op
2005-06-27 Andrew Lenharthgenerate address of constant pool entries
2005-06-27 Andrew LenharthMisha happification patch
2005-06-27 Andrew LenharthReduce use of pseudo ops
2005-06-27 Andrew Lenharthmissed a load
2005-06-27 Andrew Lenharthmake constant pool labels local
2005-06-27 Andrew Lenharthwho said we had to use the return address in the return...
2005-06-26 Andrew Lenharthdepend more on legalize putting constants on the RHS
2005-06-26 Andrew LenharthWith setOperationAction(ISD::UINT_TO_FP, MVT::i64,...
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-23 Andrew Lenharthremove a pseudo instruction, make ret always right...
2005-06-23 Andrew Lenharthfinally, Working varargs
2005-06-22 Andrew Lenharthmore complete Lowering for vacopy and vaarg
2005-06-22 Andrew LenharthMake it easier to find alpha stuff in doxygen, and...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-08 Andrew Lenharthfix BranchCC with a setCC with an arg of 0
2005-06-06 Misha BrukmanFix spelling of `correlate'
2005-06-06 Andrew Lenharthallow marking of loads and stores in the instruction...
2005-06-06 Andrew Lenharthhide basic block labels. The utility of these for...
2005-06-06 Misha Brukman* Replace block of commented-out lines with #if 0
2005-05-31 Andrew Lenharthtry custom expanders, doesn't seem to expand yet, so...
2005-05-31 Andrew Lenharthswitch to the new live in thing. Really, this time...
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-27 Andrew Lenharthmatch gcc, makes diff easier
2005-05-26 Andrew LenharthFix 2005-05-12-Int64ToFP
2005-05-13 Chris Lattnertreat TAILCALL nodes identically to CALL nodes
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerPass in Calling Convention to use into LowerCallTo
2005-05-04 Andrew Lenharthfix typo
2005-05-04 Andrew LenharthWell, add support for ct* for 21264 only.
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Andrew LenharthI was sure I had thought about this and there was a...
2005-04-30 Chris LattnerEliminate some random whitespace
2005-04-30 Chris LattnerThis target doesn't support the FSIN/FCOS/FSQRT nodes yet
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Andrew Lenharthkeep track of max depth stats
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Andrew Lenharthfix calls
2005-04-14 Andrew Lenhartha 21264 fix, and fix the operator precidence on an...
2005-04-13 Andrew LenharthWOW, function calls still seem to work after this.
2005-04-13 Andrew Lenharthprepare for func call optimization
2005-04-13 Andrew Lenharthadd matches for SxADDL and company, as well as simplify...
2005-04-13 Andrew Lenharthadded all flavors of zap for anding
2005-04-13 Chris LattnerRemove support for ZERO_EXTEND_INREG. This pessimizes...
2005-04-12 Andrew LenharthGet rid of idefs for arguments (oops)
2005-04-12 Andrew LenharthGet rid of idefs for arguments
2005-04-09 Chris LattnerThis target does not support/want ISD::BRCONDTWOWAY
2005-04-08 Andrew Lenharthcollect a few statistics, factor constants (constant...
2005-04-07 Andrew LenharthAlpha zero extends setcc results
2005-04-07 Andrew Lenharthfix a small optimization opertunity and make gcc happy
2005-04-07 Andrew Lenharthfixup magic constant making code. tested by thousands...
2005-04-07 Andrew Lenharthlowercase instructions, makes diff happier
2005-04-07 Andrew LenharthIt wasn't happy about this either
2005-04-07 Andrew LenharthYea, it wasn't happy
2005-04-06 Alkis EvlogimenosMake these 64 bit constants so that this compiles on...
2005-04-06 Andrew Lenharthadded sdiv by 2^k and works for neg divisors also
2005-04-06 Andrew Lenharthfix copy/paste errors, and add imm support to SxADDQ...
2005-04-06 Andrew LenharthAdded Nate's div by constant stuff, also scaled operations!
2005-04-05 Andrew Lenharthadded lowerargs support for varargs
2005-04-03 Andrew Lenharthis this simpler? I think it is simpler.
2005-04-03 Andrew Lenharthfix 101 regressions
2005-04-02 Andrew LenharthSelect optimization
2005-04-02 Andrew LenharthTry several things. 1) drop /i from FP ops 2) factor...
2005-04-02 Andrew LenharthFNEG/FABS/UNDEF
2005-04-02 Andrew LenharthFNEG/FABS
2005-04-02 Chris LattnerThis target doesn't support fabs/fneg yet.
2005-03-31 Andrew Lenharthmake fp div trick dependend on flag
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-30 Andrew Lenharthyea, fine Duraid
2005-03-29 Andrew LenharthFix up some types and constants
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
2005-03-23 Andrew Lenharthdon't lie to the register allocator
2005-03-22 Andrew Lenharthhum, it is good to use real instructions
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-13 Andrew LenharthShould fix mesa
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
next