Let X86CompilationCallback pass previous frame and return address to X86CompilationCa...
[oota-llvm.git] / lib / Target / Alpha /
2006-01-13 Chris Lattnerexpand unsupported stacksave/stackrestore nodes
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Andrew Lenharththis pattern was bogus
2006-01-10 Andrew LenharthInt immediate loading fix
2006-01-09 Andrew Lenharthproper branch not equal sequence
2006-01-06 Andrew Lenharthmake 0 codegen much better
2006-01-05 Chris Lattnerunbreak the build, these are now in TargetSelectionDAG.td
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-02 Andrew Lenharthtypeo
2006-01-01 Chris LattnerRemove a 'using namespace std'.
2006-01-01 Andrew LenharthMove brcond over and fix some imm patterns. This may...
2006-01-01 Andrew Lenharthclean this function up some
2005-12-30 Andrew Lenharthimprove constant loading. Still sucks, but oh well
2005-12-29 Andrew Lenharthlet us get some do what I meant not what I said stuff...
2005-12-29 Andrew LenharthFix up immediate handling
2005-12-27 Andrew LenharthRestore some happiness to the JIT
2005-12-27 Andrew LenharthFix alpha regressions.
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-25 Andrew Lenharthadd br pattern, unify JSR and BSR ISel instrs, and...
2005-12-25 Andrew LenharthAll that just to lower div and rem
2005-12-24 Andrew LenharthAll addressing modes are now exposed. The only remaini...
2005-12-24 Andrew LenharthUnify the patterns for loads and stores. Now offset...
2005-12-24 Andrew LenharthLet's see if we can break things.
2005-12-24 Andrew Lenharthmove loads and stores over. Smart addr selection comming
2005-12-22 Chris Lattnerremove dead code
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-12 Andrew Lenharthfix FP selects
2005-12-12 Andrew Lenharthrestore a more restricted select
2005-12-11 Andrew LenharthFP select improvements (and likely breakage), oh and...
2005-12-09 Andrew Lenharthit helps if your conditionals are not reversed
2005-12-06 Andrew Lenharthfix divide and remainder
2005-12-06 Andrew Lenharthmore decent branches for FP. I might have to make...
2005-12-06 Andrew LenharthOK, this does wonders for broken stuff
2005-12-06 Andrew Lenharthadded instructions with inverted immediates
2005-12-05 Andrew Lenharthyea, it helps to have your path set right when testing
2005-12-05 Andrew LenharthThese never trigger, but whatever
2005-12-05 Andrew Lenharthmove this over to the dag
2005-12-05 Andrew Lenharthfix constant pool loads
2005-12-01 Andrew Lenharthmajor think-o
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Andrew LenharthFlags where I think I need them, quick, before the...
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Andrew Lenharthremove redundant code
2005-11-30 Andrew LenharthMake typesafe that which isn't: FCMOVxx
2005-11-30 Andrew LenharthFPSelect and more custom lowering
2005-11-30 Andrew LenharthAll sorts of stuff.
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-22 Andrew LenharthFix warning, the better way. Really, this is what...
2005-11-22 Andrew LenharthFix warning
2005-11-22 Andrew Lenharthmassive DAGISel patch. lots and lots more stuff compil...
2005-11-21 Chris LattnerSwitch to using the generic constant pool emitter impl...
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic blocks
2005-11-21 Chris LattnerSwitch to the new shared SwitchSection
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerStart using PrivateGlobalPrefix correctly
2005-11-18 Andrew Lenharthprevent latent switch creation
2005-11-16 Andrew Lenharthwho would have thought you would want to write into...
2005-11-13 Chris Lattnerunbreak the build
2005-11-12 Andrew Lenharthenable LSR by default on alpha
2005-11-12 Andrew Lenharthfix more regressions
2005-11-12 Andrew Lenharthfix READCYCLECOUNTER
2005-11-11 Andrew Lenharthfix yet more regressions
2005-11-11 Andrew Lenharthgenerate chain result
2005-11-11 Andrew LenharthFix a bunch more alpha regressions
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Andrew Lenharthfix a bunch of regressions
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-10-30 Chris LattnerIf the module has no t-t and the host is an alpha,...
2005-10-29 Chris LattnerMake -time-passes output prettier
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Jim LaskeyTypo x 2
2005-10-26 Andrew LenharthSimplify instinfo, set random bits on more fp insts...
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-26 Jim LaskeyAdd attribute name and type to SubtargetFeatures.
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-23 Chris LattnerSimplify this due to changes in the tblgen side
2005-10-23 Chris LattnerAutogen subtarget information from .td files.
2005-10-23 Chris LattnerAdd subtarget feature/processor defns to the .td file
2005-10-23 Andrew LenharthAdd several things.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-21 Chris Lattnersilence a release mode warning
2005-10-21 Nate BegemanKill some now-dead code.
2005-10-21 Andrew Lenharthbyte zap not immediate goodness
2005-10-20 Andrew LenharthInst cleanup. As a bonus, operands are in the correct...
2005-10-20 Andrew Lenharthadded a few 1 operand form stuff. Seems to break regal...
2005-10-20 Andrew LenharthSounds good, finish the intop conversion.
2005-10-20 Chris LattnerAdd some pattern fragments to simplify the repetitive...
2005-10-20 Chris Lattnersimplify this a bit by using immediates
2005-10-20 Andrew Lenharthforgot this one
2005-10-20 Andrew Lenharthret 0; works, not much else
2005-10-09 Andrew LenharthThis seems useful from the original patch that added...
2005-10-06 Andrew LenharthThis is suppose to work now
2005-10-06 Andrew Lenharthremove VAX compatibility instruction, we will never...
2005-10-02 Chris LattnerSort the cpu and features table, so that the alpha...
next