Age | Commit message (Expand) | Author |
2007-08-09 | Update per review comments. | Dale Johannesen |
2007-08-09 | long double 9 of N. This finishes up the X86-32 bits | Dale Johannesen |
2007-08-08 | If a target really needs to custom lower constants, it should be allowed | Scott Michel |
2007-08-04 | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth |
2007-08-02 | don't redefine a parameter | Chris Lattner |
2007-08-02 | Do not emit copies for physical register output if it's not used. | Evan Cheng |
2007-08-02 | Style police: Expand the tabs to spaces! | Scott Michel |
2007-08-02 | Instead of adding copyfromreg's to handle physical definitions. Now isel can | Evan Cheng |
2007-08-01 | Expand unaligned loads/stores when the target doesn't support them. (PR1548) | Lauro Ramos Venancio |
2007-07-30 | - Allow custom lowering for CTPOP, CTTZ, CTLZ. | Scott Michel |
2007-07-30 | Fix a bug in getCopyFromParts turned up in the testcase for PR1132. | Dan Gohman |
2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
2007-07-26 | Fix the alias analysis query in DAGCombiner to not add in two | Dan Gohman |
2007-07-26 | Teach DAG scheduling how to properly emit subreg insert/extract machine instr... | Christopher Lamb |
2007-07-26 | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb |
2007-07-26 | Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no... | Christopher Lamb |
2007-07-24 | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. | Dan Gohman |
2007-07-23 | Fix some uses of dyn_cast to be uses of cast. | Dan Gohman |
2007-07-19 | As pointed out by g++-4.2, the original code didn't do | Duncan Sands |
2007-07-18 | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman |
2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
2007-07-14 | Fix the build. Patch from Holger Schurig. | Nick Lewycky |
2007-07-14 | Long live the exception handling! | Anton Korobeynikov |
2007-07-13 | Fix the comment for LegalizeOp to more accurately reflect what it does. | Dan Gohman |
2007-07-13 | Don't call SimplifyVBinOp for non-vector operations, following earlier review | Dan Gohman |
2007-07-13 | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen |
2007-07-10 | Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for | Dan Gohman |
2007-07-10 | If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def. | Evan Cheng |
2007-07-10 | Fix a bug in the folding of binary operators to undef. | Dan Gohman |
2007-07-10 | Fix the folding of undef in several binary operators to recognize | Dan Gohman |
2007-07-10 | When a node value is only used by a CopyToReg, use the user's dest. This shou... | Evan Cheng |
2007-07-10 | Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h | Evan Cheng |
2007-07-09 | Preserve volatililty and alignment information when lowering or | Dan Gohman |
2007-07-09 | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman |
2007-07-09 | Initialize the IndexedModeActions array with memset before | Dan Gohman |
2007-07-09 | Fix this warning: | Chris Lattner |
2007-07-06 | The exception handling intrinsics return values, | Duncan Sands |
2007-07-06 | Add the byval attribute | Rafael Espindola |
2007-07-06 | Remove propagateEHRegister in favour of a more limited | Duncan Sands |
2007-07-06 | Remove ExtractGlobalVariable - use StripPointerCasts | Duncan Sands |
2007-07-06 | Workaround of getCopyToRegs and getCopyFromRegs bugs for big-endian machines. | Evan Cheng |
2007-07-06 | Change CalculateHeights and CalculateDepths to be non-recursive. | Evan Cheng |
2007-07-05 | Make the debug string for ISD::MERGE_VALUES consistent with the others. | Dan Gohman |
2007-07-05 | Add a parameter to getCopyToParts and getCopyFromParts to specify whether | Dan Gohman |
2007-07-04 | Extend eh.selector to support both catches and filters. | Duncan Sands |
2007-07-03 | Fix several over-aggressive folds for undef nodes in dagcombine, to | Dan Gohman |
2007-07-03 | Fix for PR 1505 (and 1489). Rewrite X87 register | Dale Johannesen |
2007-07-02 | Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newly | Dan Gohman |
2007-07-02 | Teach GetNegatedExpression to negate 0-B to B in UnsafeFPMath mode, and | Dan Gohman |
2007-06-29 | Only do FNEG xform when the vector type is a floating point type. | Evan Cheng |