| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | don't redefine a parameter | Chris Lattner | 2007-08-02 | 1 | -1/+1 |
* | Fix a bug in getCopyFromParts turned up in the testcase for PR1132. | Dan Gohman | 2007-07-30 | 1 | -3/+3 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+27 |
* | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. | Dan Gohman | 2007-07-24 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -5/+5 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -2/+2 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 1 | -0/+47 |
* | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen | 2007-07-13 | 1 | -2/+2 |
* | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman | 2007-07-09 | 1 | -30/+18 |
* | The exception handling intrinsics return values, | Duncan Sands | 2007-07-06 | 1 | -1/+2 |
* | 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 |
* | Add a parameter to getCopyToParts and getCopyFromParts to specify whether | Dan Gohman | 2007-07-05 | 1 | -197/+211 |
* | Extend eh.selector to support both catches and filters. | Duncan Sands | 2007-07-04 | 1 | -34/+58 |
* | Fix for PR 1505 (and 1489). Rewrite X87 register | Dale Johannesen | 2007-07-03 | 1 | -9/+1 |
* | Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newly | Dan Gohman | 2007-07-02 | 1 | -124/+30 |
* | Only do FNEG xform when the vector type is a floating point type. | Evan Cheng | 2007-06-29 | 1 | -7/+9 |
* | Remove unnecessary attributions in comments. | David Greene | 2007-06-29 | 1 | -2/+2 |
* | Fix reference to cached end iterator invalidated by an erase operation. | David Greene | 2007-06-29 | 1 | -1/+3 |
* | Add new TargetLowering code to provide the final register type that an | Dan Gohman | 2007-06-28 | 1 | -354/+284 |
* | Partial fix for PR1502: If a EH register is needed in a successor of landing ... | Evan Cheng | 2007-06-27 | 1 | -11/+34 |
* | Use getVectorTypeBreakdown in FunctionLoweringInfo::CreateRegForValue | Dan Gohman | 2007-06-27 | 1 | -44/+11 |
* | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman | 2007-06-25 | 1 | -219/+138 |
* | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -2/+2 |
* | Rename TargetLowering::getNumElements and friends to | Dan Gohman | 2007-06-21 | 1 | -14/+14 |
* | Codegen support (stripped out) for the annotate attribute. | Tanya Lattner | 2007-06-15 | 1 | -0/+4 |
* | Fix CodeGen/X86/inline-asm-x-scalar.ll:test4, by retaining regclass info | Chris Lattner | 2007-06-15 | 1 | -6/+9 |
* | Workaround for PR1508. | Duncan Sands | 2007-06-15 | 1 | -29/+96 |
* | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman | 2007-06-14 | 1 | -2/+2 |
* | Only correctly lower exception handing intrinsics if exception handling is | Duncan Sands | 2007-06-13 | 1 | -8/+7 |
* | Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and | Dan Gohman | 2007-06-13 | 1 | -21/+18 |
* | When creating CopyFromReg nodes, always use legal types. And use the | Dan Gohman | 2007-06-13 | 1 | -6/+6 |
* | The fix that was applied for PR1224 stops the compiler | Duncan Sands | 2007-06-13 | 1 | -32/+24 |
* | Do not change the size of function arguments. PR 1489. | Dale Johannesen | 2007-06-07 | 1 | -1/+9 |
* | Additional fix for PR1422: make sure the landing pad label is placed in the | Duncan Sands | 2007-06-06 | 1 | -15/+26 |
* | Integrate exception filter support and exception catch support. This | Duncan Sands | 2007-06-02 | 1 | -3/+4 |
* | Since TypeInfos are passed as i8 pointers, a NULL TypeInfo should be passed | Duncan Sands | 2007-06-01 | 1 | -4/+2 |
* | Minor comment cleanups. | Dan Gohman | 2007-05-24 | 1 | -1/+1 |
* | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ... | Anton Korobeynikov | 2007-05-23 | 1 | -33/+38 |
* | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman | 2007-05-18 | 1 | -7/+7 |
* | Fix some subtle issues handling immediate values. This fixes | Chris Lattner | 2007-05-15 | 1 | -3/+6 |
* | Do not assert, when case range split metric is zero and JTs are not allowed: ... | Anton Korobeynikov | 2007-05-09 | 1 | -5/+12 |
* | Parameter attributes on invoke calls were being lost due to the wrong | Duncan Sands | 2007-05-07 | 1 | -4/+6 |
* | Detabify | Anton Korobeynikov | 2007-05-06 | 1 | -1/+1 |
* | A bitcast of a global variable may have been constant folded to a GEP - | Duncan Sands | 2007-05-04 | 1 | -26/+30 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Properly set arguments bitwidth of EHSELECT node | Anton Korobeynikov | 2007-05-02 | 1 | -2/+2 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |