| Age | Commit message (Expand) | Author |
| 2008-10-30 | Merge from mainline. | Tanya Lattner |
| 2008-10-23 | Merge from mainline. | 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-17 | Merge from mainline. | Tanya Lattner |
| 2008-10-07 | Correctly handle calls with no return values. This fixes | Dan Gohman |
| 2008-10-06 | Don't dereference the end() iterator. Thanks to | Dan Gohman |
| 2008-10-06 | Remove unncessary isDeclaration() checks. | Devang Patel |
| 2008-10-06 | reorder #include order, patch by Kenneth Boyd! | Chris Lattner |
| 2008-10-06 | Add #include to get alloca, patch by Kenneth Boyd! | Chris Lattner |
| 2008-10-04 | wrap some long lines and expand i32 mul's to libcalls, inspired by a | Chris Lattner |
| 2008-10-04 | CMake: Reflected changes on source file structure. New plugin support | Oscar Fuentes |
| 2008-10-04 | Fix compilation error on MSVC. | Argyrios Kyrtzidis |
| 2008-10-04 | Fix fast-isel's handling of atomic instructions. They may | Dan Gohman |
| 2008-10-04 | Fix a bug in the local allocator's liveness computation where it | 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 | Fix typos pointed out by Duncan. Also untabify these files. | Evan Cheng |
| 2008-10-03 | Switch the MachineOperand accessors back to the short names like | 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 | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman |
| 2008-10-02 | fix build gcc 4.3 | Andrew Lenharth |
| 2008-10-02 | Use a multimap rather than a map for holding the list of copies to insert, so... | Owen Anderson |
| 2008-10-02 | Handle some 64-bit atomics on x86-32, some of the time. | Dale Johannesen |
| 2008-10-02 | A Partitioned Boolean Quadratic Programming (PBQP) based register allocator. | Evan Cheng |
| 2008-10-02 | Fix a think-o in isSafeToMove. This fixes it from thinking that | Dan Gohman |
| 2008-10-01 | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel |
| 2008-10-01 | Enable FastISel by default (on x86 and x86-64) with the -fast option. | Dan Gohman |
| 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 | Mark merged-in VNInfo's as being PHIKilled. | Owen Anderson |
| 2008-09-30 | Fix a simple error in renumbering kill markaers, that took an inordinant amou... | Owen Anderson |
| 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-30 | Re-apply 56835 along with header file changes. | Evan Cheng |
| 2008-09-30 | Revert commit 56835 since it breaks the build. | Duncan Sands |
| 2008-09-30 | If a re-materializable instruction has a register operand, the spiller will c... | Evan Cheng |
| 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 |