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