oota-llvm.git
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 LattnerCode cleanups, no functionality change.
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Chris Lattnernew testcase for pr687
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 ChengThis is also a 32-bit only test. x86-64 would pass...
2006-08-29 Evan ChengFix test case so it passes on x86-64.
2006-08-29 Evan ChengRemove dead code.
2006-08-29 Reid SpencerDelete a no-longer-supported configuration item.
2006-08-29 Evan ChengUndo xfail.
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 Evan ChengIssue cvs co with -P option to prune empty directories...
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-29 Nick LewyckyThe list is sorted by name.
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 Chris LattnerAdd 2nd form of resize
2006-08-28 Evan ChengAdd an optional pass to preprocess the DAG before x86...
2006-08-28 Chris LattnerAdd a --disable-compression option like llvm-link/llvm...
2006-08-28 Chris Lattnerremove extraneous space
2006-08-28 Bill WendlingSpell naively with the i-Umlaut...
2006-08-28 Bill WendlingMessed up and put a "To be written" in a section that...
2006-08-28 Bill WendlingAdded some preliminary text to the TargetJITInfo class...
2006-08-28 Owen AndersonMake LoopUnroll fold excessive BasicBlocks. This resul...
2006-08-28 Reid SpencerBack out last revision which should not have been commi...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris LattnerUpdate to match changes in RegisterAnalysisGroup usage
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-28 Reid SpencerExcise references to the now defunct "analyze" tool...
2006-08-28 Reid SpencerAdd virtual methods to all subclasses so they are not...
2006-08-28 Chris LattnerSilence -Woverloaded-virtual warnings.
2006-08-27 Chris Lattnerupdate doc: analyze is gone and passes should just...
2006-08-27 Chris LattnerUpdate tests now that opt no longer reads .ll files
2006-08-27 Chris LattnerAdjust tests now that opt doesn't read .ll files.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattneropt no longer reads .ll files. Run llvm-as explicitly.
2006-08-27 Chris Lattner-analyze mode shouldn't output a .bc file.
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 Lattneranalyze no longer exists, don't offer to run it :)
2006-08-27 Chris LattnerRemove a dead class.
2006-08-27 Chris LattnerMinor code cleanups
2006-08-27 Chris Lattnereliminate only use of FilteredPassNameParser
2006-08-27 Chris LattnerMerge the 'analyze' mode code with the 'opt' mode code...
2006-08-27 Chris LattnerMove this test from Codegen/PowerPC to CodeGen/Generic...
2006-08-27 Chris LattnerUse compiler.h instead of hand rolling our own macro
2006-08-27 Chris Lattneradd directive to disable inlining
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 Chris LattnerNew place to put compiler-specific functionality. ...
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-27 Evan ChengDo not emit getTargetNode() and SelectNodeTo() which...
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-27 Chris Lattnermake optional pointer really optional
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 ChengMinor getCopyToReg() call change.
2006-08-26 Evan ChengImproved codegen due to Chris' live interval joining...
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengRemove dead code.
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 Evan ChengA bit more clean up.
2006-08-26 Evan Cheng- Clean up tablegen dag isel generator code.
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 SpencerDoh! Commit the change that turns ON -fno-exceptions.
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 Espindolatest case for varargs functions
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 Chris LattnerFix a race condition in the makefile that broke grawp...
2006-08-25 Jim LaskeyBring Xcode project up to date.
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-25 Reid SpencerFix a bug introduced by a change in the Archive::writeT...
2006-08-25 Reid SpencerFix a bug caused by change in the interface of Archive...
2006-08-25 Owen AndersonRevert my previous patch. Since there are some major...
2006-08-25 Owen AndersonSpecify that indvars actually preserve LCSSA. This...
next