oota-llvm.git
2004-03-14 Chris Lattneradd a fixme
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-03-14 Chris LattnerPasses don't print stuff!
2004-03-14 Chris LattnerDo not create empty basic blocks when the lowerswitch...
2004-03-14 Chris LattnerNew testcase that crashes the -lowerswitch pass
2004-03-14 Chris LattnerMinor random cleanups
2004-03-14 Chris LattnerFunctionPass's should not define their own 'run' method.
2004-03-14 Chris LattnerIf a block is dead, dominators will not be calculated...
2004-03-14 Chris LattnerCatch some more cases of broken code. The loop extract...
2004-03-14 Chris LattnerVerify functions as they are produced if -debug is...
2004-03-14 Chris LattnerverifyFunction has been broken for a long time now...
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-14 Chris LattnerMove prototype to IPO.h instead of Scalar.h
2004-03-14 Chris LattnerMove loop extractor to the IPO header
2004-03-14 Chris LattnerIndent anon namespace properly, add copyright block
2004-03-14 Chris LattnerMove to the IPO library. Utils shouldn't contain passes.
2004-03-14 Chris LattnerRemove dead file
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-14 Chris LattnerMove DemoteRegToStack prototype out of DemoteRegToStack...
2004-03-14 Chris LattnerDocument stuff that is known to be broken
2004-03-13 Chris LattnerAdd some debugging output
2004-03-13 Chris LattnerNew testcase, distilled from povray I think.
2004-03-13 Chris LattnerThis change makes two big adjustments.
2004-03-13 Chris LattnerThis little patch speeds up the loop used to update...
2004-03-13 Chris LattnerTurn on argument promotion in gccas. This can give...
2004-03-13 Chris LattnerOption no more
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-03-13 Chris LattnerFix a tiny bug that caused an incorrect assertion failu...
2004-03-13 Chris LattnerIt helps if I save the file. :)
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-13 Chris LattnerImplement sub.ll:test14
2004-03-13 Chris LattnerOh right, casts can interfere. Test this too
2004-03-12 Chris LattnerImplement InstCombine/sub.ll:test12 & test13
2004-03-12 Chris Lattnernew testcases
2004-03-12 Chris LattnerFix a couple of minor problems. Because PHI nodes...
2004-03-12 John CriswellPerformed some updates on the new options to these...
2004-03-12 Chris LattnerImplement mod/ref analysis for a trivial case where...
2004-03-12 Chris Lattnernew testcase
2004-03-12 Brian GaekeRevise comment and error message for the Bug 38 situati...
2004-03-12 John CriswellFixed grammar typo.
2004-03-12 Brian GaekeMake -print-machineinstrs show us the code both before...
2004-03-12 John CriswellFixed grammar typo.
2004-03-12 John CriswellAdded minor information on C++.
2004-03-12 John CriswellUpdated to LLVM 1.2.
2004-03-12 Chris LattnerFix PR266: Make Module Not Inherit From Annotable
2004-03-12 John CriswellPoint to the new license (includes year 2004).
2004-03-12 John CriswellAdded a header indicating that the Linux and MacOS...
2004-03-12 Alkis EvlogimenosAdd support for a wider range of CMOV instructions.
2004-03-12 John CriswellUpdated copyright to year 2004.
2004-03-12 Misha BrukmanSimplify code to process CallSites (thanks to Chris).
2004-03-12 Misha BrukmanTest the mod/ref analysis in DSA.
2004-03-12 Misha BrukmanKeep transitively-required passes alive for queries...
2004-03-12 Misha BrukmanEvaluate ModRef information in addition to regular...
2004-03-12 Misha BrukmanImplement getModRefInfo() for DSA to calculate whether...
2004-03-12 Misha BrukmanAdd AnalysisUsage::addRequiredTransitive() to keep...
2004-03-12 Chris Lattnertest instruction combiner opts for select instruction
2004-03-12 Chris LattnerTeach vim about the select instruction. Allow it...
2004-03-12 Chris LattnerTeach emacs about the select instruction
2004-03-12 Chris LattnerAdd support for checking the select instruction
2004-03-12 Chris LattnerKnow the opcode name of the select instruction
2004-03-12 Chris LattnerAdd support for select constant expressions. Use reser...
2004-03-12 Chris LattnerAdd new function
2004-03-12 Chris LattnerTeach the constant folder how to do select instructions
2004-03-12 Chris LattnerPrint select instructions correctly
2004-03-12 Chris LattnerAdd constant folding wrapper support for select instruc...
2004-03-12 Chris LattnerAdd sccp support for select instructions
2004-03-12 Chris LattnerAdd trivial optimizations for select instructions
2004-03-12 Chris LattnerADd support for select instructions
2004-03-12 Chris LattnerWrite select instructions to bytecode
2004-03-12 Chris LattnerRead select instrs from bytecode
2004-03-12 Chris LattnerAllow parsing select instruction and constant expr
2004-03-12 Chris LattnerAdd the visitSelectInst visitor method
2004-03-12 Chris LattnerAdd the SelectInst class
2004-03-12 Chris LattnerAdd the Instruction::Select enum
2004-03-12 Chris LattnerAdd support for select constant exprs
2004-03-12 Chris LattnerThis is no longer an open project
2004-03-12 Chris LattnerCleanup the cast section, add the select instruction
2004-03-12 Chris LattnerNew testcase
2004-03-12 Misha BrukmanMake code more readable.
2004-03-11 Misha BrukmanFix indentation.
2004-03-11 Misha BrukmanMove implementations of functions here, which avoids...
2004-03-11 Misha BrukmanMove function implementations to a .cpp file, avoid...
2004-03-11 Misha BrukmanForward-declare templates for fix compilation when...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-11 Misha BrukmanMiscellaneous additions are a separate section.
2004-03-11 Brian GaekeMake sure libcrtend.a gets installed when you make...
2004-03-11 Brian GaekeGet rid of the abort in PhyRegAlloc::finishSavingState().
2004-03-11 Brian GaekeGive pass a name
2004-03-11 Misha BrukmanFix compilation on Sparc: assert(0) => abort()
2004-03-11 Misha BrukmanSparcV8 removed until it grows up becomes a mature...
2004-03-11 Alkis EvlogimenosFix spelling.
2004-03-11 Brian GaekeIn PhyRegAlloc::saveState(), dump Arguments' saved...
2004-03-11 Brian GaekeRemove ghostly directory from the build
2004-03-11 Alkis EvlogimenosEmbed a floating frame of the bugzilla query in the...
2004-03-11 Chris LattnerMinor additions and cleanups
2004-03-10 Brian GaekeMove all the SaveState options and stuff inton one...
2004-03-10 Brian GaekeOnly call verifySavedState if SaveRegAllocState is...
2004-03-10 Chris LattnerBugz fixed
2004-03-10 Chris LattnerFix PR284: [indvars] Induction variable analysis violat...
next