| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 4 | -19/+19 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 4 | -19/+19 |
* | Fix doxygen comment syntax. | Dan Gohman | 2008-05-30 | 1 | -3/+3 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 2 | -5/+1 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 2 | -4/+4 |
* | Force postdom to be linked into opt and bugpoint, even though it is no longer... | Owen Anderson | 2008-05-29 | 1 | -0/+3 |
* | Fix a word-o and add an explicit keyword. | Dan Gohman | 2008-05-27 | 1 | -2/+3 |
* | "ret (constexpr)" can't be folded into a Constant. Add a method to | Nick Lewycky | 2008-05-25 | 1 | -0/+6 |
* | Add a bool to isEdgeFeasible that tells it whether to treat unknown | Chris Lattner | 2008-05-20 | 1 | -3/+8 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -3/+3 |
* | Move RemoveFromVector out of the global namespace. | Dan Gohman | 2008-05-14 | 1 | -2/+2 |
* | Split the loop unroll mechanism logic out into a utility function. | Dan Gohman | 2008-05-14 | 1 | -0/+53 |
* | Make this function public. | Eric Christopher | 2008-05-13 | 1 | -4/+4 |
* | Add a new SparsePropagation analysis utility, which allows you to do | Chris Lattner | 2008-05-12 | 1 | -0/+178 |
* | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner | 2008-05-07 | 1 | -0/+9 |
* | Add a new interface for describing the behavior of library calls. This | Chris Lattner | 2008-05-07 | 1 | -0/+166 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 5 | -12/+2 |
* | Remove unused function. | Devang Patel | 2008-05-05 | 1 | -3/+0 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 6 | -10/+12 |
* | Fix PR1098 by correcting the postdominators analysis. | Owen Anderson | 2008-05-04 | 2 | -29/+13 |
* | Implement destructor for PostDominatorTree to eliminate a memory leak. | Torok Edwin | 2008-05-03 | 1 | -0/+2 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -2/+2 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 2 | -40/+106 |
* | Teach AliasSetTracker about VAArgInst. | Dan Gohman | 2008-04-14 | 1 | -0/+3 |
* | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner | 2008-04-13 | 1 | -5/+10 |
* | Make GVN more memory efficient, particularly on code that contains a large nu... | Owen Anderson | 2008-04-07 | 1 | -0/+4 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -2/+2 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 3 | -0/+3 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 8 | -9/+12 |
* | Do not use virtual function to identify an analysis pass. | Devang Patel | 2008-03-19 | 8 | -40/+9 |
* | Get rid of compilation warnings. Per Devang. | Dale Johannesen | 2008-03-18 | 1 | -3/+3 |
* | Identify Analysis pass. | Devang Patel | 2008-03-18 | 7 | -0/+31 |
* | Move the PMStack class out of Pass.h and into PassManagers.h. | Dan Gohman | 2008-03-14 | 1 | -0/+1 |
* | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky | 2008-03-09 | 1 | -2/+2 |
* | Add -analyze support to postdomtree. | Dan Gohman | 2008-02-27 | 2 | -1/+8 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 2 | -2/+4 |
* | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky | 2008-02-20 | 3 | -3/+35 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 1 | -0/+5 |
* | Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an | Wojciech Matyjewicz | 2008-02-11 | 3 | -14/+14 |
* | Add a check if the initial value of the induction variable is 0 (the method c... | Wojciech Matyjewicz | 2008-02-09 | 1 | -6/+10 |
* | Avoid unnecessarily casting away const, fixing a FIXME. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
* | Add comments describing what the loop depth values mean. Also, make a | Dan Gohman | 2008-01-29 | 1 | -4/+9 |
* | Move typedef of loop to top of the file where it is more obvious. | Chris Lattner | 2008-01-11 | 1 | -2/+3 |
* | Fix 80 col violations | Chris Lattner | 2008-01-11 | 1 | -29/+35 |
* | fix typo | Wojciech Matyjewicz | 2008-01-04 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 27 | -54/+54 |
* | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 1 | -7/+13 |
* | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson | 2007-12-08 | 1 | -0/+2 |
* | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 1 | -20/+45 |
* | Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost... | Owen Anderson | 2007-12-01 | 1 | -5/+5 |