| Age | Commit message (Expand) | Author |
| 2008-10-30 | Merge from mainline. | Tanya Lattner |
| 2008-10-30 | Merge from mainline. | Tanya Lattner |
| 2008-10-22 | Fix build error. | Tanya Lattner |
| 2008-10-22 | Rename bitcastToAPInt to convertToAPInt. | Tanya Lattner |
| 2008-10-22 | Merge from mainline. | Tanya Lattner |
| 2008-10-17 | Merge from mainline. | Tanya Lattner |
| 2008-10-17 | Merge from mainline. | Tanya Lattner |
| 2008-10-07 | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth |
| 2008-10-06 | Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles. | Evan Cheng |
| 2008-10-06 | It is possible that all functions in one module are not being | Devang Patel |
| 2008-10-06 | Remove unncessary isDeclaration() checks. | Devang Patel |
| 2008-10-05 | Emit type-correct constant null. Also fix a typo. | Anton Korobeynikov |
| 2008-10-05 | Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi... | Anton Korobeynikov |
| 2008-10-05 | this case is matched now. | Chris Lattner |
| 2008-10-04 | Revert r56675 - it breaks unwinding runtime everywhere. | Anton Korobeynikov |
| 2008-10-03 | Make atomic Swap work, 64-bit on x86-32. | Dale Johannesen |
| 2008-10-03 | Pass MemOperand through for 64-bit atomics on 32-bit, | Dale Johannesen |
| 2008-10-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
| 2008-10-03 | Remove an unused field. | Dan Gohman |
| 2008-10-03 | Indexing off by one resulted in errant encoding of source register for | Jim Grosbach |
| 2008-10-03 | NeedStub/DoesntNeedStub logic was reversed, leading to not using a stub | Jim Grosbach |
| 2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
| 2008-10-03 | Fix X86FastISel to handle dynamic allocas that have avoided | Dan Gohman |
| 2008-10-02 | Optimize conditional branches in X86FastISel. This replaces | Dan Gohman |
| 2008-10-02 | Handle some 64-bit atomics on x86-32, some of the time. | Dale Johannesen |
| 2008-10-02 | Work around an interaction between fast-isel and regalloc=local. The | Dan Gohman |
| 2008-10-02 | "The original bug was a complaint that _mm_srli_si128 mis-compiled when passed | Bill Wendling |
| 2008-10-01 | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel |
| 2008-10-01 | Split x86's ADJCALLSTACK instructions into 32-bit and 64-bit forms. | Dan Gohman |
| 2008-10-01 | Fix typo s/ther/there/ | Jim Grosbach |
| 2008-10-01 | Mark CALL instructions as having a Use of ESP/RSP. | Dan Gohman |
| 2008-10-01 | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling |
| 2008-09-30 | Just don't transform this memset into "bzero" if no-builtin is specified. | Bill Wendling |
| 2008-09-30 | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling |
| 2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
| 2008-09-30 | Fix X86FastISel's output for x86-32 PIC constant pool addresses. | Dan Gohman |
| 2008-09-30 | Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp | Dan Gohman |
| 2008-09-30 | Disable all x87 usage, including f32 and f64 when the subtarget | Dan Gohman |
| 2008-09-29 | Remove misuse of ReplaceNodeResults for atomics with | Dale Johannesen |
| 2008-09-29 | Fix an over-pessimization about GlobalVariable addresses in X86FastISel. | Dan Gohman |
| 2008-09-29 | Fix PR2835. Do not change the width of a volatile load. | Evan Cheng |
| 2008-09-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
| 2008-09-27 | Re-apply 56683 with fixes. | Evan Cheng |
| 2008-09-27 | Unbreak build. | Daniel Dunbar |
| 2008-09-26 | Implement function notes as function attributes. | Devang Patel |
| 2008-09-26 | Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op... | Evan Cheng |
| 2008-09-26 | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling |
| 2008-09-26 | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman |
| 2008-09-26 | Mark lea fi# as being really rematerializable. | Dan Gohman |
| 2008-09-26 | unpckhps requires sse1, punpckhdq requires sse2. | Evan Cheng |