| Age | Commit message (Expand) | Author |
| 2008-04-14 | Avoid creating MERGE_VALUES nodes for single values. | Dan Gohman |
| 2008-04-14 | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman |
| 2008-04-14 | Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll for linux/ppc32 | Nicolas Geoffray |
| 2008-04-14 | Initial libcall support for LegalizeTypes. This is | Duncan Sands |
| 2008-04-13 | LegalizeTypes can sometimes have deleted nodes | Duncan Sands |
| 2008-04-13 | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray |
| 2008-04-12 | Factor some libcall code. | Duncan Sands |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-04-11 | detabify | Gabor Greif |
| 2008-04-07 | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman |
| 2008-04-07 | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein |
| 2008-04-06 | Prefer to expand mask for xor to -1, so we have a chance to turn it into a not. | Torok Edwin |
| 2008-04-04 | Make sure both PendingLoads and PendingExports are flushed | Dale Johannesen |
| 2008-04-03 | Start of a series of patches related to implicit_def. | Evan Cheng |
| 2008-04-03 | Backing out 48222 temporarily. | Evan Cheng |
| 2008-04-02 | Recommitting EH patch; this should answer most of the | Dale Johannesen |
| 2008-04-01 | Revert 49006 for the moment. | Dale Johannesen |
| 2008-04-01 | More soft fp fixes. | Evan Cheng |
| 2008-04-01 | Pasto. | Evan Cheng |
| 2008-04-01 | Add comment. | Evan Cheng |
| 2008-04-01 | Unbreak ARM / Thumb soft FP support. | Evan Cheng |
| 2008-03-31 | Emit exception handling info for functions which are | Dale Johannesen |
| 2008-03-31 | Fix a DAGCombiner optimization to respect volatile qualification. | Dan Gohman |
| 2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
| 2008-03-29 | Cosmetic changes. | Evan Cheng |
| 2008-03-28 | ifdef out a dead function. Should this be removed? | Chris Lattner |
| 2008-03-28 | Rename getAnyLoad to getLoad is suggested by Evan. | Duncan Sands |
| 2008-03-27 | Implement LegalizeTypes support for softfloat LOAD. | Duncan Sands |
| 2008-03-27 | Avoid creating chain dependencies from CopyToReg nodes to load and store | Dan Gohman |
| 2008-03-27 | Fix spelling. Thanks, Duncan! :-) | Roman Levenstein |
| 2008-03-27 | Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function | Roman Levenstein |
| 2008-03-26 | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein |
| 2008-03-26 | Fixed some spelling errors. Thanks, Duncan! | Roman Levenstein |
| 2008-03-26 | Some improvements related to the computation of isReachable. | Roman Levenstein |
| 2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
| 2008-03-25 | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng |
| 2008-03-25 | Fix typos. | Dan Gohman |
| 2008-03-24 | Remove an unneeded test. | Evan Cheng |
| 2008-03-24 | APIntify SelectionDAG's EXTRACT_ELEMENT code. | Dan Gohman |
| 2008-03-22 | Another comments fixing | Anton Korobeynikov |
| 2008-03-22 | Teach DAG combiner to commute commutable binary nodes in order to achieve sdi... | Evan Cheng |
| 2008-03-21 | Fix -view-sunit-dags to support cross-rc-copy nodes. | Dan Gohman |
| 2008-03-21 | Introduce a new node for holding call argument | Duncan Sands |
| 2008-03-20 | Check even more carefully before applying this DAGCombine transform. | Christopher Lamb |
| 2008-03-20 | Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ... | Evan Cheng |
| 2008-03-20 | detabify llvm, patch by Mike Stump! | Chris Lattner |
| 2008-03-19 | Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes... | Christopher Lamb |
| 2008-03-18 | Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll. | Bill Wendling |
| 2008-03-18 | Make conversions of i8/i16 to ppcf128 work. | Dale Johannesen |
| 2008-03-18 | Target independent DAG transform to use truncate for field extraction + sign ... | Christopher Lamb |