add a simple reserve method.
[oota-llvm.git] / lib /
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-09-01 Nick LewyckyDon't confuse canonicalize and lookup. Fixes predsimpli...
2006-08-31 Evan ChengDAG combiner fix for rotates. Previously the outer...
2006-08-31 Chris LattnerAdd a special case that speeds up coallescing a bit...
2006-08-31 Chris LattnerDelete copies as they are coallesced instead of waiting...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-31 Nick LewyckyProperties where both Values weren't in the union ...
2006-08-30 Chris LattnerFix a compiler crash bootstrapping llvm-gcc.
2006-08-30 Chris LattnerGuess what happens when asserts are disabled. :(
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-08-30 Nick LewyckyMove to using the EquivalenceClass ADT. Removes SynSets.
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-29 Evan ChengMinor asm fix.
2006-08-29 Evan ChengRemove dead code.
2006-08-29 Evan ChengDon't performance load/op/store transformation if op...
2006-08-29 Evan Cheng- Enable x86 isel preprocessing by default unless ...
2006-08-29 Jim LaskeyHandle callee saved registers in dwarf frame info ...
2006-08-29 Jim LaskeyTidy up options.
2006-08-29 Evan ChengAvoid making unneeded load/mod/store transformation...
2006-08-29 Evan ChengMove isCommutativeBinOp from SelectionDAG.cpp and DAGCo...
2006-08-29 Owen AndersonClean up a bit.
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-28 Evan ChengOn Mac, print jump table entries after the function...
2006-08-28 Evan ChengAdd an optional pass to preprocess the DAG before x86...
2006-08-28 Owen AndersonMake LoopUnroll fold excessive BasicBlocks. This resul...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-28 Chris LattnerSilence -Woverloaded-virtual warnings.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerFit to 80 cols
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-27 Chris LattnerMinor code cleanups
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Chris Lattnertypo fix
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-26 Chris LattnerFix target matching weights, so that ppc-darwin modules...
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Chris LattnerSimplifications to liveinterval analysis, no functional...
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-26 Evan ChengMatch tblgen changes; clean up.
2006-08-26 Chris LattnerGive a good error message when we try to jit inline...
2006-08-25 Chris LattnerCompletely change the way that joining with physregs...
2006-08-25 Evan ChengAdd a comment.
2006-08-25 Jim LaskeyTidy up.
2006-08-25 Owen AndersonFix a crash related to updating Phi nodes in the origin...
2006-08-25 Owen AndersonAdd an assertion to check that we're really preserving...
2006-08-25 Evan ChengEncode pc-relative conditional branch offset as pc...
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Jim LaskeyConsolidate callee saved register information so that...
2006-08-25 Jim LaskeyFix some comments.
2006-08-25 Jim LaskeyAllow for register numbers > 31.
2006-08-25 Rafael Espindolause @ for comments
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Owen AndersonReapply the indvars patch, since nothing blew up last...
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-25 Owen AndersonRevert my previous patch. Since there are some major...
2006-08-25 Owen AndersonSpecify that indvars actually preserve LCSSA. This...
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
next