oota-llvm.git
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMake sure that we always grow a multiple of 2 operands.
2005-01-29 Chris Lattnernoteworthy.
2005-01-29 Chris LattnerAdjust to changes in instruction interfaces.
2005-01-29 Chris LattnerSwitchinst takes a hint for the number of cases it...
2005-01-29 Chris Lattnerswitchinst ctor now takes a hint for the number of...
2005-01-29 Chris LattnerAdjust Valuehandle to hold its operand directly in it.
2005-01-29 Chris LattnerFinegrainify namespacification.
2005-01-29 Chris Lattneradd namespace qualifier
2005-01-29 Chris LattnerAdjust to changes in User class and minor changes in...
2005-01-29 Chris LattnerAdjust to slight changes in instruction interfaces.
2005-01-29 Chris LattnerAdjust to changes in User class.
2005-01-29 Chris LattnerMerge InstrTypes.cpp into this file
2005-01-29 Chris LattnerAdjust to changes in User class. Aggregate constants...
2005-01-29 Chris LattnerThis file is now merged into Instructions.cpp
2005-01-29 Chris LattnerAdjust to changes in the User class.
2005-01-29 Chris LattnerAdjust to changes in the User class. Introduce a new...
2005-01-29 Chris LattnerAdjust to user changes.
2005-01-29 Chris LattnerMany changes to cope with the User.h changes. Instruct...
2005-01-29 Chris LattnerAdjust to User.h changes.
2005-01-29 Chris LattnerInstead of storing operands as std::vector<Use>, just...
2005-01-28 Andrew Lenharthfix ExprMap, partially teach about add long
2005-01-28 Chris LattnerFix a nasty thinko in my previous commit.
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.
next