Age | Commit message (Expand) | Author |
2010-06-15 | disable SmallVectorImpl's copy constructor. This prevents a class | Chris Lattner |
2010-06-15 | Add CoalescerPair helper class. | Jakob Stoklund Olesen |
2010-06-14 | Add missing include to unbreak the build. | Sean Hunt |
2010-06-14 | - Do away with SimpleHazardRecognizer.h. It's not used and offers little value. | Evan Cheng |
2010-06-14 | Fix a comment typo. | Bob Wilson |
2010-06-13 | Let SmallVector take advantage of LiveRange's podness. | Benjamin Kramer |
2010-06-12 | declare a class with 'class' instead of struct to avoid tag mismatch | Chris Lattner |
2010-06-12 | Allow target to provide its own hazard recognizer to post-ra scheduler. | Evan Cheng |
2010-06-11 | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings |
2010-06-11 | Define ContextualFoldingSet, which stores a context parameter to pass down to | John McCall |
2010-06-10 | Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warn... | Duncan Sands |
2010-06-10 | Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has | Duncan Sands |
2010-06-09 | Allow target to place 2-address pass inserted copies in better spots. Thumb2 ... | Evan Cheng |
2010-06-09 | Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping. | Evan Cheng |
2010-06-09 | - Fix description of SUBREG_TO_REG. It's not going to generate a zext. But it | Bill Wendling |
2010-06-09 | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks |
2010-06-09 | Fix a gcc warning: | Rafael Espindola |
2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
2010-06-08 | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to... | Daniel Dunbar |
2010-06-08 | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer |
2010-06-07 | The FoldingSet hash data includes pointer values, so it isn't | Dan Gohman |
2010-06-07 | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman |
2010-06-07 | Create new accessors to get arguments for call/invoke instructions. It breaks | Bill Wendling |
2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
2010-06-05 | Make MachineFunctionPass::createPrinterPass private, as no subclasses | Dan Gohman |
2010-06-05 | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings |
2010-06-05 | LSR needs to remember inserted instructions even in postinc mode, because | Dan Gohman |
2010-06-05 | Implement operator== and operator!= for SetVector. | Dan Gohman |
2010-06-04 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
2010-06-02 | Slightly change the meaning of the reMaterialize target hook when the original | Jakob Stoklund Olesen |
2010-06-02 | Remove the TargetRegisterClass member from CalleeSavedInfo | Rafael Espindola |
2010-06-02 | Rename canCombinedSubRegIndex method to something more grammatically correct | Bob Wilson |
2010-06-02 | remove trailing whitespace | Jim Grosbach |
2010-06-02 | Remove uses of getCalleeSavedRegClasses from outside the | Rafael Espindola |
2010-06-01 | Don't call flush() at a library level which isn't checking for errors | Dan Gohman |
2010-06-01 | Fix a typo in a comment. | Dan Gohman |
2010-05-29 | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman |
2010-05-29 | Fix typo. | Nick Lewycky |
2010-05-28 | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman |
2010-05-28 | Fix a comment; vectors are not a special case here. | Dan Gohman |
2010-05-28 | Add a TargetRegisterInfo::composeSubRegIndices hook with a default | Jakob Stoklund Olesen |
2010-05-28 | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman |
2010-05-28 | Fix a comment. | Dan Gohman |
2010-05-27 | Add a -regalloc=default option that chooses a register allocator based on the -O | Jakob Stoklund Olesen |
2010-05-27 | Remove ancient prototype. | Jakob Stoklund Olesen |
2010-05-27 | back out 104862/104869. Can reuse stacksave after all. Very cool. | Jim Grosbach |
2010-05-27 | Make ParseIRFile and getLazyIRFileModule incoporate the underlying | Dan Gohman |
2010-05-27 | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman |
2010-05-27 | hook ISD::STACKADDR to an intrinsic | Jim Grosbach |