s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
[oota-llvm.git] / lib /
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
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
next