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