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