Age | Commit message (Expand) | Author |
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 |
2008-03-16 | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
2008-03-14 | Do not generate special entries in the dwarf eh | Duncan Sands |
2008-03-14 | Simplify using getIntPtrConstant. | Duncan Sands |
2008-03-14 | Tabs -> spaces | Nate Begeman |
2008-03-14 | Livein copy scheduling fixes: do not coalesce physical register copies, corre... | Evan Cheng |
2008-03-13 | More APInt-ification. | Dan Gohman |
2008-03-12 | Experimental scheduler change to schedule / coalesce the copies added for fun... | Evan Cheng |
2008-03-12 | Initial soft-float support for LegalizeTypes. I rewrote | Duncan Sands |
2008-03-12 | Fix typo. | Duncan Sands |
2008-03-12 | Don't try to extract an i32 from an f64. This | Duncan Sands |
2008-03-12 | Clean up my own mess. | Evan Cheng |
2008-03-12 | Total brain cramp. | Evan Cheng |
2008-03-11 | Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137 | Anton Korobeynikov |
2008-03-11 | Use the correct value for InSignBit. | Dan Gohman |
2008-03-11 | Initial codegen support for functions and calls with multiple return values. | Dan Gohman |
2008-03-11 | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb |
2008-03-11 | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng |
2008-03-11 | Some LegalizeTypes code factorization and minor | Duncan Sands |
2008-03-11 | compile: double test() {} | Chris Lattner |
2008-03-11 | variadic instructions don't have operand info for variadic arguments. | Chris Lattner |
2008-03-11 | Generalize ExpandIntToFP to handle the case where the operand is legal | Dan Gohman |
2008-03-11 | If a register operand comes from the variadic part of a node, don't | Chris Lattner |
2008-03-11 | More APInt-ification. | Dan Gohman |
2008-03-10 | Correctly clone FlaggedNodes. | Dan Gohman |
2008-03-10 | APInt-ify this. | Dan Gohman |
2008-03-10 | Implement more support for fp-to-i128 and i128-to-fp conversions. | Dan Gohman |
2008-03-10 | Fix mul expansion to check the correct number of bits for | Dan Gohman |
2008-03-10 | Somewhat better solution. | Evan Cheng |
2008-03-10 | Default ISD::PREFETCH to expand. | Evan Cheng |
2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2008-03-10 | Doh | Evan Cheng |
2008-03-10 | Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.... | Evan Cheng |