Age | Commit message (Expand) | Author |
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 |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-04-30 | Continue refactoring inline asm code. If there is an earlyclobber output | Chris Lattner |
2007-04-30 | refactor GetRegistersForValue to take OpInfo as an argument instead of various | Chris Lattner |
2007-04-30 | refactor some code, no functionality change | Chris Lattner |
2007-04-29 | generalize aggregate handling | Chris Lattner |
2007-04-28 | memory operands that have a direct operand should have their stores created | Chris Lattner |
2007-04-28 | eliminate more redundant constraint type analysis | Chris Lattner |
2007-04-28 | merge constraint type analysis stuff together. | Chris Lattner |
2007-04-28 | Significant refactoring of the inline asm stuff, to support future changes. | Chris Lattner |
2007-04-28 | memory inputs to an inline asm are required to have an address available. | Chris Lattner |
2007-04-28 | Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and | Chris Lattner |
2007-04-28 | Fix this to match change to InlineAsm class. | Chris Lattner |
2007-04-27 | improve EH global handling, patch by Duncan Sands. | Chris Lattner |
2007-04-26 | enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap | Chris Lattner |
2007-04-26 | Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 | Anton Korobeynikov |