| Commit message (Expand) | Author | Age | Files | Lines |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 16 | -78/+78 |
* | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 2 | -2/+2 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 14 | -68/+92 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-06 | 11 | -135/+181 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 17 | -93/+135 |
* | Fix build. | Mike Stump | 2009-07-03 | 1 | -0/+1 |
* | Even more passes being LLVMContext'd. | Owen Anderson | 2009-07-03 | 7 | -179/+232 |
* | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 1 | -0/+390 |
* | Add newline at end of file. | Duncan Sands | 2009-07-03 | 1 | -1/+1 |
* | Second batch of passes using LLVMContext. | Owen Anderson | 2009-07-03 | 5 | -37/+46 |
* | Convert the first batch of passes to use LLVMContext. | Owen Anderson | 2009-07-03 | 4 | -625/+711 |
* | fix inverted logic pointed out by John McCall, noticed by inspection. | Chris Lattner | 2009-07-02 | 1 | -1/+1 |
* | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 2 | -11/+19 |
* | Request LCSSA after LoopSimplify. This fixes a problem in which the | Dan Gohman | 2009-07-01 | 1 | -1/+1 |
* | Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487. | Dan Gohman | 2009-07-01 | 1 | -1/+15 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 3 | -9/+5 |
* | Minor code simplification. | Dan Gohman | 2009-06-30 | 1 | -3/+2 |
* | Don't try to split a loop when the controlling icmp instruction | Dan Gohman | 2009-06-27 | 1 | -0/+3 |
* | Remove the block from the LoopInfo, rather than just the Loop. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 2 | -1/+76 |
* | More minor code simplifications. | Dan Gohman | 2009-06-27 | 1 | -14/+9 |
* | When a value is used multiple times within a single PHI, instructions | Dan Gohman | 2009-06-27 | 1 | -3/+15 |
* | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman | 2009-06-26 | 1 | -121/+43 |
* | Remove unused routines. | Devang Patel | 2009-06-26 | 1 | -41/+0 |
* | Constify this value. | Owen Anderson | 2009-06-26 | 1 | -3/+2 |
* | Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby | Douglas Gregor | 2009-06-26 | 2 | -0/+4 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -1/+20 |
* | Change this code to a form about which VC++ reportedly isn't unhappy. | Dan Gohman | 2009-06-26 | 1 | -1/+2 |
* | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman | 2009-06-26 | 1 | -2/+11 |
* | Minor code simplification. | Dan Gohman | 2009-06-26 | 1 | -7/+3 |
* | Reword a few comments. | Dan Gohman | 2009-06-25 | 1 | -17/+17 |
* | When inserting code into a loop preheader, insert it before the | Dan Gohman | 2009-06-24 | 1 | -3/+6 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 2 | -37/+21 |
* | Don't emit a redundant BitCastInst if the value to be defined in the | Dan Gohman | 2009-06-24 | 1 | -1/+2 |
* | Fix a few minor issues that were exposed by the removal of SCEVHandle. | Dan Gohman | 2009-06-22 | 1 | -1/+0 |
* | SCEVHandle is no more! | Owen Anderson | 2009-06-22 | 3 | -117/+117 |
* | Fix this code to correctly handle loops with multiple exits. Until | Dan Gohman | 2009-06-22 | 1 | -4/+4 |
* | Rename a variable for consistency with the ExitBlock vs ExitingBlock | Dan Gohman | 2009-06-21 | 1 | -6/+6 |
* | Fix a typo in a comment that Frits von Bommel noticed. | Dan Gohman | 2009-06-19 | 1 | -1/+1 |
* | Re-apply r73718, now that the fix in r73787 is in, and add a | Dan Gohman | 2009-06-19 | 1 | -30/+36 |
* | Fix LSR's OptimizeSMax to ignore max operators with more than 2 operands, | Dan Gohman | 2009-06-19 | 1 | -0/+5 |
* | Revert 73718. It's breaking 254.gap. | Evan Cheng | 2009-06-19 | 1 | -35/+29 |
* | make jump threading handle lexically identical compare instructions | Chris Lattner | 2009-06-19 | 1 | -4/+17 |
* | Teach jump threading to look at comparisons between phi nodes and non-constants. | Nick Lewycky | 2009-06-19 | 1 | -25/+48 |
* | Improve tail call elim to move loads above readonly calls | Chris Lattner | 2009-06-19 | 1 | -1/+15 |
* | part of PR4405: disable a contentious optimization for | Chris Lattner | 2009-06-19 | 1 | -5/+3 |
* | Generalize LSR's OptimizeSMax to handle unsigned max tests as well | Dan Gohman | 2009-06-18 | 1 | -29/+35 |
* | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov | 2009-06-18 | 1 | -23/+62 |
* | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 1 | -16/+2 |