| Age | Commit message (Expand) | Author |
| 2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
| 2008-05-16 | If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is... | Evan Cheng |
| 2008-05-16 | Silence the compiler warning differently. The | Duncan Sands |
| 2008-05-15 | Actually scalarize the operand to BIT_CONVERT instead of asking someone to do | Nate Begeman |
| 2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |
| 2008-05-15 | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng |
| 2008-05-14 | Use a better idiom to silence compiler warnings. | Evan Cheng |
| 2008-05-14 | Really silence compiler warnings. | Evan Cheng |
| 2008-05-14 | Really silence compiler warnings. | Evan Cheng |
| 2008-05-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
| 2008-05-14 | Silence some compiler warnings. | Evan Cheng |
| 2008-05-14 | When bit-twiddling CondCode values for integer comparisons produces | Dan Gohman |
| 2008-05-14 | Whitespace cleanups. | Dan Gohman |
| 2008-05-13 | Instead of a vector load, shuffle and then extract an element. Load the eleme... | Evan Cheng |
| 2008-05-13 | Change class' public PassInfo variables to by initialized with the | Dan Gohman |
| 2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
| 2008-05-12 | Teach Legalize how to scalarize VSETCC | Nate Begeman |
| 2008-05-12 | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng |
| 2008-05-12 | Be more aggressive about tail-merging small blocks | Dale Johannesen |
| 2008-05-12 | Constify isSourceDefinedByImplicitDef function. Otherwise, just formatting | Bill Wendling |
| 2008-05-12 | Further rework of tail merge algorithm. Not quite | Dale Johannesen |
| 2008-05-12 | Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can mak... | Evan Cheng |
| 2008-05-12 | Revert the previous commit. Go ahead and hoist rematerializable instructions. | Bill Wendling |
| 2008-05-12 | Add support for vicmp/vfcmp codegen, more legalize support coming. | Nate Begeman |
| 2008-05-12 | One real change - don't hoist something that's trivially rematerializable. It's | Bill Wendling |
| 2008-05-12 | Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma! | Dan Gohman |
| 2008-05-10 | If all sources of a PHI node are defined by an implicit_def, just emit an imp... | Evan Cheng |
| 2008-05-10 | Cosmetic changes: | Bill Wendling |
| 2008-05-09 | Remove an evil vector bool. Cosmetic refactoring, | Dale Johannesen |
| 2008-05-09 | Rewrite tail merging algorithm to handle the | Dale Johannesen |
| 2008-05-08 | Get exception handling working again on 64 bit | Duncan Sands |
| 2008-05-07 | Turn StripPointerCast() into a method | Anton Korobeynikov |
| 2008-05-07 | Output correct exception handling and frame info | Duncan Sands |
| 2008-05-07 | Yet another nasty spiller bug. | Evan Cheng |
| 2008-05-07 | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman |
| 2008-05-06 | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov |
| 2008-05-06 | Make several variable declarations static. | Dan Gohman |
| 2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
| 2008-05-06 | Instead of enumerating each opcode that isn't handled that | Dan Gohman |
| 2008-05-06 | Correct the value of LowBits in srem and urem handling in | Dan Gohman |
| 2008-05-06 | Fix a broken doxygen comment, and reword it for clarity. | Dan Gohman |
| 2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
| 2008-05-05 | Fix a bug in the ELF writer that caused it to produce malformed | Dan Gohman |
| 2008-05-05 | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman |
| 2008-05-02 | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman |
| 2008-05-02 | Fix a typo in a comment. | Dan Gohman |
| 2008-05-02 | Use push_back(...) instead of resize(1, ...), per review feedback. | Dan Gohman |
| 2008-05-01 | Fix uninitialized uses of the FPC variable. | Dan Gohman |
| 2008-05-01 | don't randomly miscompile seto/setuo just because we are in | Chris Lattner |
| 2008-04-30 | Tail call optimization improvements: | Arnold Schwaighofer |