oota-llvm.git
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...
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 SpencerFor PR738:
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 Reid SpencerRemove a FIXME. Don't use strlcpy that isn't available...
2006-08-24 Rafael Espindolainitial support for branches
2006-08-24 Chris Lattnerupdate some comments
2006-08-23 Nate BegemanCorrectly attribute file author & remote tabs
2006-08-23 Nate BegemanMake sure that both non-asm file types are marked as...
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 SpencerFix constructor documentation.
2006-08-23 Devang PatelIf unable to create tmp. file on disk then return LTO_W...
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-23 Reid SpencerRearrange order to build more frequently used tools...
2006-08-23 Reid SpencerFix a typo.
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerRearrange the build order to better accommodate paralle...
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-22 Reid SpencerAdd irix as a (potential) new platform so that Timothy...
2006-08-22 Misha BrukmanAdded link to ABI documentation, sent by Rafael Espindola.
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 Patrick JenkinsCorrected an error that was introduced yesterday that...
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 SpencerFix some indentation.
2006-08-22 Chris Lattneradd resize, move swap out of line
2006-08-22 Rafael Espindolarun llc with -march=arm in select.ll
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
next