oota-llvm.git
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++...
2005-01-22 Jeff CohenFix VC++ complaint
2005-01-22 Jeff CohenFix destroyDirectory bug
2005-01-22 Chris LattnerImplicitly defined registers can clobber callee saved...
2005-01-22 Andrew Lenharthmake double-dollar properly escape asmstrings
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 LattnerKeep track of node depth for each node
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 LattnerApparently destroyFile() now throws an exception. ...
2005-01-20 Chris LattnerRemove this test. This test is already in PR269, so...
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 LattnerEliminate the unimplemented ADDC/SUBB operations, add...
2005-01-20 Chris LattnerAdd missing entry.
2005-01-20 Chris LattnerFix a crash compiling 134.perl.
next