oota-llvm.git
2007-08-08 Chris Lattnersignificantly speed up constant folding of calls (and...
2007-08-08 Chris LattnerSpeed up updateDFSNumbers with two observations:
2007-08-08 Owen AndersonA few more small cleanups.
2007-08-08 Evan ChengClean up and bug fix.
2007-08-08 Chris Lattnerreimplement dfs number computation to be significantly...
2007-08-08 Owen AndersonFirst round of cleanups from Chris' feedback.
2007-08-08 Evan Cheng- Each val# can have multiple kills.
2007-08-08 Devang PatelEmbrace patch review feedback.
2007-08-08 Evan ChengRemove a dead assertion.
2007-08-07 Evan Cheng- LiveInterval value#'s now have 3 components: def...
2007-08-07 Devang PatelFix new compare instruction's signness. Caught by Chris...
2007-08-07 Devang PatelFix comment.
2007-08-07 Owen AndersonDon't insert nearly as many redundant phi nodes.
2007-08-07 Dale JohannesenFix spelling of mtvscr and mfvscr.
2007-08-07 Dale JohannesenLong double patch 8 of N: make it partially work in
2007-08-07 Reid SpencerWho thought up this crazy formatting scheme?
2007-08-07 Reid SpencerOkay, over/back tags don't next.
2007-08-07 Devang PatelUse eraseFromParent().
2007-08-07 Reid SpencerTry an indent level for better formatting.
2007-08-07 Reid SpencerAdd the code generation options.
2007-08-07 David GreeneMake this code more efficient
2007-08-07 David GreeneFix comment typo
2007-08-07 David GreeneFix GLIBCXX_DEBUG error triggered by incrementing erase...
2007-08-07 David GreeneAdd a missing forward declaration.
2007-08-07 Reid SpencerRearrange options into sections and add the last floati...
2007-08-07 Reid SpencerAdd the -disable-excess-fp-precision option.
2007-08-07 Reid SpencerAdd another missing option.
2007-08-07 Reid SpencerAdd some more missing options.
2007-08-07 Reid SpencerRemove the -f option which is no longer supported,...
2007-08-07 Reid SpencerDescribe the global/local naming convention.
2007-08-07 Nick LewyckyAdd reference to problem report.
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-08-07 Dale JohannesenLong double patch 7 of N, unless I lost count:).
2007-08-07 Owen AndersonGet rid of unnecessary #include.
2007-08-07 Owen AndersonClean up a bunch of caching stuff in memdep. This...
2007-08-07 Devang PatelBegin loop index split pass.
2007-08-06 Owen AndersonImprove the accuracy of memdep for determining the...
2007-08-06 Dale JohannesenReplace 4-line function with 10-line version per review...
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-06 Dale JohannesenMove lengthy conditional down 1 level per review comment.
2007-08-06 Dale JohannesenGet X86 long double calling convention to work
2007-08-06 Chris Lattnerregenerate
2007-08-06 Chris LattnerFix PR1577, a crash on invalid bug.
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-06 Chandler CarruthThis fixes resizing issues with BitVectors. It ensures...
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.
2007-08-06 Nick LewyckyFix the dates on these tests. It's not September yet...
2007-08-06 Dale JohannesenMake 80-bit store maintain simulated FP stack correctly.
2007-08-06 Nick LewyckyLet scalar-evolution analyze loops with an unsigned...
2007-08-06 Nick LewyckyDon't assume it's safe to transform a loop just because...
2007-08-06 Reid Spencer@verbatim needs to be on a line by itself.
2007-08-06 Chris LattnerFix a regression compiling 2005-05-11-Popcount-ffs...
2007-08-06 Christopher... Implement review feedback. No functionality change.
2007-08-06 David GreeneMake this code more efficient.
2007-08-06 Chris Lattnerremove some dead lines
2007-08-06 Chris Lattner1. Random tidiness cleanups
2007-08-06 Chris Lattnerupdate for new domtree dump format
2007-08-06 Chris LattnerVarious random cleanups, add two accessors to DomTreeNo...
2007-08-05 Reid SpencerUpdate links to the command guide generated documentation.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-05 Reid SpencerComment out configuration tags not supported by doxygen...
2007-08-05 Reid SpencerDocument a missing parameter.
2007-08-05 Reid SpencerSilence some warnings from doxygen about @param argumen...
2007-08-05 Reid SpencerEscape some escapes that confuse doxygen.
2007-08-05 Reid SpencerFix a doxygen directive.
2007-08-05 Dale JohannesenLong double patch 4 of N: initial x87 implementation.
2007-08-05 Chris Lattnerallow this to pass on ppc hosts.
2007-08-05 Chris Lattnershorten this name
2007-08-05 Chris Lattnerat the end of instcombine, explicitly clear WorklistMap.
2007-08-05 Chris LattnerFix a bug in DenseMap::clear, where we never reset...
2007-08-05 Chris LattnerUpgrade BasicAliasAnalysis::getModRefBehavior to not...
2007-08-05 Chris LattnerWhen clearing a SmallPtrSet, if the set had a huge...
2007-08-05 Chris LattnerFix an iterator invalidation bug I induced.
2007-08-05 Chris LattnerSwitch some std::sets to SmallPtrSet. This speeds up
2007-08-05 Chris LattnerSwitch DomTreeNode::assignDFSNumber from using a std...
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-08-04 Chris Lattnerrewrite the code used to construct pruned SSA form...
2007-08-04 Chris LattnerFactor out a whole bunch of code into it's own method.
2007-08-04 Chris LattnerUse getNumPreds(BB) instead of computing them manually...
2007-08-04 Chris LattnerChange the rename pass to be "tail recursive", only...
2007-08-04 Chris Lattnercache computation of #preds for a BB. This speeds up
2007-08-04 Chris Lattnerreserve operand space for phi nodes when we insert...
2007-08-04 Chris Lattneruse continue to avoid nesting, no functionality change.
2007-08-04 Chris LattnerPromoting allocas with the 'single store' fastpath is
2007-08-04 Chris LattnerWhen PromoteLocallyUsedAllocas promoted allocas, it...
2007-08-04 Chris Lattnerstd::map -> DenseMap
2007-08-04 Nick LewyckyClean up comments, fix up some confusing code logic.
2007-08-04 Chris Lattnerfix a logic bug where we wouldn't promote single store...
2007-08-04 Chris LattnerWhen we do the single-store optimization, delete both...
2007-08-04 Chris LattnerThree improvements:
2007-08-04 Chris Lattnerswitch from using a std::set to using a SmallPtrSet...
2007-08-04 Chris LattnerIn mem2reg, when handling the single-store case, make...
2007-08-04 Chandler CarruthRegenerating.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-04 Chris Lattnersplit rewriting of single-store allocas into its own
2007-08-04 Chris Lattnerrefactor some code to shrink PromoteMem2Reg::run a bit
2007-08-04 Chris Lattneradd a typedef, no other change.
2007-08-04 Chris Lattneravoid an unneeded vector copy. This speeds up mem2reg...
next