Age | Commit message (Expand) | Author |
2011-03-17 | BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied... | Benjamin Kramer |
2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
2011-02-13 | Enhance ComputeMaskedBits to know that aligned frameindexes | Chris Lattner |
2011-01-17 | Fix an off-by-one error in ctpop combining. | Benjamin Kramer |
2011-01-17 | Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0. | Benjamin Kramer |
2011-01-10 | Fix PR 8916 (qv for analysis), at least the immediate problem. | Dale Johannesen |
2011-01-06 | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng |
2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-09 | Fix an inline asm pasto from 117667; was preventing | Dale Johannesen |
2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
2010-10-20 | Remove Synthesizable from the Type system; as MMX vector | Dale Johannesen |
2010-09-21 | Fixed pr20314-2.c failure, added E, F, p constraint letters. | John Thompson |
2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
2010-09-13 | Silence more warnings. Two more unused variables. | Eric Christopher |
2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
2010-08-02 | PR7586: Make sure we don't claim that unknown bits are actually known in the | Eli Friedman |
2010-07-30 | Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly | Eli Friedman |
2010-07-23 | Use the proper type for shift counts. This fixes a bootstrap error. | Dan Gohman |
2010-07-23 | DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits | Dan Gohman |
2010-07-21 | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng |
2010-07-19 | ARM has to provide its own TargetLowering::findRepresentativeClass because it... | Evan Cheng |
2010-07-19 | Teach computeRegisterProperties() to compute "representative" register class ... | Evan Cheng |
2010-07-15 | Fix crash reported in PR7653. | Devang Patel |
2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
2010-07-06 | Propagate debug loc. | Devang Patel |
2010-07-05 | more tidying. | Chris Lattner |
2010-07-05 | random tidying | Chris Lattner |
2010-06-28 | In asm's, output operands with matching input constraints | Dale Johannesen |
2010-06-25 | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng |
2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
2010-06-23 | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach |
2010-06-18 | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach |
2010-06-18 | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach |
2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
2010-06-03 | Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It | Dan Gohman |
2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
2010-05-11 | Trim #includes and forward declarations. | Dan Gohman |
2010-05-11 | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |