oota-llvm.git
2007-03-06 Devang PatelUse std::deque to manage loop queue inside LPPassManager.
2007-03-06 Devang PatelKeep track of inherited analysis. For example, if a...
2007-03-06 Devang PatelAdd preparePassManager() hook. This allows each pass...
2007-03-06 Chris LattnerSwitch PPC return lower to use an autogenerated CC...
2007-03-05 Reid SpencerRemove an unnecessary if statement and adjust indentation.
2007-03-05 Bill WendlingAdd the emms intrinsic for MMX support.
2007-03-05 Reid SpencerDocument the use of getValueType() more accurately...
2007-03-05 Devang PatelCurrent pass manager, not the parent pass manager,...
2007-03-05 Reid SpencerAdd a test case for a particular udiv/select transform.
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-03-05 Devang PatelAccount for time consumed by releaseMemory() properly.
2007-03-05 Lauro Ramos... Use init_array/fini_array sections for static contructo...
2007-03-05 Jeff CohenThe hack won't work on VS 2005, and it might not be...
2007-03-05 Zhou ShengCorrect the calculation in APInt::logBase2().
2007-03-05 Duncan SandsCredit self for Ada front-end.
2007-03-05 Duncan SandsTestcase for handling of static constant declarations...
2007-03-05 Duncan SandsTestcase causing the Ada front-end to create bogus...
2007-03-05 Duncan SandsNew directory for Ada testcases. Test handling of...
2007-03-05 Chris LattnerThis is the first major step of implementing PR1226...
2007-03-05 Jeff CohenEnsure 64-bit correctness.
2007-03-05 Jeff CohenImplement memoryLimit on Windows.
2007-03-05 Jeff CohenElminate tabs and improve comments.
2007-03-05 Chris Lattnerfix a subtle bug that caused an MSVC warning. Thanks...
2007-03-05 Chris LattnerAdd some simplifications for demanded bits, this allows...
2007-03-05 Chris Lattnernew testcase
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattneradd a getSignBit method, elimiante virtual method from...
2007-03-04 Chris Lattnerfix 80 col violations, mark arrays static
2007-03-04 Chris Lattnersimplify some code
2007-03-04 Chris Lattnerfold away addc nodes when we know there cannot be a...
2007-03-04 Chris Lattneradd a new node
2007-03-04 Chris Lattnernew testcase, corresponds to:
2007-03-04 Chris Lattnergeneralize
2007-03-04 Chris Lattnercanonicalize constants to the RHS of addc/adde. If...
2007-03-04 Chris Lattnereliminate some ops if they have an undef RHS
2007-03-04 Chris Lattnerfix typo
2007-03-04 Chris Lattneradd missing braces
2007-03-04 Chris Lattnerminor cleanups
2007-03-04 Reid SpencerRemove unneeded header file.
2007-03-04 Chris LattnerSpeed up -instcombine by 20% by avoiding a particularly...
2007-03-04 Chris Lattnerswitch MarkAliveBlocks over to using SmallPtrSet instea...
2007-03-04 Chris LattnerSpeed up Loop::isLCSSAForm by using a hash table instea...
2007-03-04 Chris Lattneradd iterator range version of ctor.
2007-03-04 Chris Lattnermake better use of LCSSA information in RewriteLoopExit...
2007-03-04 Reid SpencerGuard further against APInt operations with operands...
2007-03-04 Chris LattnerImplement PR1179/PR1232 and test/Transforms/IndVarsSimp...
2007-03-04 Chris LattnerNew testcases for PR1179/PR1232.
2007-03-04 Reid SpencerGet the version number for the LLVM from the autoconf...
2007-03-03 Chris LattnerFix CodeGen/Generic/fpowi-promote.ll and PR1239
2007-03-03 Chris LattnerNew testcase for PR1239
2007-03-03 Chris LattnerMake RewriteLoopExitValues far less nested by using...
2007-03-03 Chris LattnerAdd an expand action for ISD label which just deletes...
2007-03-03 Reid SpencerRemove unnecessary #include.
2007-03-03 Reid Spencer1. Handle errors around the ModuleProvider. This is...
2007-03-03 Reid SpencerDeal with error handling better.
2007-03-03 Reid SpencerMake the creation functions take an error string. This...
2007-03-03 Reid SpencerMake sure that when we store a value it is masked to...
2007-03-03 Reid SpencerComplete the APIntification of the interpreter. All...
2007-03-03 Reid SpencerAvoid memory leakage by having caller construct the...
2007-03-03 Reid SpencerRequire the destination GlobalValue for LoadValueFromMe...
2007-03-03 Reid SpencerRegularize the interface for conversion functions to...
2007-03-03 Reid SpencerFix constant folding of fp->int bitcast for vectors.
2007-03-03 Reid SpencerAdd APIntVal as a possible GenericeValue.
2007-03-03 Evan ChengOnly propagate IsKill if the last use is a kill.
2007-03-03 Reid SpencerImplement APInt support for the binary operators.
2007-03-03 Reid Spencer1. Have the ExecutionContext keep track of the APInt...
2007-03-03 Nate Begemanhttp://llvm.org/bugs/show_bug.cgi?id=1237
2007-03-03 Reid SpencerImplement loading and storing of APInt values from...
2007-03-03 Reid SpencerMake getNumWords public so that those using getRawData...
2007-03-03 Reid SpencerAdd names for some of the operators. This is needed...
2007-03-03 Nick LewyckyEmit low/high immediate loads properly for Linux/PPC.
2007-03-03 Chris Lattnermy recent change caused a failure in a bswap testcase...
2007-03-03 Chris Lattnernew testcase: instcombine should remove all the casts.
2007-03-03 Nick LewyckyTranslate bit operations to English.
2007-03-03 Chris Lattnerinstcombine doesn't do CSE, simplify unrelated detail
2007-03-03 Evan ChengWatch out for cases like this:
2007-03-03 Chris Lattneradd a top-level iteration loop to instcombine. This...
2007-03-03 Reid SpencerAPIntify this pass.
2007-03-03 Reid SpencerAdd isPositive for symmetry with isNegative.
2007-03-02 Reid SpencerFinally get this patch right :)
2007-03-02 Reid SpencerDang, I've done that twice now! Undo previous commit.
2007-03-02 Reid SpencerUse more efficient test for one value in a ConstantInt.
2007-03-02 Reid SpencerGuard against huge loop trip counts in an APInt safe...
2007-03-02 Evan ChengX86-64 VACOPY needs custom expansion. va_list is a...
2007-03-02 Reid SpencerMake sure debug code is not evaluated in non-debug...
2007-03-02 Reid Spencer1. Sort switch cases using APInt safe comparison.
2007-03-02 Reid SpencerUse APInt safe isOne() method on ConstantInt instead...
2007-03-02 Reid SpencerMake sorting of ConstantInt be APInt clean through...
2007-03-02 Reid SpencerFix ashr for bitwidths > 64. This is now validated...
2007-03-02 Anton KorobeynikovFix uninitialized use of variable. Remove tabs and...
2007-03-02 Anton KorobeynikovSimplify things
2007-03-02 Chris LattnerFix a significant algorithm problem with the instcombin...
2007-03-02 Chris Lattnerminor cleanup
2007-03-02 Chris LattnerFix PR1234 by working around a compiler bug.
2007-03-02 Evan ChengMark dead def as unused.
2007-03-02 Evan ChengDead live-in detection bug.
2007-03-02 Evan ChengAdd a new test case.
2007-03-02 Evan Cheng- Keep track all def and uses of stack slot available...
2007-03-02 Chris Lattnertestcase for PR1233
2007-03-02 Evan ChengInvalidate last use of a reused register if the use...
next