2009-07-23 |
Chris Lattner | Make some existing optimizations that would only trigge... |
tree | commitdiff |
2009-07-23 |
Chris Lattner | refactor a bunch of code out into a helper function, |
tree | commitdiff |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
tree | commitdiff |
2009-07-21 |
Dan Gohman | Convert instcombine from using using getAnalysis<Target... |
tree | commitdiff |
2009-07-21 |
Owen Anderson | Rename getConstantInt{True|False} to get{True|False... |
tree | commitdiff |
2009-07-21 |
Owen Anderson | Move a bit more state over to the LLVMContext. |
tree | commitdiff |
2009-07-20 |
Chris Lattner | use ExpandInlineAsm on TargetLowering instead of Target... |
tree | commitdiff |
2009-07-20 |
Dan Gohman | Revert the addition of hasNoPointerOverflow to GEPOperator. |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Canonicalize bitcasts between types like <1 x i64>... |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Back out 76300; apparently the preference is to canonic... |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when... |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Remove no-op check. |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Remove dead check. |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Canonicalize insert/extractelement from single-element... |
tree | commitdiff |
2009-07-18 |
Eli Friedman | Fix simplifylibcalls memset recognition to work on... |
tree | commitdiff |
2009-07-18 |
Nick Lewycky | Replace intersectWith with maximalIntersectWith. The... |
tree | commitdiff |
2009-07-17 |
Dan Gohman | Convert more code to use Operator instead of explicitly... |
tree | commitdiff |
2009-07-17 |
Dan Gohman | Make BasicAliasAnalysis and Value::getUnderlyingObject use |
tree | commitdiff |
2009-07-17 |
Dan Gohman | Fix some typos in a comment. |
tree | commitdiff |
2009-07-17 |
Dan Gohman | Add a new Operator class, for handling Instructions... |
tree | commitdiff |
2009-07-17 |
Eli Friedman | Replace isTrapping with a new, similar method called |
tree | commitdiff |
2009-07-16 |
Owen Anderson | Move the ConstantInt uniquing table into LLVMContextImp... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | Revert yesterday's change by removing the LLVMContext... |
tree | commitdiff |
2009-07-15 |
Eli Friedman | Switch invars away from using isTrapping when it really... |
tree | commitdiff |
2009-07-15 |
Eli Friedman | Don't restrict the set of instructions where we try... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Fix indentation. |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Make makeLoopInvariant report whether it made any chang... |
tree | commitdiff |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
tree | commitdiff |
2009-07-14 |
Dale Johannesen | Revert 75571; I'm convinced this isn't the right thing... |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-14 |
Dan Gohman | Require IVUsers after LCSSA, since LCSSA does not prese... |
tree | commitdiff |
2009-07-14 |
Eli Friedman | Fix trivial todo in instcombine. |
tree | commitdiff |
2009-07-14 |
Dan Gohman | Update LoopSimplify and LoopUnswitch to use the new... |
tree | commitdiff |
2009-07-14 |
Dan Gohman | Fix indvars to not assume that a loop with a single... |
tree | commitdiff |
2009-07-14 |
Dale Johannesen | Don't delete asm's just because their inputs are undefined; |
tree | commitdiff |
2009-07-13 |
Eli Friedman | PR4548: optimize zext+udiv+trunc to udiv. |
tree | commitdiff |
2009-07-13 |
Eli Friedman | Canonicalize boolean +/- a constant to a select. |
tree | commitdiff |
2009-07-13 |
Owen Anderson | These don't really need contexts either. |
tree | commitdiff |
2009-07-13 |
Dan Gohman | Make Loop and MachineLoop be subclasses of LoopBase... |
tree | commitdiff |
2009-07-13 |
Eli Friedman | Misc simplifications to InstCombiner::commonIntCastTran... |
tree | commitdiff |
2009-07-13 |
Eli Friedman | Fix comment. |
tree | commitdiff |
2009-07-13 |
Owen Anderson | Move more functionality over to LLVMContext. |
tree | commitdiff |
2009-07-13 |
Eli Friedman | Don't bother to call commonIntCastTransforms for bitcas... |
tree | commitdiff |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
tree | commitdiff |
2009-07-12 |
Eli Friedman | Remove check which is duplicated in |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
tree | commitdiff |
2009-07-11 |
Nick Lewycky | Move a method that creates constant ranges relative... |
tree | commitdiff |
2009-07-10 |
Owen Anderson | Push LLVMContext through the PatternMatch API. |
tree | commitdiff |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
tree | commitdiff |
2009-07-09 |
Owen Anderson | A little bit more LLVMContextification. |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Push LLVMContext _back_ through IRBuilder. |
tree | commitdiff |
2009-07-08 |
Dan Gohman | Tell ScalarEvolution to forget a loop before starting... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
tree | commitdiff |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
tree | commitdiff |
2009-07-07 |
Dan Gohman | Change all SCEV* to SCEV *. |
tree | commitdiff |
2009-07-06 |
Owen Anderson | "LLVMContext* " --> "LLVMContext *" |
tree | commitdiff |
2009-07-06 |
Owen Anderson | Finish LLVMContext-ing lib/Analysis. This required... |
tree | commitdiff |
2009-07-06 |
Owen Anderson | Thread LLVMContext through the constant folding APIs... |
tree | commitdiff |
2009-07-05 |
Owen Anderson | More LLVMContext-ification. |
tree | commitdiff |
2009-07-03 |
Owen Anderson | Even more passes being LLVMContext'd. |
tree | commitdiff |
2009-07-03 |
Owen Anderson | Second batch of passes using LLVMContext. |
tree | commitdiff |
2009-07-03 |
Owen Anderson | Convert the first batch of passes to use LLVMContext. |
tree | commitdiff |
2009-07-02 |
Chris Lattner | fix inverted logic pointed out by John McCall, noticed... |
tree | commitdiff |
2009-07-02 |
Dan Gohman | Fix a bunch of other places that used operator[] to... |
tree | commitdiff |
2009-07-01 |
Dan Gohman | Request LCSSA after LoopSimplify. This fixes a problem... |
tree | commitdiff |
2009-07-01 |
Dan Gohman | Fix an instcombine abort on a scalar-to-vector bitcast... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Don't try to split a loop when the controlling icmp... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | More minor code simplifications. |
tree | commitdiff |
2009-06-27 |
Dan Gohman | When a value is used multiple times within a single... |
tree | commitdiff |
2009-06-26 |
Dan Gohman | Incorporate the insertion point into the key of SCEVExp... |
tree | commitdiff |
2009-06-26 |
Owen Anderson | Constify this value. |
tree | commitdiff |
2009-06-26 |
Douglas Gregor | Fix linking of llvm-ld and lli with CMake, from Xerxes... |
tree | commitdiff |
2009-06-26 |
Dan Gohman | Change this code to a form about which VC++ reportedly... |
tree | commitdiff |
2009-06-26 |
Dan Gohman | Minor code simplification. |
tree | commitdiff |
2009-06-25 |
Dan Gohman | Reword a few comments. |
tree | commitdiff |
2009-06-24 |
Dan Gohman | When inserting code into a loop preheader, insert it... |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Extend ScalarEvolution's multiple-exit support to compu... |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Don't emit a redundant BitCastInst if the value to... |
tree | commitdiff |
2009-06-22 |
Dan Gohman | Fix a few minor issues that were exposed by the removal... |
tree | commitdiff |
2009-06-22 |
Owen Anderson | SCEVHandle is no more! |
tree | commitdiff |
2009-06-22 |
Dan Gohman | Fix this code to correctly handle loops with multiple... |
tree | commitdiff |
2009-06-21 |
Dan Gohman | Rename a variable for consistency with the ExitBlock... |
tree | commitdiff |
2009-06-19 |
Dan Gohman | Fix a typo in a comment that Frits von Bommel noticed. |
tree | commitdiff |
2009-06-19 |
Dan Gohman | Re-apply r73718, now that the fix in r73787 is in,... |
tree | commitdiff |
2009-06-19 |
Dan Gohman | Fix LSR's OptimizeSMax to ignore max operators with... |
tree | commitdiff |
2009-06-19 |
Evan Cheng | Revert 73718. It's breaking 254.gap. |
tree | commitdiff |
2009-06-19 |
Chris Lattner | make jump threading handle lexically identical compare... |
tree | commitdiff |
2009-06-19 |
Nick Lewycky | Teach jump threading to look at comparisons between... |
tree | commitdiff |
2009-06-19 |
Chris Lattner | Improve tail call elim to move loads above readonly... |
tree | commitdiff |
2009-06-19 |
Chris Lattner | part of PR4405: disable a contentious optimization for |
tree | commitdiff |
2009-06-18 |
Dan Gohman | Generalize LSR's OptimizeSMax to handle unsigned max... |
tree | commitdiff |
2009-06-18 |
Anton Korobeynikov | Revert IRBuilder CC propagation. Fix SimplifyLibCalls... |
tree | commitdiff |
2009-06-18 |
Dan Gohman | Remove the code from IVUsers that attempted to handle |
tree | commitdiff |
2009-06-18 |
Dan Gohman | Generalize the zext(trunc(t) & C) instcombine to work... |
tree | commitdiff |
2009-06-17 |
Dan Gohman | Instcombine zext(trunc(x) & mask) to x&mask, even if... |
tree | commitdiff |
2009-06-17 |
Dale Johannesen | This fixes a bug introduced in 72661, which can |
tree | commitdiff |
2009-06-17 |
Torok Edwin | Add debug message about non-local loads being clobbered. |
tree | commitdiff |
2009-06-17 |
Dan Gohman | Update comments to use doxygen syntax. |
tree | commitdiff |
next |