| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly handle the case where a comparison is created in one BasicBlock and | Nick Lewycky | 2009-09-10 | 1 | -2/+1 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -8/+13 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -13/+8 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -8/+13 |
* | Addedum to r80712, forgot to add files. | Andreas Neustifter | 2009-09-01 | 1 | -0/+3 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
* | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner | 2009-08-27 | 1 | -4/+0 |
* | reduce header #include'age | Chris Lattner | 2009-08-27 | 2 | -10/+11 |
* | enhance InlineFunction to be able to optionally return | Chris Lattner | 2009-08-27 | 1 | -3/+10 |
* | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner | 2009-08-27 | 1 | -3/+3 |
* | remove CloneTrace, which appears to be dead since 2004. | Chris Lattner | 2009-08-27 | 1 | -17/+3 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 4 | -4/+4 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 4 | -4/+4 |
* | Update comments to new-style syntax. | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 1 | -4/+4 |
* | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman | 2009-07-24 | 1 | -2/+2 |
* | Remove a comment that was copy+pasted from the wrong place, | Torok Edwin | 2009-07-22 | 1 | -1/+0 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 2 | -2/+2 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -3/+2 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+5 |
* | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman | 2009-07-13 | 2 | -3/+3 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -2/+1 |
* | Forgot a couple files when adding the -ssi-everything pass. | Nick Lewycky | 2009-07-09 | 1 | -1/+9 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 2 | -2/+2 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 2 | -1/+4 |
* | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 2 | -0/+108 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -0/+1 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -0/+7 |
* | Remove unused routines. | Devang Patel | 2009-06-26 | 1 | -7/+0 |
* | Generalize instcombine's isSafeToLoadUnconditionally() function | Chris Lattner | 2009-06-16 | 1 | -0/+10 |
* | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -4/+4 |
* | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | 2009-06-14 | 1 | -0/+5 |
* | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 2 | -29/+4 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -1/+8 |
* | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 2 | -4/+29 |
* | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman | 2009-05-02 | 2 | -29/+4 |
* | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman | 2009-05-02 | 2 | -7/+39 |
* | These bitfields were being miscompiled on some | Duncan Sands | 2009-04-20 | 1 | -11/+27 |
* | Use a SmallPtrSet instead of std::set. | Dale Johannesen | 2009-03-23 | 1 | -2/+1 |
* | Clear the cached cost when removing a function in | Dale Johannesen | 2009-03-19 | 1 | -0/+7 |
* | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel | 2009-03-09 | 1 | -2/+7 |
* | Add "check/remove dbg var" helper routines. | Devang Patel | 2009-03-06 | 1 | -0/+9 |
* | When sinking an insn in InstCombine bring its debug | Dale Johannesen | 2009-03-03 | 1 | -0/+5 |
* | Factor address mode matcher out of codegen prepare to make it available to ot... | Evan Cheng | 2009-02-20 | 1 | -0/+102 |
* | Unbreak the build on win32. | Cedric Venet | 2009-02-14 | 1 | -1/+1 |
* | Enable scalar replacement of AllocaInst whose one of the user is dbg info. | Devang Patel | 2009-02-10 | 1 | -0/+6 |
* | Revert rev. 63876. It is causing llvm-gcc bootstrap failure. | Devang Patel | 2009-02-05 | 1 | -8/+0 |
* | Ignore dbg intrinsics while propagating conditional expression info. | Devang Patel | 2009-02-05 | 1 | -0/+8 |
* | Adjustments to last patch based on review. | Dale Johannesen | 2009-01-09 | 2 | -0/+10 |
* | Do not inline functions with (dynamic) alloca into | Dale Johannesen | 2009-01-08 | 1 | -2/+5 |