| Age | Commit message (Expand) | Author |
| 2008-10-23 | Merge from mainline. | Tanya Lattner |
| 2008-10-17 | Merge from mainline. | Tanya Lattner |
| 2008-10-07 | Correctly handle calls with no return values. This fixes | Dan Gohman |
| 2008-10-04 | wrap some long lines and expand i32 mul's to libcalls, inspired by a | Chris Lattner |
| 2008-10-04 | Fix fast-isel's handling of atomic instructions. They may | Dan Gohman |
| 2008-10-03 | Pass MemOperand through for 64-bit atomics on 32-bit, | Dale Johannesen |
| 2008-10-03 | Use -1ULL instead of uint64_t(-1), at Anton's suggestion. | Dan Gohman |
| 2008-10-03 | The result of getSetCCResultType (eg: i32) may be larger | Duncan Sands |
| 2008-10-03 | Implement fast-isel support for zero-extending from i1. | 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-01 | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman |
| 2008-10-01 | Fold trivial two-operand tokenfactors where the operands are equal | Dan Gohman |
| 2008-10-01 | Fix typos in comments. | Dan Gohman |
| 2008-10-01 | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling |
| 2008-09-30 | - Initialize "--no-builtin" to "false". | Bill Wendling |
| 2008-09-30 | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling |
| 2008-09-30 | Move the primary fast-isel top-level comments to FastISel.cpp, where | Dan Gohman |
| 2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
| 2008-09-29 | Remove misuse of ReplaceNodeResults for atomics with | Dale Johannesen |
| 2008-09-29 | Fix FastISel to not initialize the PIC-base register multiple times | Dan Gohman |
| 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-25 | Large mechanical patch. | Devang Patel |
| 2008-09-25 | Accept 'inreg' attribute on x86 functions as | Dale Johannesen |
| 2008-09-25 | Support for i1 XOR in FastISel. It is actually safe because | Dan Gohman |
| 2008-09-25 | Don't print fast-isel debug messages by default. Thanks Chris! | Dan Gohman |
| 2008-09-25 | Don't forget the newline in debug output. | Dan Gohman |
| 2008-09-25 | FastISel support for debug info. | Dan Gohman |
| 2008-09-25 | bug 2812: Segmentation fault on a big emdiam processor. | Richard Pennington |
| 2008-09-25 | Fix a recent fast-isel coverage regression - don't bail out before | Dan Gohman |
| 2008-09-25 | Enable DeadMachineInstructionElim when Fast-ISel is enabled. | Dan Gohman |
| 2008-09-25 | <rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()... | Evan Cheng |
| 2008-09-24 | Remove SelectionDag early allocation of registers | Dale Johannesen |
| 2008-09-24 | Reapplying r56550 | Bill Wendling |
| 2008-09-24 | Forgot this part with my last patch. Sorry about the breakage. | Bill Wendling |
| 2008-09-24 | Temporarily revert r56550 until missing commit can be added. | Eric Christopher |
| 2008-09-24 | Refactor the constant folding code into it's own function. And call it from both | Bill Wendling |
| 2008-09-24 | Next round of earlyclobber handling. Approach the | Dale Johannesen |
| 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 | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman |
| 2008-09-23 | Replace the LiveRegs SmallSet with a simple counter that keeps | Dan Gohman |
| 2008-09-22 | Fix the alignment of loads from constant pool entries when the | Dan Gohman |
| 2008-09-22 | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen |
| 2008-09-22 | Per review feedback: Only perform | Evan Cheng |
| 2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
| 2008-09-22 | Add helper function to get a 32-bit floating point constant. No functionality... | Bill Wendling |