| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. | Evan Cheng | 2010-02-27 | 2 | -9/+86 |
* | Move dbg_value generation to target-independent FastISel, | Dale Johannesen | 2010-02-26 | 1 | -0/+28 |
* | Fix ExpandVectorBuildThroughStack for the case where the | Dan Gohman | 2010-02-25 | 1 | -3/+3 |
* | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman | 2010-02-25 | 3 | -23/+12 |
* | clean up various VT manipulations, patch by Micah Villmow! PR6337 | Chris Lattner | 2010-02-24 | 1 | -9/+6 |
* | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 3 | -12/+23 |
* | convert cycle checker to smallptrset, add comments and make it | Chris Lattner | 2010-02-24 | 1 | -20/+20 |
* | revert david's patch which does not even build. | Chris Lattner | 2010-02-24 | 1 | -4/+4 |
* | Use a SmallPtrSet as suggested by Chris. | David Greene | 2010-02-24 | 1 | -4/+4 |
* | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar | 2010-02-24 | 2 | -86/+9 |
* | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman | 2010-02-24 | 1 | -0/+23 |
* | Change the scheduler from adding nodes in allnodes order | Chris Lattner | 2010-02-24 | 1 | -2/+14 |
* | add node #'s to debug dumps. | Chris Lattner | 2010-02-24 | 1 | -3/+3 |
* | Re-apply 96540 and 96556 with fixes. | Evan Cheng | 2010-02-24 | 2 | -9/+86 |
* | make selectnodeto set the nodeid to -1. This makes it more akin to | Chris Lattner | 2010-02-23 | 1 | -1/+4 |
* | fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with | Chris Lattner | 2010-02-23 | 1 | -2/+14 |
* | Print node ID's in dumps and views if set. | Chris Lattner | 2010-02-23 | 1 | -0/+3 |
* | Speed up cycle checking significantly by caching results. | David Greene | 2010-02-23 | 1 | -3/+9 |
* | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands | 2010-02-19 | 2 | -80/+6 |
* | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng | 2010-02-19 | 1 | -3/+13 |
* | Some dag combiner goodness: | Evan Cheng | 2010-02-18 | 2 | -6/+70 |
* | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene | 2010-02-17 | 1 | -8/+17 |
* | sink special case "cannotyetselect" for intrinsics out of the | Chris Lattner | 2010-02-17 | 1 | -0/+5 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 2 | -9/+9 |
* | Fix a memory leak. Patch by Nicolas Geoffray. | Evan Cheng | 2010-02-15 | 1 | -0/+1 |
* | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 1 | -8/+13 |
* | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 10 | -174/+295 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -5/+5 |
* | Use array_pod_sort instead of std::sort for improved code size. | Jakob Stoklund Olesen | 2010-02-11 | 1 | -2/+2 |
* | Remove duplicate successors from indirectbr instructions before building the ... | Jakob Stoklund Olesen | 2010-02-11 | 1 | -2/+8 |
* | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 2 | -3/+107 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 4 | -5/+5 |
* | Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ... | Evan Cheng | 2010-02-10 | 1 | -1/+18 |
* | Emit an error for illegal inline asm constraint (which uses illegal type) rat... | Evan Cheng | 2010-02-10 | 1 | -1/+13 |
* | Fix comments to reflect renaming elsewhere. | Dale Johannesen | 2010-02-10 | 1 | -1/+1 |
* | Only dump output in debug mode. | David Greene | 2010-02-09 | 1 | -4/+5 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 6 | -37/+36 |
* | Apply the 95471 fix to SelectionDAGBuilder as well; | Dale Johannesen | 2010-02-08 | 1 | -0/+2 |
* | In guaranteed tailcall mode, don't decline the tailcall optimization | Dan Gohman | 2010-02-08 | 1 | -7/+10 |
* | After Victor's latest commits I am seeing null | Dale Johannesen | 2010-02-06 | 1 | -0/+2 |
* | When the scheduler unfold a load folding instruction it move some of the pred... | Evan Cheng | 2010-02-05 | 1 | -2/+10 |
* | Fix typo Duncan noticed. | Evan Cheng | 2010-02-04 | 1 | -1/+1 |
* | It's too risky to eliminate sext / zext of call results for tail call optimiz... | Evan Cheng | 2010-02-04 | 1 | -6/+4 |
* | Revert 94937 and move the noreturn check to codegen. | Evan Cheng | 2010-02-03 | 1 | -2/+7 |
* | Allow all types of callee's to be tail called. But avoid automatic tailcall i... | Evan Cheng | 2010-02-03 | 1 | -4/+9 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang | 2010-02-01 | 2 | -10/+10 |
* | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner | 2010-02-01 | 1 | -2/+1 |
* | fix PR 6157. Testcase pending. | Dale Johannesen | 2010-02-01 | 1 | -0/+35 |