Age | Commit message (Expand) | Author |
2008-12-19 | Move the patterns which have i8 immediates before the patterns | Dan Gohman |
2008-12-19 | - CodeGenPrepare does not split loop back edges but it only knows about back ... | Evan Cheng |
2008-12-19 | Fix some release-assert warnings | Chris Lattner |
2008-12-19 | Fix bug 3202. | Rafael Espindola |
2008-12-19 | Update the .cvs files for nocapture. | Nick Lewycky |
2008-12-19 | Commit missed files from nocapture change. | Nick Lewycky |
2008-12-19 | Resubmit support for the 'nocapture' attribute. | Nick Lewycky |
2008-12-19 | Perform this loop only when the -debug flag is specified. | Bill Wendling |
2008-12-19 | Initialize the ImplicitDefed member, to avoid getting stale | Dan Gohman |
2008-12-18 | Didn't mean to commit this. | Bill Wendling |
2008-12-18 | Teach LowerSubregs to preserve kill/dead information when lowering | Dan Gohman |
2008-12-18 | Re-XFAIL this test until debug stuff settles down. | Bill Wendling |
2008-12-18 | Make LowerSubregs' debug output for EXTRACT_SUBREG consistent with | Dan Gohman |
2008-12-18 | Fix a copy+pasto in an assertion message. | Dan Gohman |
2008-12-18 | Fix indentation level. | Dan Gohman |
2008-12-18 | When emitting instructions that define EFLAGS and the EFLAGS value isn't | Dan Gohman |
2008-12-18 | When setting up the frame pointer, add it as a live-in register to all | Dan Gohman |
2008-12-18 | Print subreg information in MachineInstr::dump. | Dan Gohman |
2008-12-18 | Fixed x86 code generation of multiple for v2i64. It was incorrect for SSE4.1. | Mon P Wang |
2008-12-18 | Added support for vector widening. | Mon P Wang |
2008-12-18 | Remove dead comments. | Evan Cheng |
2008-12-18 | Oops! Left out a line. | Nick Lewycky |
2008-12-18 | Make all the vector elements positive in an srem of constant vector. | Nick Lewycky |
2008-12-18 | Fix PR2929 by making bugpoint/code extract propagate the nothrow | Chris Lattner |
2008-12-18 | Give MachineLICM a name, for -time-passes etc. | Dan Gohman |
2008-12-18 | Move post-RA scheduling before branch folding for now, because branch | Dan Gohman |
2008-12-18 | Re-apply r61158 in a form that no longer breaks tests. | Owen Anderson |
2008-12-18 | Revert previous patch, appears to break bootstrap. | Dale Johannesen |
2008-12-18 | Mark the x86 fp stack registers as "reserved". This tells LiveVariables | Dan Gohman |
2008-12-18 | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen |
2008-12-18 | reapply this hunk from Bill's reversion in r61169, it is conservative | Chris Lattner |
2008-12-18 | make instnamer name unnamed blocks as well as instructions and args. | Chris Lattner |
2008-12-17 | Temporarily revert r61027. It was causing a bootstrap failure in "release" mode | Bill Wendling |
2008-12-17 | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel |
2008-12-17 | Revert r61158 for now, as it caused some test failures. | Owen Anderson |
2008-12-17 | Fix miscompilations caused by renumbering, and enable it as part of prealloc ... | Owen Anderson |
2008-12-17 | This adds some missing functions to the C binding: | Chris Lattner |
2008-12-17 | Forgot to revert r61031 when I reverted r61019, r61030, and r61040. | Bill Wendling |
2008-12-17 | Fix expansion of vsetcc to set the high bit for true instead of 1. | Mon P Wang |
2008-12-17 | insert some sequence points and preincrement an iterator to avoid | Chris Lattner |
2008-12-17 | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner |
2008-12-17 | Double the amount of memory reserved for SUnits. This is a | Dan Gohman |
2008-12-17 | Use getDepth() and getHeight() instead of accessing the | Dan Gohman |
2008-12-17 | Fix for PR3225: disable a broken optimization in | Eli Friedman |
2008-12-16 | Clarify that the scale factor from CheckForIVReuse | Dale Johannesen |
2008-12-16 | A new dag combine; several permutations of this | Dale Johannesen |
2008-12-16 | Add code to renumber split intervals into new vregs. This is disabled for no... | Owen Anderson |
2008-12-16 | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner |
2008-12-16 | fix a crash found by inspection. | Chris Lattner |
2008-12-16 | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman |