2009-07-16 |
Dan Gohman | formatted_raw_ostream both is-a raw_ostream and has...
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Fix this comment to mention outs() rather than cout.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Change raw_ostream so that it doesn't call llvm_report_error
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Add a note about the raw_fd_ostream API change.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Apparently Darwin doesn't have /dev/full :-(.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Fix a typo in a comment that Duncan noticed.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Fix a thinko in a comment that Duncan spotted.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether...
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Add a raw_ostream version of CheckBitcodeOutputToConsole.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Add a testcase for raw_ostream error checking.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Add a comment noting that raw_os_ostream does not check...
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Check for errors on close(2) too. And lseek(2).
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Use 0664 instead of 0644 for the default open mode...
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Add a raw_ostream operator<< to sys::Path.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Fix indentation.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | Make makeLoopInvariant report whether it made any changes...
|
commit | commitdiff | tree |
2009-07-15 |
Dan Gohman | llvm-c/Core.h is no longer needed in lto.h, and it...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Fix the expansion of umax and smax in the case where...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Fix a typo that Edwin spotted.
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Add a comment clarifying the role of getPrimitiveTypeSizeInBits.
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Add a testcase for a bug fixed by r75634.
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | LLVM doesn't use libelf. Remove libelf configurey.
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Make SCEVCallbackVH::allUsesReplacedWith more thorough...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Require IVUsers after LCSSA, since LCSSA does not preserve...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Add a comment about why ScalarEvolution doesn't recognize...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Update LoopSimplify and LoopUnswitch to use the new...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Port this unittest to use LLVMContext.
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Fix indvars to not assume that a loop with a single...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Introduce a new LoopInfo utility function makeLoopInvariant...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | Add a newline, now that Value's operator<< doesn't...
|
commit | commitdiff | tree |
2009-07-14 |
Dan Gohman | FreeInst is trapping.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Check in a reduced version of this testcase.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Print a newline after printing a Value, now that Value...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | #include "llvm/Assembly/Writer.h" to get the declaration...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Add testcases for PR4538, PR4537, and PR4534.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Fix a few assertion strings.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Forward-declare Loop and LoopInfo instead of #including...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Whitespace cleanups.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Fix an 80-column violation.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVari...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Make Loop and MachineLoop be subclasses of LoopBase...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Reapply 75252, with a fix to avoid the infinite recursion...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Move the memoization check for SCEVSignExtendExpr and
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Convert SCEV from FoldingSetNode to FastFoldingSetNode...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Delete a spurious const.
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Change printInstruction to not print a trailing newline...
|
commit | commitdiff | tree |
2009-07-13 |
Dan Gohman | Add an optional optimization to FoldingSet to allow...
|
commit | commitdiff | tree |
2009-07-11 |
Dan Gohman | Don't use a void return type with a function that returns...
|
commit | commitdiff | tree |
2009-07-10 |
Dan Gohman | Remove ScalarEvolution::hasSCEV, which isn't being...
|
commit | commitdiff | tree |
2009-07-10 |
Dan Gohman | Generalize ScalarEvolution's cast-folding code to support...
|
commit | commitdiff | tree |
2009-07-09 |
Dan Gohman | Revert the part of 75177 that split ConstantRange into...
|
commit | commitdiff | tree |
2009-07-09 |
Dan Gohman | Add a ConstantSignedRange class, which does for signed...
|
commit | commitdiff | tree |
2009-07-09 |
Dan Gohman | Make SelectionDAG::getVectorShuffle work properly for...
|
commit | commitdiff | tree |
2009-07-08 |
Dan Gohman | Make the code that updates ScalarEvolution's internal...
|
commit | commitdiff | tree |
2009-07-08 |
Dan Gohman | Tell ScalarEvolution to forget a loop before starting...
|
commit | commitdiff | tree |
2009-07-07 |
Dan Gohman | Fix a typo and a grammaro in a comment.
|
commit | commitdiff | tree |
2009-07-07 |
Dan Gohman | Add a paragraph about the Add->FAdd API change.
|
commit | commitdiff | tree |
2009-07-07 |
Dan Gohman | Change all SCEV* to SCEV *.
|
commit | commitdiff | tree |
2009-07-02 |
Dan Gohman | Fix a bunch of other places that used operator[] to...
|
commit | commitdiff | tree |
2009-07-01 |
Dan Gohman | Request LCSSA after LoopSimplify. This fixes a problem...
|
commit | commitdiff | tree |
2009-07-01 |
Dan Gohman | Use find instead of operator[] to test whether an element...
|
commit | commitdiff | tree |
2009-07-01 |
Dan Gohman | Fix an instcombine abort on a scalar-to-vector bitcast...
|
commit | commitdiff | tree |
2009-06-30 |
Dan Gohman | Minor code cleanups.
|
commit | commitdiff | tree |
2009-06-30 |
Dan Gohman | Reapply 74494, this time removing the conflicting definition...
|
commit | commitdiff | tree |
2009-06-30 |
Dan Gohman | Delete a spurious blank line at the top of the file.
|
commit | commitdiff | tree |
2009-06-30 |
Dan Gohman | Define an operator<< for APInt to be used with std...
|
commit | commitdiff | tree |
2009-06-30 |
Dan Gohman | Minor formatting, whitespace, and 80-column fixes.
|
commit | commitdiff | tree |
2009-06-30 |
Dan Gohman | Minor code simplification.
|
commit | commitdiff | tree |
2009-06-29 |
Dan Gohman | Use getSCEV instead of getUnknown to create a SCEV...
|
commit | commitdiff | tree |
2009-06-29 |
Dan Gohman | Don't cache PHI exit values from exhaustive evaluations...
|
commit | commitdiff | tree |
2009-06-29 |
Dan Gohman | Simplify this code, and avoid using APInt(). This fixes
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Don't try to split a loop when the controlling icmp...
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Remove the block from the LoopInfo, rather than just...
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Teach LoopSimplify how to merge multiple loop exits...
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | More minor code simplifications.
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Eliminate a layer of indirection in LoopInfo and MachineLoop...
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Convert ScalarEvolution to use BumpPtrAllocator and...
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Remove a redundant #include.
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Change SCEVExpander to use an IRBuilder to emit instructions.
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | Add a 'const' in a comment.
|
commit | commitdiff | tree |
2009-06-27 |
Dan Gohman | When a value is used multiple times within a single...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Add some testcases for some of the recent ScalarEvolution...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Incorporate the insertion point into the key of SCEVExpander...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Fix ScalarEvolution::getAddRecExpr's code which canonicalize...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Fix SCEVAddRecExpr::isLoopInvariant to test if all...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Change this code to a form about which VC++ reportedly...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Fix LCSSA to avoid emitting a PHI node for the unwind...
|
commit | commitdiff | tree |
2009-06-26 |
Dan Gohman | Minor code simplification.
|
commit | commitdiff | tree |
2009-06-25 |
Dan Gohman | Reword a few comments.
|
commit | commitdiff | tree |
2009-06-25 |
Dan Gohman | Add a getUniqueExitBlock utility function, similar...
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Minor whitespace cleanups.
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Simplify [su]max(MAX, n) to MAX. This comes up in loop...
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | When inserting code into a loop preheader, insert it...
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Delete some orphaned comments, fix some 80-column violations,
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Remove an obsolete comment and fix some 80-column violations.
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Add a testcase demoing some of ScalarEvolution's new...
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Extend ScalarEvolution's multiple-exit support to compute...
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Teach GetMinSignBits about SCEVAddExprs.
|
commit | commitdiff | tree |
2009-06-24 |
Dan Gohman | Revert this accidental commit.
|
commit | commitdiff | tree |
next |