| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't assume that only Uses can be kills. Defs are marked as kills initially | Dan Gohman | 2007-07-20 | 2 | -10/+8 |
* | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng | 2007-07-20 | 1 | -2/+4 |
* | As pointed out by g++-4.2, the original code didn't do | Duncan Sands | 2007-07-19 | 1 | -2/+2 |
* | Add comment. | Evan Cheng | 2007-07-18 | 1 | -0/+3 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -5/+5 |
* | Dead code. | Evan Cheng | 2007-07-17 | 1 | -1/+0 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 2 | -4/+4 |
* | Fix the build. Patch from Holger Schurig. | Nick Lewycky | 2007-07-14 | 1 | -1/+2 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 5 | -2/+71 |
* | Fix the comment for LegalizeOp to more accurately reflect what it does. | Dan Gohman | 2007-07-13 | 1 | -3/+4 |
* | Don't call SimplifyVBinOp for non-vector operations, following earlier review | Dan Gohman | 2007-07-13 | 1 | -25/+49 |
* | Modify previous patch per review comments. | Dale Johannesen | 2007-07-13 | 2 | -3/+5 |
* | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen | 2007-07-13 | 7 | -6/+93 |
* | The type ids making up a filter are unsigned, and | Duncan Sands | 2007-07-12 | 1 | -2/+2 |
* | Missed a couple of places where new instructions are added due to spill / res... | Evan Cheng | 2007-07-11 | 1 | -67/+77 |
* | Exception handling has been implemented. | Duncan Sands | 2007-07-11 | 1 | -3/+2 |
* | If assertions are not enabled, we should return False here. | Duncan Sands | 2007-07-11 | 1 | -5/+4 |
* | No longer need to track last def / use. | Evan Cheng | 2007-07-11 | 1 | -79/+15 |
* | Fix for PR1545: Revamp code that update kill information due to register reuse. | Evan Cheng | 2007-07-11 | 1 | -63/+85 |
* | Make this work with GLIBCXX_DEBUG. | David Greene | 2007-07-10 | 1 | -1/+8 |
* | Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for | Dan Gohman | 2007-07-10 | 1 | -7/+19 |
* | If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def. | Evan Cheng | 2007-07-10 | 1 | -1/+4 |
* | Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone. | Evan Cheng | 2007-07-10 | 1 | -2/+5 |
* | Fix a bug in the folding of binary operators to undef. | Dan Gohman | 2007-07-10 | 1 | -4/+10 |
* | Fix the folding of undef in several binary operators to recognize | Dan Gohman | 2007-07-10 | 1 | -7/+7 |
* | When a node value is only used by a CopyToReg, use the user's dest. This shou... | Evan Cheng | 2007-07-10 | 2 | -51/+56 |
* | Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h | Evan Cheng | 2007-07-10 | 1 | -12/+0 |
* | Preserve volatililty and alignment information when lowering or | Dan Gohman | 2007-07-09 | 2 | -36/+62 |
* | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman | 2007-07-09 | 1 | -30/+18 |
* | Initialize the IndexedModeActions array with memset before | Dan Gohman | 2007-07-09 | 1 | -1/+3 |
* | Fix this warning: | Chris Lattner | 2007-07-09 | 1 | -1/+1 |
* | fix typos | Gabor Greif | 2007-07-09 | 1 | -31/+31 |
* | Teach if-conversion about instructions that were already predicated, e.g. con... | Evan Cheng | 2007-07-06 | 1 | -3/+14 |
* | The exception handling intrinsics return values, | Duncan Sands | 2007-07-06 | 2 | -2/+11 |
* | Indexes into the list of filter ids cannot be output | Duncan Sands | 2007-07-06 | 1 | -27/+47 |
* | Add the byval attribute | Rafael Espindola | 2007-07-06 | 1 | -0/+2 |
* | Remove propagateEHRegister in favour of a more limited | Duncan Sands | 2007-07-06 | 1 | -24/+8 |
* | Remove ExtractGlobalVariable - use StripPointerCasts | Duncan Sands | 2007-07-06 | 1 | -20/+3 |
* | Workaround of getCopyToRegs and getCopyFromRegs bugs for big-endian machines. | Evan Cheng | 2007-07-06 | 1 | -4/+8 |
* | Change CalculateHeights and CalculateDepths to be non-recursive. | Evan Cheng | 2007-07-06 | 1 | -22/+28 |
* | Make the debug string for ISD::MERGE_VALUES consistent with the others. | Dan Gohman | 2007-07-05 | 1 | -1/+1 |
* | Add a parameter to getCopyToParts and getCopyFromParts to specify whether | Dan Gohman | 2007-07-05 | 1 | -197/+211 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | Make sure only one copy of a filter is placed in the | Duncan Sands | 2007-07-05 | 1 | -3/+21 |
* | Better assertion messages. | Evan Cheng | 2007-07-05 | 1 | -3/+4 |
* | Extend eh.selector to support both catches and filters. | Duncan Sands | 2007-07-04 | 2 | -35/+58 |
* | Fix several over-aggressive folds for undef nodes in dagcombine, to | Dan Gohman | 2007-07-03 | 1 | -51/+46 |
* | Fix for PR 1505 (and 1489). Rewrite X87 register | Dale Johannesen | 2007-07-03 | 2 | -10/+24 |
* | Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newly | Dan Gohman | 2007-07-02 | 1 | -124/+30 |
* | Teach GetNegatedExpression to negate 0-B to B in UnsafeFPMath mode, and | Dan Gohman | 2007-07-02 | 1 | -11/+14 |