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