Age | Commit message (Expand) | Author |
2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
2007-09-11 | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling |
2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
2007-09-11 | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling |
2007-09-10 | Observation of rematerialization. | Evan Cheng |
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 | Constify to catch bugs. | David Greene |
2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
2007-09-06 | Proper handle case, when aliasee is external weak symbol referenced only by a... | Anton Korobeynikov |
2007-09-06 | Add instruction dump output. This helps find bugs. | David Greene |
2007-09-06 | Pluggable coalescers inplementation. | David Greene |
2007-09-06 | Fix a memory leak. | Evan Cheng |
2007-09-05 | Use pool allocator for all the VNInfo's to improve memory access locality. Th... | Evan Cheng |
2007-09-05 | Due to label merging, the last label for an invoke | Duncan Sands |
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-09-02 | Silence warning while compiling with gcc 4.2 | Anton Korobeynikov |
2007-09-02 | Emit proper "secrel" directive, where possible. This fixes invalid asm syntax... | Anton Korobeynikov |
2007-09-01 | More tweaks to improve compile time. | Evan Cheng |
2007-08-31 | Add mod, copysign, abs operations to APFloat. | Dale Johannesen |
2007-08-31 | std::map -> DenseMap for slight compile time benefit. | Evan Cheng |
2007-08-31 | Revise per review of previous patch. | Dale Johannesen |
2007-08-31 | Remove an unnecessary element, saving 4 bytes per LiveInterval. | Evan Cheng |
2007-08-31 | Use std::map instead of a (potentially very sparse) array to track val# defin... | Evan Cheng |
2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
2007-08-30 | Try fold re-materialized load instructions into its uses. | Evan Cheng |
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 | Change LiveRange so it keeps a pointer to the VNInfo rather than an index. | Evan Cheng |
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-28 | Recover most of the compile time regression due to recent live interval changes. | Evan Cheng |
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-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
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 | The personality function might need to be declared as: | Bill Wendling |
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 |