Alpha doesn't have a native f32 extload instruction.
[oota-llvm.git] / lib /
2005-01-28 Chris LattnerAlpha doesn't have a native f32 extload instruction.
2005-01-28 Chris Lattnerimplement legalization of truncates whose results and...
2005-01-28 Chris LattnerGet alpha working with memset/memcpy/memmove
2005-01-28 Chris Lattner* add some DEBUG statements
2005-01-28 Chris LattnerFix ConstProp/2005-01-28-SetCCGEP.ll: indexing over...
2005-01-28 Andrew Lenharthfix ExprMap and constant check in setcc
2005-01-28 Andrew Lenharthmove FP into it's own select
2005-01-28 Chris LattnerCopyFromReg produces two values. Make sure that we...
2005-01-28 Chris LattnerRemove this code as it is currently completely broken...
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-27 Andrew Lenharthstack frame fix and zero FP reg fix
2005-01-27 Andrew LenharthFloating point instructions like Floating point registers
2005-01-27 Andrew Lenharthint to float conversion and another setcc
2005-01-27 Misha BrukmanFix grammar
2005-01-27 Andrew Lenharthteach isel about comparison with constants and zero...
2005-01-27 Jeff CohenFix some Path bugs
2005-01-27 Andrew Lenharthperhaps this will let me have calls again
2005-01-27 Andrew Lenharthminor bug fix
2005-01-27 Andrew Lenharthminor bug fix
2005-01-26 Andrew Lenharthadded instructions for fp to int to fp moves
2005-01-26 Andrew Lenharth initial fp support
2005-01-26 Andrew Lenharthhum, writing on one machine, testing on another...
2005-01-26 Andrew Lenharthadd some operations, fix others. should compile severa...
2005-01-25 Chris LattnerWe can fold promoted and non-promoted loads into divs...
2005-01-25 Chris LattnerFold promoted loads into binary ops for FP, allowing...
2005-01-25 Andrew Lenharthproblems with bools, and their work arounds
2005-01-25 Alkis EvlogimenosAdd a dependency to the trace library so that it gets...
2005-01-25 Andrew Lenharthmore load choices, better add with imm
2005-01-24 Chris LattnerMake -ds-aa more useful, allowing it to be updated...
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-24 Andrew LenharthAlpha JIT prune
2005-01-24 Andrew Lenharthinclude prune and JIT prune
2005-01-24 Andrew LenharthPruned includes
2005-01-24 Chris LattnerFix a spurious warning.
2005-01-23 Chris LattnerSilence a warning.
2005-01-23 Chris LattnerSilence optimized warnings.
2005-01-23 Chris LattnerAllow the FP stackifier to completely ignore functions...
2005-01-23 Chris LattnerSimplify/speedup the PEI by not having to scan for...
2005-01-23 Chris LattnerUpdate physregsused info.
2005-01-23 Chris LattnerUpdate this pass to set PhysRegsUsed info in MachineFun...
2005-01-23 Chris LattnerUpdate these register allocators to set the PhysRegUsed...
2005-01-23 Chris LattnerAdd support for the PhysRegsUsed array.
2005-01-23 Chris LattnerSpeed this up a bit by making ModifiedRegs a vector...
2005-01-23 Chris LattnerGet rid of a several dozen more and instructions in...
2005-01-23 Chris LattnerFix crash comparing empty file against nonempty file.
2005-01-23 Chris LattnerAdjust to changes in SelectionDAG interfaces
2005-01-23 Chris LattnerRemove the 3 HACK HACK HACKs I put in before, fixing...
2005-01-23 Chris LattnerAdjust to changes in SelectionDAG interface.
2005-01-23 Chris LattnerBuild Alpha by default.
2005-01-23 Reid SpencerFix alloca support for Cygwin. On cygwin its __alloca...
2005-01-23 Reid SpencerSupport Cygwin assembly generation. The cygwin version...
2005-01-23 Chris LattnerMake DiffFilesWithTolerance take sys::Path's instead...
2005-01-23 Chris LattnerFix a bug in previous checkin
2005-01-23 Chris LattnerAdd a new method, refactored out of fpcmp
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...
2005-01-22 Chris LattnerGet this to work for 64-bit systems.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-22 Jeff CohenFix destroyDirectory bug
2005-01-22 Chris LattnerImplicitly defined registers can clobber callee saved...
2005-01-22 Chris LattnerMore bugfixes for IA64 shifts.
2005-01-22 Chris LattnerFix problems with non-x86 targets.
2005-01-22 Chris LattnerAdd a nasty hack to fix Alpha/IA64 multiplies by a...
2005-01-21 Chris LattnerRemove unneeded line.
2005-01-21 Chris Lattnertest commit
2005-01-21 Chris LattnerHandle comparisons of gep instructions that have differ...
2005-01-21 Chris LattnerSpeed up folding operations into loads.
2005-01-21 Chris LattnerThe ever-important vanity pass name :)
2005-01-21 Chris LattnerIf the interpreter tries to execute an external functio...
2005-01-21 Chris LattnerFix a FIXME: realize that argument stores are all indep...
2005-01-21 Chris LattnerUnary token factor nodes are unneeded.
2005-01-21 Chris LattnerRefactor libcall code a bit. Initial implementation...
2005-01-20 Chris LattnerSimplify the shift-expansion code.
2005-01-20 Chris LattnerImplement ADD_PARTS/SUB_PARTS so that 64-bit integer...
2005-01-20 Chris LattnerExpand add/sub into ADD_PARTS/SUB_PARTS instead of...
2005-01-20 Chris Lattnerimplement add_parts/sub_parts.
2005-01-20 Chris LattnerAdd missing entry.
2005-01-20 Chris LattnerFix a crash compiling 134.perl.
2005-01-19 Chris LattnerSupport targets that do not use i8 shift amounts.
2005-01-19 Chris LattnerAdd two optimizations. The first folds (X+Y)-X -> Y
2005-01-19 Chris LattnerAdd an assertion that would have made more sense to...
2005-01-19 Chris LattnerAdd support for targets that pass args in registers...
2005-01-19 Chris LattnerFold single use token factor nodes into other token...
2005-01-19 Chris LattnerRealize the individual pieces of an expanded copytoreg...
2005-01-19 Chris LattnerKnow some identities about tokenfactor nodes.
2005-01-19 Chris LattnerKnow some simple identities. This improves codegen...
2005-01-19 Chris LattnerFix a problem where were were literally selecting for...
2005-01-19 Chris LattnerJust in case, handle something that is both a use and...
2005-01-19 Chris LattnerWhen an instruction moves, make sure to update the...
2005-01-19 Chris LattnerWhen commuting these instructions, make sure to actuall...
2005-01-19 Chris LattnerFix 'raise' to work with packed types. Patch by Morten...
2005-01-19 Chris LattnerImplement Regression/CodeGen/X86/rotate.ll: emit rotate...
2005-01-19 Chris LattnerAdd rotate instructions.
2005-01-19 Chris LattnerMatch 16-bit shld/shrd instructions as well, implementi...
2005-01-19 Chris LattnerImprove coverage of the X86 instruction set by adding...
2005-01-19 Chris LattnerTeach the code generator that shrd/shld is commutable...
2005-01-19 Chris LattnerUse the TargetInstrInfo::commuteInstruction method...
2005-01-19 Chris LattnerFinegrainify namespacification
2005-01-19 Chris LattnerCodegen long >> 2 to this:
2005-01-19 Chris LattnerImplement a way of expanding shifts. This applies...
2005-01-19 Chris LattnerX86 shifts mask the amount.
next