Add initial support for global variables, and fix a bug in addr mode selection
[oota-llvm.git] / lib / Target / Alpha /
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...
2005-09-30 Andrew Lenharthsubtarget support for CIX and FIX extentions (the only...
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-13 Chris LattnerThis code is no longer needed, it is moved to the targe...
2005-09-13 Chris LattnerMajik numbers are bad
2005-09-07 Chris Lattnerignore generated files
2005-09-06 Andrew LenharthFix up the AssertXext problem, as well as adding it...
2005-09-04 Andrew Lenharthrevert part of the last change, should fix regressions
2005-09-02 Andrew LenharthPull out Lowering in preperation for multiple ISels...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-19 Chris LattnerPut register classes in namespaces
2005-08-19 Chris LattnerThis code has always been dead for alpha
2005-08-19 Chris Lattnermark variable arity instructions as such. Alpha wins...
2005-08-17 Chris LattnerFix some bugs in the alpha backend, some of which I...
2005-08-17 Andrew Lenharththinko. Should fix s4addl.ll regression
2005-08-16 Chris Lattnerupdate the backends to work with the new CopyFromReg...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-15 Andrew LenharthisIntImmediate is a good Idea. Add a flavor that check...
2005-08-12 Andrew Lenharthmatch gcc's use of tabs, makes diffs easier
2005-08-12 Andrew Lenharth.section cleanup, patch from Nicholas Riley
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-04 Andrew LenharthNo, IDEFs shouldn't be JITed
2005-08-03 Andrew LenharthAlpha ABI specifies stack is always 16 byte alligned...
2005-08-02 Chris Lattnerone more hunk that got dropped
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
next