| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Function::getEntryBlock instead of Function::begin, for clarity. | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Print debug output when any edge becomes executable, including | Dan Gohman | 2008-05-27 | 1 | -3/+3 |
* | Add instcombine after global optimizations. | Devang Patel | 2008-05-27 | 1 | -0/+6 |
* | Fix a word-o and add an explicit keyword. | Dan Gohman | 2008-05-27 | 1 | -2/+3 |
* | Incorporated feedback: Check that the implicitly defined operands aren't used | Bill Wendling | 2008-05-27 | 1 | -9/+8 |
* | Tidy up whitespace in ConstantRange::print output. | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Use IPSCCPPass instead of IPConstantPropagationPass. | Devang Patel | 2008-05-27 | 1 | -3/+5 |
* | Specify a target so that this tests tests what it's intended to test. | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Make this test independent of the target-triple; the stack alignment | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | back out last commit: The .cpp file for a module should include its correspon... | Gabor Greif | 2008-05-27 | 1 | -0/+1 |
* | Use an explicit llvm:: prefix in the STATISTIC macro, so STATISTIC can still be | Matthijs Kooijman | 2008-05-27 | 1 | -1/+1 |
* | Fix some constructs that gcc-4.4 warns about. | Duncan Sands | 2008-05-27 | 6 | -8/+12 |
* | prune unneeded #includes | Gabor Greif | 2008-05-27 | 2 | -2/+0 |
* | remove unneeded reinterpret_casts | Gabor Greif | 2008-05-27 | 1 | -2/+2 |
* | We have the correct headers included to know that BB isa Value. No reinterpre... | Gabor Greif | 2008-05-27 | 1 | -6/+6 |
* | Remove ADCE from the optimization pipeline. | Owen Anderson | 2008-05-27 | 1 | -1/+1 |
* | InequalityGraph::node() can create new nodes, invalidating iterators across | Nick Lewycky | 2008-05-27 | 1 | -0/+1 |
* | Grammaro. | Nick Lewycky | 2008-05-26 | 1 | -1/+1 |
* | eliminate calls to deprecated Use::init() interface | Gabor Greif | 2008-05-26 | 6 | -145/+145 |
* | Whoops -- forgot PR reference on this test. | Nick Lewycky | 2008-05-26 | 1 | -0/+1 |
* | The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and | Nick Lewycky | 2008-05-26 | 4 | -6/+6 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 12 | -42/+59 |
* | Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ... | Owen Anderson | 2008-05-26 | 1 | -3/+3 |
* | The enabling of remat in 2-address conversion breaks this test: | Bill Wendling | 2008-05-26 | 1 | -23/+30 |
* | A problem that's exposed when machine LICM is enabled. Consider this code: | Bill Wendling | 2008-05-26 | 1 | -1/+40 |
* | Use {} instead of "" in RUN lines. | Nick Lewycky | 2008-05-26 | 1 | -1/+1 |
* | Don't treat values as signed when looking at loop steppings in HowForToNonZero. | Nick Lewycky | 2008-05-25 | 2 | -2/+22 |
* | "ret (constexpr)" can't be folded into a Constant. Add a method to | Nick Lewycky | 2008-05-25 | 4 | -16/+74 |
* | Create archives with the same permissions are ar. | Owen Anderson | 2008-05-24 | 1 | -0/+7 |
* | Fix win32 when no bison is around, PR2331, patch by 'hume'. | Chris Lattner | 2008-05-24 | 1 | -0/+2 |
* | Add FreeBSD/PPC support, patch by Marcel Moolenaar! | Chris Lattner | 2008-05-24 | 1 | -2/+2 |
* | Fix a serious brain-o. Obviously no-one reviewed my patch :( | Chris Lattner | 2008-05-24 | 2 | -2/+15 |
* | Fix PR2358 by resolving calls with undef arguments to overdefined. | Chris Lattner | 2008-05-24 | 2 | -0/+20 |
* | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 5 | -25/+15 |
* | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2... | Evan Cheng | 2008-05-24 | 9 | -33/+50 |
* | Tweak how ConstantFP80Ty constants are output | Duncan Sands | 2008-05-24 | 1 | -1/+1 |
* | Put initialized const weak objects into correct | Dale Johannesen | 2008-05-24 | 1 | -1/+9 |
* | This is done. | Evan Cheng | 2008-05-24 | 1 | -46/+0 |
* | New loadl_pd and loadh_pd tests. | Evan Cheng | 2008-05-24 | 1 | -0/+19 |
* | Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. | Evan Cheng | 2008-05-24 | 3 | -19/+52 |
* | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo... | Evan Cheng | 2008-05-24 | 1 | -4/+0 |
* | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo... | Evan Cheng | 2008-05-24 | 2 | -11/+0 |
* | Document common linkage. | Dale Johannesen | 2008-05-23 | 1 | -7/+15 |
* | Revert 51440 as it breaks a bunch of PIC tests. | Evan Cheng | 2008-05-23 | 1 | -3/+1 |
* | label is a first-class type. | Dan Gohman | 2008-05-23 | 1 | -0/+1 |
* | It turns out there are only 3 non-first-class type kinds left now, so | Dan Gohman | 2008-05-23 | 1 | -2/+3 |
* | Remove a bogus svn:mime-type property. | Dan Gohman | 2008-05-23 | 0 | -0/+0 |
* | Update the description of first-class types to reflect that | Dan Gohman | 2008-05-23 | 1 | -3/+2 |
* | Don't silently truncate array extents to 32 bits. | Dan Gohman | 2008-05-23 | 2 | -1/+6 |
* | Add a missed CommonLinkage check. | Dale Johannesen | 2008-05-23 | 1 | -0/+1 |