| Age | Commit message (Expand) | Author |
| 2008-10-19 | Vector shuffle mask elements may be "undef". Handle | Duncan Sands |
| 2008-10-19 | Use a legal integer type for vector shuffle mask | Duncan Sands |
| 2008-10-18 | Reapply r57699 with a fix to not crash on asms with multiple results. Unlike | Chris Lattner |
| 2008-10-18 | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman |
| 2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
| 2008-10-18 | Revert r57699. It's causing regressions in | Dan Gohman |
| 2008-10-17 | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman |
| 2008-10-17 | add support for 128 bit aggregates. | Chris Lattner |
| 2008-10-17 | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang |
| 2008-10-17 | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman |
| 2008-10-17 | Fix PR2356 on PowerPC: if we have an input and output that are tied together | Chris Lattner |
| 2008-10-17 | refactor some code into a helper method, no functionality change. | Chris Lattner |
| 2008-10-17 | Keep track of *which* input constraint matches an output | Chris Lattner |
| 2008-10-17 | add an assert so that PR2356 explodes instead of running off an | Chris Lattner |
| 2008-10-17 | Define patterns for shld and shrd that match immediate | Dan Gohman |
| 2008-10-15 | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng |
| 2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |
| 2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
| 2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
| 2008-10-13 | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper... | Evan Cheng |
| 2008-10-13 | * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns | Matthijs Kooijman |
| 2008-10-13 | calls can be supported. | Chris Lattner |
| 2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
| 2008-10-11 | simplify comparison | Chris Lattner |
| 2008-10-09 | Add a "loses information" return value to APFloat::convert | Dale Johannesen |
| 2008-10-09 | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen |
| 2008-10-07 | Avoid emitting redundant materializations of integer constants | Dan Gohman |
| 2008-10-07 | Use Dan's supperior check | Andrew Lenharth |
| 2008-10-07 | No need for |= | Andrew Lenharth |
| 2008-10-07 | Use ADDC if it is valid at any smaller size. Do it right this time | Andrew Lenharth |
| 2008-10-07 | Use ADDC if it is valid at any smaller size. fixes test/Codegen/Generic/i128... | Andrew Lenharth |
| 2008-10-07 | Expand arith on machines without carry flags | Andrew Lenharth |
| 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 |