oota-llvm.git
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 Reid SpencerFix some typos in the Makefile.rules.
2005-01-28 Chris LattnerHrm, who knows what 'uint' is, but it seems to work...
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 Chris LattnerNew testcase.
2005-01-28 Chris LattnerAdd some initial documentation for the SelectionDAG...
2005-01-28 Chris LattnerDo not clean up if the MappedFile was never used or...
2005-01-28 Andrew Lenharthfix ExprMap and constant check in setcc
2005-01-28 Jeff CohenGet VC++ compiling again
2005-01-28 Reid SpencerConvert some old C-style casts to C++ style.
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 LattnerThese passes are no more.
2005-01-28 Chris LattnerRemove this code as it is currently completely broken...
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-27 Misha BrukmanMark -parallel pass as `experimental'
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 Chris Lattnerxfail this.
2005-01-26 Chris LattnerXFAIL this for now.
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 Reid SpencerDocument the --load option.
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 Chris LattnerAdd some methods.
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 Andrew Lenharthlet configure recognize Alphas
2005-01-24 Andrew Lenharthlet configure recognize Alphas
2005-01-24 Misha BrukmanMark CVS versions different from releases
2005-01-24 Misha Brukman`primitive' has no `a'
2005-01-24 Chris LattnerDo not return true from isSized for things without...
2005-01-24 Chris LattnerThis giant patch speeds up Type::isSized(). Before...
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 LattnerAdd an accessor.
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 LattnerExpose more information from register allocation to...
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 LattnerGive SelectionDAG a TargetLowering instance instead...
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 LattnerAdd support for fp tolerances
2005-01-23 Chris LattnerThis method takes sys::Path objects now.
2005-01-23 Chris LattnerAdjust to changed interface.
2005-01-23 Chris LattnerMake DiffFilesWithTolerance take sys::Path's instead...
2005-01-23 Chris LattnerRemove two dead methods and improve the comments for...
2005-01-23 Chris LattnerFix a bug in previous checkin
2005-01-23 Chris LattnerDrop dead #include
2005-01-23 Chris LattnerThe meat of this utility has been moved to FileUtilitie...
2005-01-23 Chris LattnerAdd a new method, refactored out of fpcmp
2005-01-23 Chris LattnerNew method.
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 Reid SpencerWe're working towards LLVM 1.5 now so bump the version...
2005-01-22 Chris LattnerMinor fix.
2005-01-22 Chris LattnerThis is the final big of factoring. This shares cases...
2005-01-22 Chris LattnerImplement *even more* factoring. In particular, if...
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2005-01-22 Jeff CohenFix VC++ compilation error
2005-01-22 Chris LattnerQOI feature implemented.
2005-01-22 Chris LattnerImplement factoring of instruction pattern strings...
2005-01-22 Chris LattnerFix the ::: problem
2005-01-22 Chris LattnerMinor refactoring, no functionality change.
2005-01-22 Jeff Cohenoops
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-22 Jeff CohenAdd (non-working) project bugpoint to Visual Studio
2005-01-22 Chris LattnerSeperate asmstring parsing from emission. This allows...
2005-01-22 Jeff CohenDon't exclude FileUtilies and ToolRunner from VC++...
next