For PR797:
[oota-llvm.git] / lib /
2006-08-24 Reid SpencerFor PR797:
2006-08-24 Chris LattnerWhen replacing value numbers, make sure to compactify...
2006-08-24 Chris LattnerWe compile this into:
2006-08-24 Chris LattnerOwen implemented this.
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-24 Reid SpencerRemove a character to avoid line exceeding 80 cols.
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-08-24 Reid SpencerFor PR797:
2006-08-24 Rafael Espindolaadd the "eq" condition code
2006-08-24 Rafael Espindolacreate a generic bcond instruction that has a condition...
2006-08-24 Rafael Espindolainitial support for branches
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerTurn off exception handling for this library. It no...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerMake the ProgramName variable a std::string so we can...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2006-08-22 Reid SpencerFix another occurrence of inverted logic on the result...
2006-08-22 Reid SpencerInverse the error check logic for the MappedFile::map...
2006-08-22 Reid SpencerDon't throw needlessly. Failure of gettimeofday is...
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Rafael Espindolaadd a README.txt
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-21 Chris LattnerPrint physreg names symbolically in dumps
2006-08-21 Chris LattnerPrint debug info as:
2006-08-21 Rafael Espindolainitial support for select
2006-08-21 Jim LaskeyAdding C++ member support.
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-08-21 Chris LattnerFix PR861
2006-08-21 Chris LattnerFix PR885
2006-08-21 Rafael Espindolaadd the and instruction
2006-08-21 Bill WendlingAdded a check so that if we have two machine instructio...
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-20 Rafael Espindolacall computeRegisterProperties
2006-08-18 Chris Lattnerregenerate
2006-08-18 Chris Lattnertrivial optimization
2006-08-18 Reid SpencerAdd a comment about the mechanisms used to rid AsmParse...
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFix a grammaro in a comment.
2006-08-18 Reid SpencerFor PR797:
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Chris LattnerRevert this patch, the front-end has been fixed to...
2006-08-17 Chris Lattner'g' is handled by the front-end.
2006-08-17 Andrew LenharthFix handling of 'g'. Closes 883
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-17 Andrew LenharthAdd the 'c' constraint as needed by the linux kernel
2006-08-17 Andrew LenharthAdd support for S and D constraints, as needed to compi...
2006-08-17 Chris Lattnerswitch the SUnit pred/succ sets from being std::sets...
2006-08-16 Evan ChengDoh. Incorrectly inverted condition. Also add a isOnlyU...
2006-08-16 Chris Lattnerminor changes.
2006-08-16 Chris LattnerUse the appropriate typedef
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-16 Evan ChengRET_FLAG has an optional input flag, but it does not...
2006-08-16 Chris Lattneradd a note
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-08-15 Chris LattnerFix PowerPC/2006-08-15-SelectionCrash.ll and simplify...
2006-08-15 Chris LattnerStart using SDVTList more consistently
2006-08-15 Chris Lattneradd a new SDVTList type and new SelectionDAG::getVTList...
2006-08-14 Chris Lattnereliminate use of getNode that takes vector of valuetypes.
2006-08-14 Chris LattnerAdd a new getNode() method that takes a pointer to...
2006-08-14 Chris Lattnerremove SelectionDAG::InsertISelMapEntry, it is dead
2006-08-14 Chris LattnerAdd code to resize the CSEMap hash table. This doesn...
2006-08-14 Chris LattnerHandle single-entry PHI nodes correctly. This fixes...
2006-08-14 Chris LattnerAdd the actual constant to the hash for ConstantPool...
2006-08-14 Rafael Espindolaselect code like
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-08-12 Chris LattnerFix a bug in a recent refactoring that broke a bunch...
2006-08-12 Chris LattnerFix an obvious bug, noticed by inspection. No current...
2006-08-12 Chris LattnerDon't attempt to split subloops out of a loop with...
2006-08-12 Chris LattnerMake Loop::getExitBlocks significantly faster for large...
2006-08-12 Chris LattnerReimplement the loopsimplify code which deletes edges...
2006-08-12 Chris LattnerSwitch to using SuperFastHash instead of adding all...
2006-08-11 Chris LattnerSwitch NodeID to track 32-bit chunks instead of 8-bit...
2006-08-11 Chris Lattnerremove IncludeFile turds in MathExtras.h, which bloats...
2006-08-11 Chris LattnerRemove 8 more std::map's.
2006-08-11 Chris Lattnereliminate extraneous blank line
2006-08-11 Chris LattnerMove the BBNodes, GlobalValues, TargetGlobalValues...
2006-08-11 Chris Lattnereliminate the NullaryOps map, use CSEMap instead.
2006-08-11 Chris Lattnerchange internal impl of dag combiner so that calls...
2006-08-11 Chris LattnerChange one ReplaceAllUsesWith method to take an array...
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnerelimiante use of getNode that takes vector of operands.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector of operands.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector<SDOperand...
next