Age | Commit message (Expand) | Author |
2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky |
2009-07-10 | Push LLVMContext through the PatternMatch API. | Owen Anderson |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-09 | A little bit more LLVMContextification. | Owen Anderson |
2009-07-09 | There's no need to consider PHI nodes in the same block as the instruction | Nick Lewycky |
2009-07-09 | Add some statistics to SSI so we can see what it's up to. | Nick Lewycky |
2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
2009-07-08 | Tell ScalarEvolution to forget a loop before starting to delete it. | Dan Gohman |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
2009-07-06 | More LLVMContext-ification. | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2009-07-03 | Fix build. | Mike Stump |
2009-07-03 | Even more passes being LLVMContext'd. | Owen Anderson |
2009-07-03 | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky |
2009-07-03 | Add newline at end of file. | Duncan Sands |
2009-07-03 | Second batch of passes using LLVMContext. | Owen Anderson |
2009-07-03 | Convert the first batch of passes to use LLVMContext. | Owen Anderson |
2009-07-02 | fix inverted logic pointed out by John McCall, noticed by inspection. | Chris Lattner |
2009-07-02 | Fix a bunch of other places that used operator[] to test whether | Dan Gohman |
2009-07-01 | Request LCSSA after LoopSimplify. This fixes a problem in which the | Dan Gohman |
2009-07-01 | Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487. | Dan Gohman |
2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
2009-06-30 | Minor code simplification. | Dan Gohman |
2009-06-27 | Don't try to split a loop when the controlling icmp instruction | Dan Gohman |
2009-06-27 | Remove the block from the LoopInfo, rather than just the Loop. | Dan Gohman |
2009-06-27 | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman |
2009-06-27 | More minor code simplifications. | Dan Gohman |
2009-06-27 | When a value is used multiple times within a single PHI, instructions | Dan Gohman |
2009-06-26 | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman |
2009-06-26 | Remove unused routines. | Devang Patel |
2009-06-26 | Constify this value. | Owen Anderson |
2009-06-26 | Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby | Douglas Gregor |
2009-06-26 | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel |
2009-06-26 | Change this code to a form about which VC++ reportedly isn't unhappy. | Dan Gohman |
2009-06-26 | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman |
2009-06-26 | Minor code simplification. | Dan Gohman |
2009-06-25 | Reword a few comments. | Dan Gohman |
2009-06-24 | When inserting code into a loop preheader, insert it before the | Dan Gohman |
2009-06-24 | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman |
2009-06-24 | Don't emit a redundant BitCastInst if the value to be defined in the | Dan Gohman |
2009-06-22 | Fix a few minor issues that were exposed by the removal of SCEVHandle. | Dan Gohman |
2009-06-22 | SCEVHandle is no more! | Owen Anderson |
2009-06-22 | Fix this code to correctly handle loops with multiple exits. Until | Dan Gohman |