aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Now that the default is 'enabled,' a separate command line option for ARM isJim Grosbach2009-11-091-8/+1
* Add testcase for recent checkin.Mike Stump2009-11-091-0/+55
* fix ConstantFoldCompareInstOperands to take the LHS/RHS asChris Lattner2009-11-095-36/+28
* Add StringSwitch::Cases overloads, for matching multiple strings to a singleDaniel Dunbar2009-11-091-0/+19
* use instructionsimplify instead of a weak clone of ad-hoc folding stuff.Chris Lattner2009-11-091-22/+2
* Update testJim Grosbach2009-11-091-1/+1
* stub out a new libanalysis "instruction simplify" interface thatChris Lattner2009-11-093-0/+95
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-098-166/+9
* Enable dynamic stack realignment by default.Jim Grosbach2009-11-091-1/+1
* stub out a new form of BasicBlock::RemovePredecessorAndSimplify whichChris Lattner2009-11-091-5/+65
* Set dynamic stack realignment to real values.Jim Grosbach2009-11-091-11/+3
* Remove an unneeded #include.Dan Gohman2009-11-091-1/+0
* Fix for 64-bit builds.Mike Stump2009-11-091-1/+1
* Similar to r86588, but for Darwin this time.Bill Wendling2009-11-091-3/+3
* The jump table was being generated before the end label for exception handlingBill Wendling2009-11-091-3/+3
* Print "..." instead of all the uninteresting register clobbers on callDan Gohman2009-11-092-14/+60
* Default-addressspace null pointers don't alias anything. This allowsDan Gohman2009-11-092-0/+29
* Fix dependencies added to model memory aliasing for post-RA scheduling. The d...David Goodwin2009-11-091-96/+97
* The inbounds keyword isn't relevant to overindexing ofDan Gohman2009-11-091-7/+6
* Fix a comment in a typo that Duncan noticed.Dan Gohman2009-11-091-1/+1
* Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman2009-11-091-6/+7
* Generalize LCSSA to handle loops with exits with predecessors outsideDan Gohman2009-11-092-2/+649
* Fix an 80-column violation.Dan Gohman2009-11-091-2/+2
* Minor tidiness fixes.Dan Gohman2009-11-091-4/+3
* Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman2009-11-092-2/+2
* Fix a comment.Dan Gohman2009-11-091-1/+1
* Suppress implicit copy ctor and copy assignment for MachineFunction.Dan Gohman2009-11-091-0/+3
* Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,Daniel Dunbar2009-11-095-5/+5
* add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APIntNuno Lopes2009-11-092-0/+32
* Work around assembler not recognizing #0.0 form immediate for vmcpJim Grosbach2009-11-091-2/+2
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-092-11/+48
* Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...Xerxes Ranby2009-11-091-1/+1
* Fix PR5149.Bruno Cardoso Lopes2009-11-092-8/+6
* make this handle redefinition of malloc with different prototype correctly.Chris Lattner2009-11-091-3/+3
* if a 'with overflow' intrinsic just has the normal result used, simplifyChris Lattner2009-11-092-0/+53
* Hide a couple of options.Evan Cheng2009-11-092-2/+3
* 80 col.Evan Cheng2009-11-091-2/+4
* fix PR5104: when printing a single character, return the result ofChris Lattner2009-11-091-9/+13
* fix some bogus asserts, PR5049Chris Lattner2009-11-091-4/+4
* random tidyChris Lattner2009-11-091-2/+1
* remove a redundant printout, LinkInArchive prints this as well.Chris Lattner2009-11-091-1/+0
* enhance PHI slicing to handle the case when a slicable PHI is beginChris Lattner2009-11-092-74/+212
* Small cleanups.Owen Anderson2009-11-091-8/+4
* Revert my previous patch to ABCD and fix things the right way. There are two...Owen Anderson2009-11-093-13/+58
* comment typos pointed out by DuncanChris Lattner2009-11-091-3/+3
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-0953-412/+414
* Fix an issue where the ordering of blocks within a function could lead to dif...Owen Anderson2009-11-081-2/+4
* Add a 'zkill' script, which is more-or-less a fancy (although not necessarilyDaniel Dunbar2009-11-081-0/+276
* Teach an instcombine to not pull trunc instructions through PHI nodesChris Lattner2009-11-082-22/+75
* Revert commit 81144, and add a comment. It caused bugpoint timeoutsDuncan Sands2009-11-081-3/+9