| Age | Commit message (Expand) | Author |
| 2007-10-15 | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner |
| 2007-10-12 | Corrected many typing errors. And removed 'nest' parameter handling | Arnold Schwaighofer |
| 2007-10-12 | Fix some corner cases with vectors in copyToRegs and copyFromRegs. | Dan Gohman |
| 2007-10-12 | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman |
| 2007-10-11 | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer |
| 2007-10-08 | In -debug mode, dump SelectionDAGs both before and after the | Dan Gohman |
| 2007-10-02 | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen |
| 2007-10-01 | Fix stride computations for long double arrays. | Dale Johannesen |
| 2007-09-28 | Add sqrt and powi intrinsics for long double. | Dale Johannesen |
| 2007-09-26 | Enable codegen for long double abs, sin, cos | Dale Johannesen |
| 2007-09-14 | Remove the assumption that FP's are either float or | Dale Johannesen |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-09-10 | 1. Don't call Value::getName(), which is slow. | Chris Lattner |
| 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-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-28 | Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by | 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-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
| 2007-08-23 | Perform correct codegen for eh_dwarf_cfa intrinsic. | Anton Korobeynikov |
| 2007-08-20 | Partial implementation of calling functions with byval arguments: | Rafael Espindola |
| 2007-08-16 | - If a dynamic_stackalloc alignment requirement is <= stack alignment, then t... | Evan Cheng |
| 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-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 |