| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer to expand mask for xor to -1, so we have a chance to turn it into a not. | Edwin Török | 2008-04-06 | 1 | -4/+19 |
* | Make sure both PendingLoads and PendingExports are flushed | Dale Johannesen | 2008-04-04 | 1 | -1/+4 |
* | Start of a series of patches related to implicit_def. | Evan Cheng | 2008-04-03 | 1 | -37/+70 |
* | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 6 | -137/+108 |
* | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 1 | -51/+41 |
* | Revert 49006 for the moment. | Dale Johannesen | 2008-04-01 | 1 | -13/+8 |
* | More soft fp fixes. | Evan Cheng | 2008-04-01 | 1 | -1/+2 |
* | Pasto. | Evan Cheng | 2008-04-01 | 1 | -1/+1 |
* | Add comment. | Evan Cheng | 2008-04-01 | 1 | -0/+1 |
* | Unbreak ARM / Thumb soft FP support. | Evan Cheng | 2008-04-01 | 1 | -3/+11 |
* | Emit exception handling info for functions which are | Dale Johannesen | 2008-03-31 | 1 | -8/+13 |
* | Fix a DAGCombiner optimization to respect volatile qualification. | Dan Gohman | 2008-03-31 | 1 | -1/+2 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 1 | -0/+1 |
* | Cosmetic changes. | Evan Cheng | 2008-03-29 | 1 | -24/+3 |
* | ifdef out a dead function. Should this be removed? | Chris Lattner | 2008-03-28 | 1 | -0/+2 |
* | Rename getAnyLoad to getLoad is suggested by Evan. | Duncan Sands | 2008-03-28 | 2 | -17/+17 |
* | Implement LegalizeTypes support for softfloat LOAD. | Duncan Sands | 2008-03-27 | 3 | -78/+64 |
* | Avoid creating chain dependencies from CopyToReg nodes to load and store | Dan Gohman | 2008-03-27 | 1 | -54/+72 |
* | Fix spelling. Thanks, Duncan! :-) | Roman Levenstein | 2008-03-27 | 1 | -1/+1 |
* | Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function | Roman Levenstein | 2008-03-27 | 1 | -2/+25 |
* | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein | 2008-03-26 | 6 | -108/+137 |
* | Fixed some spelling errors. Thanks, Duncan! | Roman Levenstein | 2008-03-26 | 1 | -52/+54 |
* | Some improvements related to the computation of isReachable. | Roman Levenstein | 2008-03-26 | 1 | -54/+315 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -4/+4 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 2 | -1/+9 |
* | Fix typos. | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | Remove an unneeded test. | Evan Cheng | 2008-03-24 | 1 | -1/+1 |
* | APIntify SelectionDAG's EXTRACT_ELEMENT code. | Dan Gohman | 2008-03-24 | 1 | -2/+4 |
* | Another comments fixing | Anton Korobeynikov | 2008-03-22 | 1 | -1/+1 |
* | Teach DAG combiner to commute commutable binary nodes in order to achieve sdi... | Evan Cheng | 2008-03-22 | 2 | -0/+31 |
* | Fix -view-sunit-dags to support cross-rc-copy nodes. | Dan Gohman | 2008-03-21 | 1 | -1/+4 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 5 | -56/+90 |
* | Check even more carefully before applying this DAGCombine transform. | Christopher Lamb | 2008-03-20 | 1 | -13/+19 |
* | Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ... | Evan Cheng | 2008-03-20 | 1 | -1/+3 |
* | detabify llvm, patch by Mike Stump! | Chris Lattner | 2008-03-20 | 2 | -3/+3 |
* | Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes... | Christopher Lamb | 2008-03-19 | 1 | -0/+25 |
* | Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll. | Bill Wendling | 2008-03-18 | 1 | -26/+0 |
* | Make conversions of i8/i16 to ppcf128 work. | Dale Johannesen | 2008-03-18 | 1 | -10/+13 |
* | Target independent DAG transform to use truncate for field extraction + sign ... | Christopher Lamb | 2008-03-18 | 1 | -0/+26 |
* | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 1 | -47/+28 |
* | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -3/+8 |
* | Do not generate special entries in the dwarf eh | Duncan Sands | 2008-03-14 | 1 | -6/+2 |
* | Simplify using getIntPtrConstant. | Duncan Sands | 2008-03-14 | 1 | -5/+3 |
* | Tabs -> spaces | Nate Begeman | 2008-03-14 | 1 | -14/+23 |
* | Livein copy scheduling fixes: do not coalesce physical register copies, corre... | Evan Cheng | 2008-03-14 | 1 | -112/+42 |
* | More APInt-ification. | Dan Gohman | 2008-03-13 | 5 | -67/+77 |
* | Experimental scheduler change to schedule / coalesce the copies added for fun... | Evan Cheng | 2008-03-12 | 1 | -23/+181 |
* | Initial soft-float support for LegalizeTypes. I rewrote | Duncan Sands | 2008-03-12 | 6 | -34/+248 |
* | Fix typo. | Duncan Sands | 2008-03-12 | 1 | -1/+1 |
* | Don't try to extract an i32 from an f64. This | Duncan Sands | 2008-03-12 | 2 | -12/+22 |