Age | Commit message (Expand) | Author |
2007-09-13 | Fix build problems on Cygwin (PR1652), patch by Patrick Walton. | Chris Lattner |
2007-09-13 | Bug fixes. | Evan Cheng |
2007-09-12 | Remove dead code. | Evan Cheng |
2007-09-12 | Yet another getTargetNode variant. | Evan Cheng |
2007-09-12 | Revise previous patch per review comments. | Dale Johannesen |
2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
2007-09-10 | Emit: | Chris Lattner |
2007-09-10 | 1. Don't call Value::getName(), which is slow. | Chris Lattner |
2007-09-08 | Implement misaligned FP loads and stores. | Dale Johannesen |
2007-09-07 | Add support for having different alignment for objects on call frames. | Rafael Espindola |
2007-09-07 | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
2007-09-05 | Fix PR1628. When exception handling is turned on, | Duncan Sands |
2007-09-04 | Fix for PR1632. EHSELECTION always produces a i32 value. | Evan Cheng |
2007-08-31 | Add mod, copysign, abs operations to APFloat. | Dale Johannesen |
2007-08-31 | Revise per review of previous patch. | Dale Johannesen |
2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
2007-08-30 | Change LegalFPImmediates to use APFloat. | Dale Johannesen |
2007-08-29 | Fix use of declaration inside case block | Anton Korobeynikov |
2007-08-29 | Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered) | Anton Korobeynikov |
2007-08-28 | Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by | Dan Gohman |
2007-08-27 | Make DAGCombiner's global alias analysis query more precise in the case | Dan Gohman |
2007-08-27 | If the source and destination pointers in an llvm.memmove are known | Dan Gohman |
2007-08-27 | There is an impedance matching problem between LLVM and | Duncan Sands |
2007-08-26 | Revise per review comments. | Dale Johannesen |
2007-08-25 | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen |
2007-08-25 | Allow target constants to be illegal types. The target should | Chris Lattner |
2007-08-25 | Teach the dag scheduler to handle inline asm nodes with multi-value immediate... | Chris Lattner |
2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
2007-08-24 | Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. | Dale Johannesen |
2007-08-24 | Use APFloat internally for ConstantFPSDNode. | Dale Johannesen |
2007-08-23 | Perform correct codegen for eh_dwarf_cfa intrinsic. | Anton Korobeynikov |
2007-08-20 | Minor cleanups to reduce some spurious differences between different | Dan Gohman |
2007-08-20 | Partial implementation of calling functions with byval arguments: | Rafael Espindola |
2007-08-18 | Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending the types. | Evan Cheng |
2007-08-17 | Avoid issue on 64-bit hosts. | Evan Cheng |
2007-08-17 | Fix GLIBCXX_DEBUG error of comparing two singular iterators | David Greene |
2007-08-16 | If dynamic_stackalloc alignment is > stack alignment, first issue an instruct... | Evan Cheng |
2007-08-16 | - If a dynamic_stackalloc alignment requirement is <= stack alignment, then t... | Evan Cheng |
2007-08-15 | Implement FPOWI ExpandOp. | Lauro Ramos Venancio |
2007-08-10 | Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to | Dan Gohman |
2007-08-10 | propagate struct size and alignment of byval arguments to the DAG | Rafael Espindola |
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 |