| Age | Commit message (Expand) | Author |
| 2008-10-17 | Merge from mainline. | Tanya Lattner |
| 2008-10-17 | Merge from mainline. | Tanya Lattner |
| 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-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
| 2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
| 2008-10-01 | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel |
| 2008-09-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
| 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 | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng |
| 2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
| 2008-09-26 | CMake: Builds all targets. | Oscar Fuentes |
| 2008-09-26 | If we have a function with an unreachable statement such that the ending debug | Bill Wendling |
| 2008-09-25 | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov |
| 2008-09-25 | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng |
| 2008-09-24 | Minor cleanup | Anton Korobeynikov |
| 2008-09-24 | Get rid of virtual inheritance for PPC TAI | Anton Korobeynikov |
| 2008-09-24 | Get rid of ReadOnlySection duplicate | Anton Korobeynikov |
| 2008-09-24 | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov |
| 2008-09-24 | Get rid of duplicate char*/Section* TextSection | Anton Korobeynikov |
| 2008-09-24 | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov |
| 2008-09-24 | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov |
| 2008-09-24 | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng |
| 2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
| 2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
| 2008-09-22 | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen |
| 2008-09-17 | Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" | Bill Wendling |
| 2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
| 2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
| 2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
| 2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
| 2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-09-11 | Succumb utterly to compatibility and implement | Dale Johannesen |
| 2008-09-09 | Fix logic for not emitting no-dead-strip for some | Dale Johannesen |
| 2008-09-06 | Fix constant pool loads, and remove broken versions of addConstantPoolReference. | Owen Anderson |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
| 2008-09-04 | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman |
| 2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
| 2008-09-02 | Fix some bugs in the code sequences for atomics. | Dale Johannesen |
| 2008-09-02 | Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be... | Evan Cheng |
| 2008-08-31 | fix a bunch of 80-col violations | Gabor Greif |
| 2008-08-31 | Expand for ROTR with MVT::i64. | Bill Wendling |
| 2008-08-30 | Add ppc partial-word ATOMIC_CMP_SWAP. | Dale Johannesen |
| 2008-08-29 | Add partial word version of ATOMIC_SWAP. | Dale Johannesen |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 2008-08-28 | In lowering SELECT_CC, removed cases where we can't flip the true and false w... | Mon P Wang |
| 2008-08-28 | Implement partial-word binary atomics on ppc. | Dale Johannesen |
| 2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
| 2008-08-26 | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson |
| 2008-08-25 | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen |